svn commit: r303713 - head/ports-mgmt/portmanager

Bryan Drewery bdrewery at FreeBSD.org
Wed Sep 5 16:05:31 UTC 2012


Author: bdrewery
Date: Wed Sep  5 16:05:30 2012
New Revision: 303713
URL: http://svn.freebsd.org/changeset/ports/303713

Log:
  - Mark deprecated. portmanager does not support needed ports features
    such as MOVED, modifying origins. It is lacking an upstream and active
    contributions. It also lacks support for pkgng.
  
    Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng.
  
  Approved by:	jsa (maintainer)
  Approved by:	bapt (mentor)

Modified:
  head/ports-mgmt/portmanager/Makefile

Modified: head/ports-mgmt/portmanager/Makefile
==============================================================================
--- head/ports-mgmt/portmanager/Makefile	Wed Sep  5 16:02:11 2012	(r303712)
+++ head/ports-mgmt/portmanager/Makefile	Wed Sep  5 16:05:30 2012	(r303713)
@@ -14,6 +14,10 @@ MASTER_SITES=	SF
 MAINTAINER=	jsa at FreeBSD.org
 COMMENT=	FreeBSD installed ports status and safe update utility
 
+DEPRECATED=	Does not support modern ports features such as MOVED, is lacking upstream and active contributions, and does not support pkgng. \
+		Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng.
+EXPIRATION_DATE=2013-01-04
+
 MAN1=		portmanager.1
 MAN3=		libMG.3 MGdbAdd.3 MGdbCreate.3 MGdbDelete.3 \
 		MGdbGetRecordQty.3 MGdbGoTop.3 MGdbSeek.3



More information about the svn-ports-all mailing list