Date: Sat, 6 Dec 2014 20:38:44 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374148 - in head/ports-mgmt: bpkg p5-App-Pm2Port p5-FreeBSD-Pkgs p5-FreeBSD-Pkgs-FindUpdates pkg-orphan pkg_remove pkg_trackinst portcheckout Message-ID: <201412062038.sB6KcikT020500@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Sat Dec 6 20:38:44 2014 New Revision: 374148 URL: https://svnweb.freebsd.org/changeset/ports/374148 QAT: https://qat.redports.org/buildarchive/r374148/ Log: - 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 Modified: head/ports-mgmt/bpkg/Makefile head/ports-mgmt/p5-App-Pm2Port/Makefile head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile head/ports-mgmt/pkg-orphan/Makefile head/ports-mgmt/pkg_remove/Makefile head/ports-mgmt/pkg_trackinst/Makefile head/ports-mgmt/portcheckout/Makefile Modified: head/ports-mgmt/bpkg/Makefile ============================================================================== --- head/ports-mgmt/bpkg/Makefile Sat Dec 6 20:36:01 2014 (r374147) +++ head/ports-mgmt/bpkg/Makefile Sat Dec 6 20:38:44 2014 (r374148) @@ -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 Modified: head/ports-mgmt/p5-App-Pm2Port/Makefile ============================================================================== --- head/ports-mgmt/p5-App-Pm2Port/Makefile Sat Dec 6 20:36:01 2014 (r374147) +++ head/ports-mgmt/p5-App-Pm2Port/Makefile Sat Dec 6 20:38:44 2014 (r374148) @@ -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 \ Modified: head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile Sat Dec 6 20:36:01 2014 (r374147) +++ head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile Sat Dec 6 20:38:44 2014 (r374148) @@ -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 \ Modified: head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile Sat Dec 6 20:36:01 2014 (r374147) +++ head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile Sat Dec 6 20:38:44 2014 (r374148) @@ -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 Modified: head/ports-mgmt/pkg-orphan/Makefile ============================================================================== --- head/ports-mgmt/pkg-orphan/Makefile Sat Dec 6 20:36:01 2014 (r374147) +++ head/ports-mgmt/pkg-orphan/Makefile Sat Dec 6 20:38:44 2014 (r374148) @@ -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 Modified: head/ports-mgmt/pkg_remove/Makefile ============================================================================== --- head/ports-mgmt/pkg_remove/Makefile Sat Dec 6 20:36:01 2014 (r374147) +++ head/ports-mgmt/pkg_remove/Makefile Sat Dec 6 20:38:44 2014 (r374148) @@ -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 Modified: head/ports-mgmt/pkg_trackinst/Makefile ============================================================================== --- head/ports-mgmt/pkg_trackinst/Makefile Sat Dec 6 20:36:01 2014 (r374147) +++ head/ports-mgmt/pkg_trackinst/Makefile Sat Dec 6 20:38:44 2014 (r374148) @@ -10,6 +10,9 @@ MASTER_SITES= http://people.freebsd.org/ 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} Modified: head/ports-mgmt/portcheckout/Makefile ============================================================================== --- head/ports-mgmt/portcheckout/Makefile Sat Dec 6 20:36:01 2014 (r374147) +++ head/ports-mgmt/portcheckout/Makefile Sat Dec 6 20:38:44 2014 (r374148) @@ -10,6 +10,9 @@ MASTER_SITES= http://wolfram.schneider.o 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412062038.sB6KcikT020500>