diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-12-16 10:39:53 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-12-16 10:39:53 +0000 |
commit | 81baa2e2d614db616cc2cf0e984eae9e08ddc52d (patch) | |
tree | 3c086656ae97b6609e5bccc0433b73a54e84f0fc | |
parent | ac29fa58d8352b907feda17c3a59802bb8636399 (diff) | |
download | ports-81baa2e2d614db616cc2cf0e984eae9e08ddc52d.tar.gz ports-81baa2e2d614db616cc2cf0e984eae9e08ddc52d.zip |
Since this is already included in the base system of all supported
releases, set for de-orbit burn.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=245975
-rw-r--r-- | net/csup/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/csup/Makefile b/net/csup/Makefile index 4f68ef78fe6a..b20e24f29eab 100644 --- a/net/csup/Makefile +++ b/net/csup/Makefile @@ -18,6 +18,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= mux@FreeBSD.org COMMENT= A rewrite of the CVSup file updating client in C +DEPRECATED= is already included in base system of all supported releases +EXPIRATION_DATE= 2010-02-16 + WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/csup \ man/man1/csup.1.gz |