Framework: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2016-07-02 10:39:14 +02:00
parent fadb9b15d5
commit 3d09ed6239
5 changed files with 16 additions and 3 deletions

View file

@ -1,7 +1,6 @@
# $FreeBSD$
actions: [file]
arguments: true
post-install: <<EOD
case "%@" in
/*) cat="%@" ;;

6
MOVED
View file

@ -8370,6 +8370,11 @@ x11-toolkits/gtk-sharp10||2016-06-20|Not depend on anymore superceeded by gtk-sh
devel/p5-ReadLine-Perl|devel/p5-Term-ReadLine-Perl|2016-06-21|Duplicates
devel/p5-ReadLine-Gnu|devel/p5-Term-ReadLine-Gnu|2016-06-21|Rename to match upstream
devel/p5-ReadLine-TTYtter|devel/p5-Term-ReadLine-TTYtter|2016-06-21|Rename to match upstream
databases/postgresql90-client||2016-06-21|Postgresql 9.0 EoL Upstream as of September 2015
databases/postgresql90-pgtcl||2016-06-21|Postgresql 9.0 EoL Upstream as of September 2015
databases/postgresql90-plperl||2016-06-21|Postgresql 9.0 EoL Upstream as of September 2015
databases/postgresql90-plpython||2016-06-21|Postgresql 9.0 EoL Upstream as of September 2015
databases/postgresql90-server||2016-06-21|Postgresql 9.0 EoL Upstream as of September 2015
graphics/linux-c6-dri-compat|graphics/linux-c6-dri|2016-06-22|Obsolete
security/py-letsencrypt|security/py-certbot|2016-06-23|The LetsEncrypt project has renamed the utility
textproc/py-beautifulsoup4|www/py-beautifulsoup|2016-06-26|Duplicate port deleted
@ -8380,3 +8385,4 @@ sysutils/syslog-ng34||2016-06-30|Has expired: EOL, no longer supported by bababi
devel/jenkins2|devel/jenkins|2016-06-30|Has expired: Use devel/jenkins
www/p5-WWW-Google-Notebook||2016-06-30|Has expired: Google Notebook has shut down
sysutils/syslog-ng-incubator03||2016-06-30|Has expired: EOL, no longer supported by bababit.hu
www/node5|www/node|2016-07-01|Has expired: upstream support has ended, use www/node instead

View file

@ -33,7 +33,7 @@ _INCLUDE_USES_PGSQL_MK= yes
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
VALID_PGSQL_VER= 9.0 9.1 9.2 9.3 9.4 9.5
VALID_PGSQL_VER= 9.1 9.2 9.3 9.4 9.5
# Override non-default LIBVERS like this:
#PGSQL99_LIBVER=6

View file

@ -51,7 +51,7 @@ _PERL5_FROM_BIN!= perl -e 'printf "%vd\n", $$^V;'
_EXPORTED_VARS+= _PERL5_FROM_BIN
PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
.endif
# Possible values: 9.0, 9.1, 9.2, 9.3, 9.4, 9.5
# Possible values: 9.1, 9.2, 9.3, 9.4, 9.5
PGSQL_DEFAULT?= 9.3
# Possible values: 5.5, 5.6, 7.0
PHP_DEFAULT?= 5.6

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.
20160701:
AFFECTS: users of www/node5
AUTHOR: bradleythughes@fastmail.fm
Node.js v5.x has reached end of life and has been removed. Users that
have not yet moved to v6.x should do so now by switching to the www/node
port.
20160627:
AFFECTS: users of sysutils/rsyslog7
AUTHOR: brd@FreeBSD.org