diff options
author | rene <rene@FreeBSD.org> | 2014-05-12 15:12:28 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-05-12 15:12:28 +0800 |
commit | 97a45d08033d5084d7ba4a4f1019d5a5cf60b26b (patch) | |
tree | 58f60b286d5feaf6a7a59bce721d9a098fa357e6 /sysutils | |
parent | e292404bd61f30be4cc922e2731d40d035721cb1 (diff) | |
download | freebsd-ports-gnome-97a45d08033d5084d7ba4a4f1019d5a5cf60b26b.tar.gz freebsd-ports-gnome-97a45d08033d5084d7ba4a4f1019d5a5cf60b26b.tar.zst freebsd-ports-gnome-97a45d08033d5084d7ba4a4f1019d5a5cf60b26b.zip |
- Drop optional support for expired star format
- Bump PORTREVISION (pkg-descr and COMMENT changed)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/flexbackup/Makefile | 9 | ||||
-rw-r--r-- | sysutils/flexbackup/pkg-descr | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/sysutils/flexbackup/Makefile b/sysutils/flexbackup/Makefile index d4dc8053a4a9..3727c71a55cd 100644 --- a/sysutils/flexbackup/Makefile +++ b/sysutils/flexbackup/Makefile @@ -3,13 +3,13 @@ PORTNAME= flexbackup PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://www.edwinh.org/flexbackup/tarball/ \ http://www.reynoldsnet.org/flexbackup/tarball/ MAINTAINER= mva@FreeBSD.org -COMMENT= Perl-based flexible backup system that can use dump/afio/cpio/tar/star +COMMENT= Perl-based flexible backup system that can use dump/afio/cpio/tar LICENSE= GPLv2 @@ -21,17 +21,15 @@ TAR_CMD= ${PREFIX}/bin/gtar SUB_FILES+= pkg-message -OPTIONS_DEFINE= AFIO BUFFER MBUFFER STAR ZIP DOCS +OPTIONS_DEFINE= AFIO BUFFER MBUFFER ZIP DOCS AFIO_DESC= Enable afio support BUFFER_DESC= Enable buffer support MBUFFER_DESC= Enable mbuffer support -STAR_DESC= Enable star support ZIP_DESC= Enable zip support AFIO_RUN_DEPENDS= afio:${PORTSDIR}/sysutils/afio BUFFER_RUN_DEPENDS= buffer:${PORTSDIR}/misc/buffer MBUFFER_RUN_DEPENDS= mbuffer:${PORTSDIR}/misc/mbuffer -STAR_RUN_DEPENDS= star:${PORTSDIR}/archivers/star ZIP_RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip DOCLIST= CHANGES CREDITS README TODO faq.html @@ -52,6 +50,5 @@ do-install: post-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCLIST}" ${STAGEDIR}${DOCSDIR} - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/sysutils/flexbackup/pkg-descr b/sysutils/flexbackup/pkg-descr index e3bb55ed7a2b..83030093fbf2 100644 --- a/sysutils/flexbackup/pkg-descr +++ b/sysutils/flexbackup/pkg-descr @@ -2,7 +2,7 @@ A flexible backup tool Features: o Easy to configure - o Uses dump, afio, GNU tar, cpio, star, pax, or zip archivers + o Uses dump, afio, GNU tar, cpio, pax, or zip archivers o Full and numbered levels of incremental backup (acts like "dump") o Compression and buffering options for all backup types o Does remote filesystems (over rsh/ssh; no special service) |