mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
sysutils/rdup: update master site
- update master site - use modern syntax in LIB_DEPENDS - replace USE_BZIP2 with USES - move package files to pkg-plist - remove NO_STAGE PR: 187698 Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
This commit is contained in:
parent
23ebc5bb3d
commit
0457963959
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350237
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
9
sysutils/rdup/pkg-plist
Normal file
9
sysutils/rdup/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user