aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-11-13 01:01:04 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-11-13 01:01:04 +0000
commit76fb46e26e946e27ec2ff7189d2bb7384fc15b1b (patch)
tree6e3bf209fb5932fcbb27ea8fa1fed2a562339a6a /sysutils
parent1c79569ce8f0ce400c32807d3ed43947c412aa6e (diff)
downloadports-76fb46e26e946e27ec2ff7189d2bb7384fc15b1b.tar.gz
ports-76fb46e26e946e27ec2ff7189d2bb7384fc15b1b.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/duplicity05/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/duplicity05/Makefile b/sysutils/duplicity05/Makefile
index c5eece124164..d4cebb97ab05 100644
--- a/sysutils/duplicity05/Makefile
+++ b/sysutils/duplicity05/Makefile
@@ -11,9 +11,12 @@ PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://code.launchpad.net/duplicity/0.5-series/${PORTVERSION}/+download/
-MAINTAINER= peter.schuller@infidyne.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Untrusted backup using rsync algorithm
+DEPRECATED= This version is out of date, and the 0.6.x branch is considered stable
+EXPIRATION= 2011-12-31
+
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3
@@ -39,8 +42,6 @@ DOCFILES= CHANGELOG \
README \
tarfile-LICENSE
-.include <bsd.port.pre.mk>
-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@@ -49,4 +50,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>