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

Alex Kozlov ak at FreeBSD.org
Sat Dec 6 20:38:47 UTC 2014


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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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


More information about the svn-ports-head mailing list