Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2014 03:00:32 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339309 - in head/sysutils: decomment relpath
Message-ID:  <201401100300.s0A30WMS073291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@vwsoft.com
+MAINTAINER=	ports@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@vwsoft.com
+MAINTAINER=	ports@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401100300.s0A30WMS073291>