diff options
author | dougb <dougb@FreeBSD.org> | 2011-11-13 09:01:04 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-11-13 09:01:04 +0800 |
commit | f8d70e2b6baa727cc6e075b32749ba23ddfc4f91 (patch) | |
tree | d6c1c3bec5090b0b10fab501df5d7a209ce80c8a /sysutils | |
parent | 903f6eb89528669408996941c442718410a7407d (diff) | |
download | freebsd-ports-graphics-f8d70e2b6baa727cc6e075b32749ba23ddfc4f91.tar.gz freebsd-ports-graphics-f8d70e2b6baa727cc6e075b32749ba23ddfc4f91.tar.zst freebsd-ports-graphics-f8d70e2b6baa727cc6e075b32749ba23ddfc4f91.zip |
The previous maintainer has stepped down, so return this to the pool.
While I'm here ...
DEPRECATED= This version is out of date, and the 0.6.x branch is considered stable
EXPIRATION= 2011-12-31
Also, remove a needles bsd.port.pre.mk
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/duplicity05/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/duplicity05/Makefile b/sysutils/duplicity05/Makefile index c5eece12416..d4cebb97ab0 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> |