svn commit: r339309 - in head/sysutils: decomment relpath

Thomas Abthorpe tabthorpe at FreeBSD.org
Fri Jan 10 03:00:32 UTC 2014


Author: tabthorpe
Date: Fri Jan 10 03:00:31 2014
New Revision: 339309
URL: http://svnweb.freebsd.org/changeset/ports/339309

Log:
  - Reassign to the heap due to mail bounces
  - Mark DEPRECATED, set EXPIRATION_DATE

Modified:
  head/sysutils/decomment/Makefile   (contents, props changed)
  head/sysutils/relpath/Makefile   (contents, props changed)

Modified: head/sysutils/decomment/Makefile
==============================================================================
--- head/sysutils/decomment/Makefile	Fri Jan 10 02:55:49 2014	(r339308)
+++ head/sysutils/decomment/Makefile	Fri Jan 10 03:00:31 2014	(r339309)
@@ -7,9 +7,12 @@ CATEGORIES=	sysutils
 MASTER_SITES=	LOCAL/beech \
 		http://www.alaskaparadise.com/freebsd/
 
-MAINTAINER=	volker at vwsoft.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Removes comments and (optionally) whitespace from a file.
 
+DEPRECATED=	unfetchable distfiles
+EXPIRATION_DATE=	2014-02-01
+
 PLIST_FILES=	bin/decomment
 
 NO_STAGE=	yes

Modified: head/sysutils/relpath/Makefile
==============================================================================
--- head/sysutils/relpath/Makefile	Fri Jan 10 02:55:49 2014	(r339308)
+++ head/sysutils/relpath/Makefile	Fri Jan 10 03:00:31 2014	(r339309)
@@ -7,9 +7,12 @@ CATEGORIES=	sysutils
 MASTER_SITES=	LOCAL/beech \
 		http://www.alaskaparadise.com/freebsd/
 
-MAINTAINER=	volker at vwsoft.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Find a relative path from START_DIR to END_PATH.
 
+DEPRECATED=	unfetchable distfiles
+EXPIRATION_DATE=	2014-02-01
+
 PLIST_FILES=	bin/relpath
 
 NO_STAGE=	yes


More information about the svn-ports-all mailing list