- Update to 1.1.2

PR:		ports/144753
Submitted by:	Charlie Kester <corky1951@comcast.net> (maintainer)
This commit is contained in:
Wen Heping 2010-03-15 07:10:46 +00:00
parent e6d398fdf1
commit ac283a7dc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251061
4 changed files with 5 additions and 13 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= rdup
PORTVERSION= 1.1.1
PORTVERSION= 1.1.2
CATEGORIES= sysutils
MASTER_SITES= http://miek.nl/projects/rdup/

View file

@ -1,3 +1,3 @@
MD5 (rdup-1.1.1.tar.bz2) = 2a423d8b58862c0d721ca4dd23cde873
SHA256 (rdup-1.1.1.tar.bz2) = 7f85dc543caf2d3d92566a8c9a008f1b8254a2fa1244610c2eaa7f07b3609e4e
SIZE (rdup-1.1.1.tar.bz2) = 356287
MD5 (rdup-1.1.2.tar.bz2) = 4e543871c6178d5edc597fcb628a24e7
SHA256 (rdup-1.1.2.tar.bz2) = d5b2c4e7a4df62909a18ae70c241fb4bf3c405afa369dbd1259efd22eed9b327
SIZE (rdup-1.1.2.tar.bz2) = 357713

View file

@ -9,11 +9,3 @@
ARCHIVE_L=@ARCHIVE_L@
NETTLE_L=@NETTLE_L@
@@ -93,7 +93,6 @@
install: all
mkdir -p ${DESTDIR}${mandir}/man1
- mkdir -p ${DESTDIR}${datadir}
for i in ${CMD}; do ${INSTALL} $$i ${DESTDIR}${bindir}/$$i ; done
for i in ${SH}; do ${INSTALL} sh/$$i ${DESTDIR}${bindir}/$$i ; done
for i in ${MAN1}; do [ -f $$i ] && ${INSTALL_DATA} $$i ${DESTDIR}${mandir}/man1/`basename $$i` ; done; exit 0

View file

@ -9,4 +9,4 @@ implement a simple snapshot-style backup strategy. This bash script requires
GNU date and cp, which are not installed by this FreeBSD port. If you want to
use the script, you should also install the sysutils/coreutils port.
WWW: http://miek.nl/projects/rdup11
WWW: http://miek.nl/projects/rdup