diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 18:50:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 18:50:30 +0000 |
commit | 155aa7f937dacb7b05812fa61f8a45636cfc9eab (patch) | |
tree | de47e4f78f73207a09d6d63c1243fa414971597d /archivers | |
parent | Update zpaq to 6.49; use staging (diff) |
Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by: distilator
Notes
Notes:
svn path=/head/; revision=343287
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bzip/Makefile | 3 | ||||
-rw-r--r-- | archivers/liblzxcomp/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 14e03134aad1..dd77808be416 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://ftp.riken.jp/FreeBSD/distfiles/RESTRICTED/ MAINTAINER= ports@FreeBSD.org COMMENT= Block-sorting file compressor +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + RESTRICTED= may be covered by patents USE_CSTD= gnu89 diff --git a/archivers/liblzxcomp/Makefile b/archivers/liblzxcomp/Makefile index 631de2af04a1..11b83437181b 100644 --- a/archivers/liblzxcomp/Makefile +++ b/archivers/liblzxcomp/Makefile @@ -10,6 +10,9 @@ DISTNAME= lzx_compress MAINTAINER= ports@FreeBSD.org COMMENT= LZX compression library +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USE_LDCONFIG= YES SHLIB_MAJOR= 1 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" |