Framework: partially sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2016-12-18 10:33:07 +01:00
parent 9999b6bbb9
commit 84b41699d1
5 changed files with 23 additions and 5 deletions

2
GIDs
View file

@ -137,7 +137,7 @@ moinmoin:*:192:
cups:*:193:
saned:*:194:
radns:*:195:
# free: 196
nova:*:196:
# free: 197
# free: 198
mcserver:*:199:

10
MOVED
View file

@ -8832,3 +8832,13 @@ databases/py35-psycopg2|databases/py3-psycopg2|2016-12-10|Moved to match existin
www/linux-f10-flashplugin11||2016-12-13|Deprecated
www/linux-c6-flashplugin11|www/linux-c6-flashplugin24|2016-12-13|Deprecated
www/linux-c7-flashplugin11|www/linux-c7-flashplugin24|2016-12-13|Deprecated
net/py-ceilometerclient|net/py-python-ceilometerclient|2016-12-17|Rename to match pypi name
net/py-cinderclient|net/py-python-cinderclient|2016-12-17|Rename to match pypi name
net/py-designateclient|net/py-python-designateclient|2016-12-17|Rename to match pypi name
net/py-glanceclient|net/py-python-glanceclient|2016-12-17|Rename to match pypi name
net/py-heatclient|net/py-python-heatclient|2016-12-17|Rename to match pypi name
net/py-keystoneclient|net/py-python-keystoneclient|2016-12-17|Rename to match pypi name
net/py-neutronclient|net/py-python-neutronclient|2016-12-17|Rename to match pypi name
net/py-novaclient|net/py-python-novaclient|2016-12-17|Rename to match pypi name
net/py-openstackclient|net/py-python-openstackclient|2016-12-17|Rename to match pypi name
www/py-django-openstack-auth|www/py-django_openstack_auth|2016-12-18|Rename to match pypi name

View file

@ -51,8 +51,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9][0-9]*:C/([0-9][0-9]).*/\1/g
.elif ${gecko_ARGS:Mseamonkey}
_GECKO_DEFAULT_VERSION= 40
_GECKO_VERSIONS= 40
_GECKO_DEFAULT_VERSION= 46
_GECKO_VERSIONS= 46
_GECKO_TYPE= seamonkey
.if exists(${LOCALBASE}/bin/seamonkey)
@ -61,7 +61,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9]*:C/[0-9].([0-9][0-9]).*/\1/
.endif
# Dependence lines for different Seamonkey versions
40_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:www/seamonkey
46_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:www/seamonkey
.elif ${gecko_ARGS:Mthunderbird}

2
UIDs
View file

@ -142,7 +142,7 @@ moinmoin:*:192:192::0:0:MoinMoin User:/nonexistent:/usr/sbin/nologin
cups:*:193:193::0:0:Cups Owner:/nonexistent:/usr/sbin/nologin
saned:*:194:194::0:0:SANE Scanner Daemon:/nonexistent:/bin/sh
radns:*:195:195::0:0:radns user:/nonexistent:/usr/sbin/nologin
# free: 196
nova:*:196:196::0:0:Nova daemon pseudo-user:/var/lib/nova:/usr/sbin/nologin
# free: 197
# free: 198
mcserver:*:199:199::0:0:Minecraft Server:/nonexistent:/bin/sh

View file

@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20161216:
AFFECTS: mail/thunderbird, www/seamonkey
AUTHOR: gecko@FreeBSD.org
ENIGMAIL is no longer provided as part of the ports after upstream
dropped binary components in 1.9. Go to Tools -> Add-ons Manager
then type "enigmail" in the search box to install.
20161213:
AFFECTS: users of devel/skalibs, lang/execline, sysutils/s6
AUTHOR: Colin Booth <colin-ports@heliocat.net>