diff options
author | vd <vd@FreeBSD.org> | 2006-10-31 22:58:19 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-10-31 22:58:19 +0800 |
commit | 3844ffe8139defbcd9d7be5b06211a1d83c6d341 (patch) | |
tree | c0c151a20f9c16fefbdff69e5149a57299f560cd | |
parent | 46b3a8b554085ef90b0e1d17980aba8ee83f1995 (diff) | |
download | freebsd-ports-gnome-3844ffe8139defbcd9d7be5b06211a1d83c6d341.tar.gz freebsd-ports-gnome-3844ffe8139defbcd9d7be5b06211a1d83c6d341.tar.zst freebsd-ports-gnome-3844ffe8139defbcd9d7be5b06211a1d83c6d341.zip |
Extend expiration date with 1 month (counted from today) because
there is a new version of the software available.
-rw-r--r-- | misc/afbackup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile index 239d9e94fde5..43506047bd5e 100644 --- a/misc/afbackup/Makefile +++ b/misc/afbackup/Makefile @@ -20,7 +20,7 @@ COMMENT= AF's backup system # version 3.4 is out, maybe it is worth saving this port IGNORE= Uses unregistered uid that conflicts with other ports DEPRECATED= ${IGNORE} -EXPIRATION_DATE=2006-10-17 +EXPIRATION_DATE=2006-12-01 WRKSRC= ${WRKDIR}/afbackup-3.3.5 PLIST= ${WRKSRC}/pkg-plist |