diff options
author | eadler <eadler@FreeBSD.org> | 2013-02-05 11:54:04 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-02-05 11:54:04 +0800 |
commit | 0f4cf17a87b403bd2c48a90e0107f8a9e3797af2 (patch) | |
tree | d861f3ba49ce96dc1e1f00d5e0a9e29de5deed0f /net | |
parent | 205c0ebe6809c713419858f72b826c5340a92a8a (diff) | |
download | freebsd-ports-gnome-0f4cf17a87b403bd2c48a90e0107f8a9e3797af2.tar.gz freebsd-ports-gnome-0f4cf17a87b403bd2c48a90e0107f8a9e3797af2.tar.zst freebsd-ports-gnome-0f4cf17a87b403bd2c48a90e0107f8a9e3797af2.zip |
- Deprecate
- Trim header
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup-mirror/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/cvsup-mirror/Makefile b/net/cvsup-mirror/Makefile index 2ee68b05e1bb..e471d5c0e6f0 100644 --- a/net/cvsup-mirror/Makefile +++ b/net/cvsup-mirror/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvsup-mirror -# Date created: 01 February 1997 -# Whom: jdp -# +# Created by: jdp # $FreeBSD$ -# PORTNAME= cvsup-mirror PORTVERSION= 1.3 @@ -16,6 +12,9 @@ COMMENT= A kit for easily setting up a FreeBSD mirror site using CVSup RUN_DEPENDS= ${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsup-without-gui +DEPRECATED= www, doc, gnats, ports repo gone; src repo deprecated +EXPIRATION_DATE= 2012-02-28 + NO_WRKSUBDIR= true NO_BUILD= true IS_INTERACTIVE= true |