diff options
author | ak <ak@FreeBSD.org> | 2014-12-07 04:38:44 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-12-07 04:38:44 +0800 |
commit | 86e014b128c9b4f280fcd369f60afb9155ec6d2c (patch) | |
tree | f1e8bfbb222c4647e2403df586c71a888abb2e1e /ports-mgmt | |
parent | b38a6889a7d72116ff722b7f69ed940b42ba1249 (diff) | |
download | freebsd-ports-gnome-86e014b128c9b4f280fcd369f60afb9155ec6d2c.tar.gz freebsd-ports-gnome-86e014b128c9b4f280fcd369f60afb9155ec6d2c.tar.zst freebsd-ports-gnome-86e014b128c9b4f280fcd369f60afb9155ec6d2c.zip |
- Deprecate ports and set expiration date to 2015-01-06:
ports-mgmt/bpkg: Does not support pkgng
ports-mgmt/p5-App-Pm2Port: Does not know about USES=perl, generates incorrect pkg-plist
ports-mgmt/p5-FreeBSD-Pkgs: Does not support pkgng
ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates: Depends on ports-mgmt/p5-FreeBSD-Pkgs
ports-mgmt/pkg-orphan: Does not support pkgng
ports-mgmt/pkg_remove: Does not support pkgng
ports-mgmt/pkg_trackinst: Does not support pkgng, generates incorrect pkg-plist
ports-mgmt/portcheckout: Uses ports cvs repo, which is long gone
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/bpkg/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/p5-App-Pm2Port/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Pkgs/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/pkg-orphan/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/pkg_remove/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/pkg_trackinst/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/portcheckout/Makefile | 3 |
8 files changed, 24 insertions, 0 deletions
diff --git a/ports-mgmt/bpkg/Makefile b/ports-mgmt/bpkg/Makefile index f82d7c1e0c67..0f3d05ba54e0 100644 --- a/ports-mgmt/bpkg/Makefile +++ b/ports-mgmt/bpkg/Makefile @@ -10,6 +10,9 @@ DISTFILES= # none MAINTAINER= akosela@andykosela.com COMMENT= Simple tool for displaying information about ports +DEPRECATED= Does not support pkgng +EXPIRATION_DATE= 2015-01-06 + NO_BUILD= yes SUB_FILES= bpkg.sh diff --git a/ports-mgmt/p5-App-Pm2Port/Makefile b/ports-mgmt/p5-App-Pm2Port/Makefile index 7ab1369d3eaf..f8470a997a8f 100644 --- a/ports-mgmt/p5-App-Pm2Port/Makefile +++ b/ports-mgmt/p5-App-Pm2Port/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Creating port from perl module +DEPRECATED= Does not know about USES=perl, generates incorrect pkg-plist +EXPIRATION_DATE= 2015-01-06 + BUILD_DEPENDS= p5-CPANPLUS>=0:${PORTSDIR}/devel/p5-CPANPLUS \ p5-FreeBSD-Ports-INDEXhash>=0:${PORTSDIR}/ports-mgmt/p5-FreeBSD-Ports-INDEXhash \ p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ diff --git a/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile b/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile index 4871ea7782cc..226c6bcc3439 100644 --- a/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile +++ b/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Finds updates for FreeBSD pkgs by checking the ports index +DEPRECATED= Depends on ports-mgmt/p5-FreeBSD-Pkgs +EXPIRATION_DATE= 2015-01-06 + BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper \ p5-FreeBSD-Pkgs>=0:${PORTSDIR}/ports-mgmt/p5-FreeBSD-Pkgs \ p5-FreeBSD-Ports-INDEXhash>=0:${PORTSDIR}/ports-mgmt/p5-FreeBSD-Ports-INDEXhash \ diff --git a/ports-mgmt/p5-FreeBSD-Pkgs/Makefile b/ports-mgmt/p5-FreeBSD-Pkgs/Makefile index 0821de57bfec..fe62b71f14b3 100644 --- a/ports-mgmt/p5-FreeBSD-Pkgs/Makefile +++ b/ports-mgmt/p5-FreeBSD-Pkgs/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Parses the contents of FreeBSD package DB under /var/db/pkg +DEPRECATED= Does not support pkgng +EXPIRATION_DATE= 2015-01-06 + BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper RUN_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper diff --git a/ports-mgmt/pkg-orphan/Makefile b/ports-mgmt/pkg-orphan/Makefile index dead30488660..d6216405b331 100644 --- a/ports-mgmt/pkg-orphan/Makefile +++ b/ports-mgmt/pkg-orphan/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF MAINTAINER= vsemionov@gmail.com COMMENT= Console utility for managing unreferenced FreeBSD packages +DEPRECATED= Does not support pkgng +EXPIRATION_DATE= 2015-01-06 + NO_BUILD= yes USES= perl5 shebangfix SHEBANG_FILES= pkg-orphan.pl diff --git a/ports-mgmt/pkg_remove/Makefile b/ports-mgmt/pkg_remove/Makefile index 62f0ec398dcb..ad9ea397b197 100644 --- a/ports-mgmt/pkg_remove/Makefile +++ b/ports-mgmt/pkg_remove/Makefile @@ -10,6 +10,9 @@ DISTFILES= # none MAINTAINER= nakaji@jp.freebsd.org COMMENT= Utility to uninstall packages +DEPRECATED= Does not support pkgng +EXPIRATION_DATE= 2015-01-06 + USES= shebangfix NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/ports-mgmt/pkg_trackinst/Makefile b/ports-mgmt/pkg_trackinst/Makefile index 1dd39975be9d..d4e26e15ce51 100644 --- a/ports-mgmt/pkg_trackinst/Makefile +++ b/ports-mgmt/pkg_trackinst/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://people.freebsd.org/~perky/distfiles/ MAINTAINER= olgeni@FreeBSD.org COMMENT= PkgDB/pkg-plist generator by tracking installation +DEPRECATED= Does not support pkgng, generates incorrect pkg-plist +EXPIRATION_DATE= 2015-01-06 + USES= python MAKE_ENV= PYTHON_CMD=${PYTHON_CMD} STAGEDIR=${STAGEDIR} PLIST_SUB+= PYTHON_VER=${PYTHON_VER} VERSION=${PORTVERSION} diff --git a/ports-mgmt/portcheckout/Makefile b/ports-mgmt/portcheckout/Makefile index 4ed30d04b742..0b402d900551 100644 --- a/ports-mgmt/portcheckout/Makefile +++ b/ports-mgmt/portcheckout/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://wolfram.schneider.org/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Checkout and build ports and all depending ports +DEPRECATED= Uses ports cvs repo, which is long gone +EXPIRATION_DATE= 2015-01-06 + USES= perl5 shebangfix uidfix SHEBANG_FILES= ${PORTNAME}.pl PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz |