diff --git a/sysutils/rdup/Makefile b/sysutils/rdup/Makefile index 93031c4dd71e..78773769b1f4 100644 --- a/sysutils/rdup/Makefile +++ b/sysutils/rdup/Makefile @@ -5,36 +5,22 @@ PORTNAME= rdup PORTVERSION= 1.1.14 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://miek.nl/projects/rdup/ +MASTER_SITES= http://archive.miek.nl/projects/rdup/ MAINTAINER= rm@FreeBSD.org COMMENT= Tool to generate (incremental) backup file list LICENSE= GPLv3 -LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 \ - pcre:${PORTSDIR}/devel/pcre \ - archive:${PORTSDIR}/archivers/libarchive \ - nettle:${PORTSDIR}/security/nettle +LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libarchive.so:${PORTSDIR}/archivers/libarchive \ + libnettle.so:${PORTSDIR}/security/nettle -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 USE_AUTOTOOLS= autoconf MAKEFILE= GNUmakefile LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/rdup \ - bin/rdup-simple \ - bin/rdup-tr \ - bin/rdup-up - -MAN1= rdup.1 \ - rdup-simple.1 \ - rdup-tr.1 \ - rdup-up.1 - -MAN7= rdup-backups.7 - -NO_STAGE= yes .include diff --git a/sysutils/rdup/pkg-descr b/sysutils/rdup/pkg-descr index c6a0d74295cd..66d37e588b7b 100644 --- a/sysutils/rdup/pkg-descr +++ b/sysutils/rdup/pkg-descr @@ -7,4 +7,4 @@ that are removed, allowing for correct incremental backups. An example script named rdup-simple is included to show how to implement a simple snapshot-style backup strategy. -WWW: http://miek.nl/projects/rdup/ +WWW: http://archive.miek.nl/projects/rdup/index.html diff --git a/sysutils/rdup/pkg-plist b/sysutils/rdup/pkg-plist new file mode 100644 index 000000000000..f3ce661d5f14 --- /dev/null +++ b/sysutils/rdup/pkg-plist @@ -0,0 +1,9 @@ +bin/rdup +bin/rdup-simple +bin/rdup-tr +bin/rdup-up +man/man1/rdup.1.gz +man/man1/rdup-simple.1.gz +man/man1/rdup-tr.1.gz +man/man1/rdup-up.1.gz +man/man7/rdup-backups.7.gz