diff options
author | dch <dch@FreeBSD.org> | 2019-11-22 03:54:40 +0800 |
---|---|---|
committer | dch <dch@FreeBSD.org> | 2019-11-22 03:54:40 +0800 |
commit | 24da4f8dea75f885daf43481fcba9add442f2922 (patch) | |
tree | 6a87151c8ecfa325254c5dad7701934bfe550606 | |
parent | 2e6e7ca87e2cbebaec62a50f59297750d326ba1e (diff) | |
download | freebsd-ports-gnome-24da4f8dea75f885daf43481fcba9add442f2922.tar.gz freebsd-ports-gnome-24da4f8dea75f885daf43481fcba9add442f2922.tar.zst freebsd-ports-gnome-24da4f8dea75f885daf43481fcba9add442f2922.zip |
Add deprecations for lang/erlang-runtime1* & dependent ports
databases/couchdb and databases/riak as communicated on erlang@FreeBSD
list end of May 2019, with dates adjusted for my tardiness on committing
this.
Reviewed by: jrm
Approved by: olgeni, rm
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D20449
-rw-r--r-- | databases/couchdb/Makefile | 5 | ||||
-rw-r--r-- | databases/riak/Makefile | 4 | ||||
-rw-r--r-- | lang/erlang-runtime15/Makefile | 6 | ||||
-rw-r--r-- | lang/erlang-runtime16/Makefile | 4 | ||||
-rw-r--r-- | lang/erlang-runtime17/Makefile | 4 | ||||
-rw-r--r-- | lang/erlang-runtime18/Makefile | 4 | ||||
-rw-r--r-- | lang/erlang-runtime19/Makefile | 3 |
7 files changed, 27 insertions, 3 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index cad1d9d585d0..714532ff9f2e 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= couchdb DISTVERSION= 1.7.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} @@ -15,6 +15,9 @@ COMMENT= Document database server, accessible via a RESTful JSON API LICENSE= APACHE20 BSD3CLAUSE ISCL WTFPL OFL11 LICENSE_COMB= multi +DEPRECATED= No longer supported upstream, move to databases/couchdb2 +EXPIRATION_DATE= 2020-01-01 + LIB_DEPENDS= libicudata.so:devel/icu \ libmozjs185.so:lang/spidermonkey185 \ libcurl.so:ftp/curl diff --git a/databases/riak/Makefile b/databases/riak/Makefile index b025b4b173c0..44665b1fb45b 100644 --- a/databases/riak/Makefile +++ b/databases/riak/Makefile @@ -2,7 +2,7 @@ PORTNAME= riak PORTVERSION= 1.4.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ http://downloads.basho.com.s3.amazonaws.com/riak/${PORTVERSION:R}/${PORTVERSION}/ @@ -13,6 +13,8 @@ COMMENT= Open source, distributed, noSQL database LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= No longer supported upstream, see riak 2.9.0 and newer +EXPIRATION_DATE= 2020-01-01 BROKEN_aarch64= Does not compile: error: Unknown CPU architecture BROKEN_powerpc64= Does not compile: error: Unknown CPU architecture BROKEN_sparc64= Does not compile: Please implement AtomicPointer for this platform diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile index d8d72c02e4bc..a10e7abb13ae 100644 --- a/lang/erlang-runtime15/Makefile +++ b/lang/erlang-runtime15/Makefile @@ -4,14 +4,18 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP_R DISTVERSION= 15B03-1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime15 DIST_SUBDIR= erlang -MAINTAINER= erlang@FreeBSD.org +MAINTAINER= rm@FreeBSD.org COMMENT= Functional programming language from Ericsson +DEPRECATED= No longer supported upstream, use lang/erlang >= 21 +EXPIRATION_DATE= 2020-01-01 + USES= autoreconf:build gmake ncurses perl5 USE_GITHUB= yes GH_PROJECT= otp diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index fcd4d57e9ba8..1a09225ddeee 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -4,6 +4,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP_R DISTVERSION= 16B03-1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime16 @@ -12,6 +13,9 @@ DIST_SUBDIR= erlang MAINTAINER= erlang@FreeBSD.org COMMENT= Functional programming language from Ericsson +DEPRECATED= No longer supported upstream, use lang/erlang >=21 +EXPIRATION_DATE= 2020-01-01 + USES= autoreconf:build gmake ncurses perl5 USE_GITHUB= yes GH_PROJECT= otp diff --git a/lang/erlang-runtime17/Makefile b/lang/erlang-runtime17/Makefile index b3a1269601f8..164ec905f397 100644 --- a/lang/erlang-runtime17/Makefile +++ b/lang/erlang-runtime17/Makefile @@ -4,6 +4,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 17.5.6.10 +PORTREVISION= 1 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime17 DIST_SUBDIR= erlang @@ -11,6 +12,9 @@ DIST_SUBDIR= erlang MAINTAINER= erlang@FreeBSD.org COMMENT= Functional programming language from Ericsson +DEPRECATED= No longer supported upstream, use lang/erlang >=21 +EXPIRATION_DATE= 2020-01-01 + USES= autoreconf:build gmake ncurses perl5 USE_GITHUB= yes GH_PROJECT= otp diff --git a/lang/erlang-runtime18/Makefile b/lang/erlang-runtime18/Makefile index 6ea05700e0cb..a3a5cd487d21 100644 --- a/lang/erlang-runtime18/Makefile +++ b/lang/erlang-runtime18/Makefile @@ -4,6 +4,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 18.3.4.11 +PORTREVISION= 1 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime18 DIST_SUBDIR= erlang @@ -13,6 +14,9 @@ COMMENT= Functional programming language from Ericsson LICENSE= APACHE20 +DEPRECATED= No longer supported upstream, use lang/erlang >=21 +EXPIRATION_DATE= 2020-01-01 + USES= autoreconf:build gmake ncurses perl5 USE_GITHUB= yes GH_PROJECT= otp diff --git a/lang/erlang-runtime19/Makefile b/lang/erlang-runtime19/Makefile index 651295a6819f..3c275d08583a 100644 --- a/lang/erlang-runtime19/Makefile +++ b/lang/erlang-runtime19/Makefile @@ -4,6 +4,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 19.3.6.13 +PORTREVISION= 1 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime19 DIST_SUBDIR= erlang @@ -13,6 +14,8 @@ COMMENT= Functional programming language from Ericsson LICENSE= APACHE20 +DEPRECATED= No longer supported upstream, use lang/erlang >=21 +EXPIRATION_DATE= 2020-01-01 BROKEN_sparc64= Fails to build: error: fp_except undeclared USES= autoreconf:build gmake ncurses perl5 |