mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.1.2
PR: ports/144753 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= rdup
|
PORTNAME= rdup
|
||||||
PORTVERSION= 1.1.1
|
PORTVERSION= 1.1.2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://miek.nl/projects/rdup/
|
MASTER_SITES= http://miek.nl/projects/rdup/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (rdup-1.1.1.tar.bz2) = 2a423d8b58862c0d721ca4dd23cde873
|
MD5 (rdup-1.1.2.tar.bz2) = 4e543871c6178d5edc597fcb628a24e7
|
||||||
SHA256 (rdup-1.1.1.tar.bz2) = 7f85dc543caf2d3d92566a8c9a008f1b8254a2fa1244610c2eaa7f07b3609e4e
|
SHA256 (rdup-1.1.2.tar.bz2) = d5b2c4e7a4df62909a18ae70c241fb4bf3c405afa369dbd1259efd22eed9b327
|
||||||
SIZE (rdup-1.1.1.tar.bz2) = 356287
|
SIZE (rdup-1.1.2.tar.bz2) = 357713
|
||||||
|
|
|
@ -9,11 +9,3 @@
|
||||||
|
|
||||||
ARCHIVE_L=@ARCHIVE_L@
|
ARCHIVE_L=@ARCHIVE_L@
|
||||||
NETTLE_L=@NETTLE_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
|
|
||||||
|
|
|
@ -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
|
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.
|
use the script, you should also install the sysutils/coreutils port.
|
||||||
|
|
||||||
WWW: http://miek.nl/projects/rdup11
|
WWW: http://miek.nl/projects/rdup
|
||||||
|
|
Loading…
Add table
Reference in a new issue