diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2014-01-10 11:00:31 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2014-01-10 11:00:31 +0800 |
commit | 5e1478c7aae58d80fe8f9d0210dfaaf2eab66870 (patch) | |
tree | ad381fe29e8be95def66356a98bfc3b24773ff68 /sysutils | |
parent | 50c01bfe4ea0293a9901b99b5420b6a4a8e7cadd (diff) | |
download | freebsd-ports-gnome-5e1478c7aae58d80fe8f9d0210dfaaf2eab66870.tar.gz freebsd-ports-gnome-5e1478c7aae58d80fe8f9d0210dfaaf2eab66870.tar.zst freebsd-ports-gnome-5e1478c7aae58d80fe8f9d0210dfaaf2eab66870.zip |
- Reassign to the heap due to mail bounces
- Mark DEPRECATED, set EXPIRATION_DATE
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/decomment/Makefile | 5 | ||||
-rw-r--r-- | sysutils/relpath/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/decomment/Makefile b/sysutils/decomment/Makefile index e4f554e4076a..4d8469e0d621 100644 --- a/sysutils/decomment/Makefile +++ b/sysutils/decomment/Makefile @@ -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 diff --git a/sysutils/relpath/Makefile b/sysutils/relpath/Makefile index 976d022c65f7..7f8ba02af3f9 100644 --- a/sysutils/relpath/Makefile +++ b/sysutils/relpath/Makefile @@ -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 |