FreeBSD Bugzilla – Attachment 104281 Details for
Bug 144438
[MAINTAINER] sysutils/rdup: update to 1.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rdup-1.1.1.diff
rdup-1.1.1.diff (text/plain), 4.02 KB, created by
Charlie Kester
on 2010-03-02 21:00:08 UTC
(
hide
)
Description:
rdup-1.1.1.diff
Filename:
MIME Type:
Creator:
Charlie Kester
Created:
2010-03-02 21:00:08 UTC
Size:
4.02 KB
patch
obsolete
>diff -ruN /usr/ports/sysutils/rdup/Makefile ./rdup/Makefile >--- /usr/ports/sysutils/rdup/Makefile 2009-12-02 05:48:22.000000000 -0800 >+++ ./rdup/Makefile 2010-03-02 11:12:22.000000000 -0800 >@@ -7,7 +7,7 @@ > # > > PORTNAME= rdup >-PORTVERSION= 1.0.2 >+PORTVERSION= 1.1.1 > CATEGORIES= sysutils > MASTER_SITES= http://miek.nl/projects/rdup/ > >@@ -29,7 +29,6 @@ > MAKEFILE= GNUmakefile > > PLIST_FILES= bin/rdup \ >- bin/rdup-ln \ > bin/rdup-simple \ > bin/rdup-tr \ > bin/rdup-up >@@ -42,6 +41,5 @@ > > post-patch: > @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' ${WRKSRC}/sh/rdup-simple.in >- @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' ${WRKSRC}/sh/rdup-ln > > .include <bsd.port.mk> >diff -ruN /usr/ports/sysutils/rdup/distinfo ./rdup/distinfo >--- /usr/ports/sysutils/rdup/distinfo 2009-12-02 05:48:22.000000000 -0800 >+++ ./rdup/distinfo 2010-03-02 11:02:12.000000000 -0800 >@@ -1,3 +1,3 @@ >-MD5 (rdup-1.0.2.tar.bz2) = e13445b11de1c3fe608903b086f05784 >-SHA256 (rdup-1.0.2.tar.bz2) = 9ec0813f005d7fdaac634575b110bafd193cda81170806e59200e629c107189d >-SIZE (rdup-1.0.2.tar.bz2) = 1205906 >+MD5 (rdup-1.1.1.tar.bz2) = 2a423d8b58862c0d721ca4dd23cde873 >+SHA256 (rdup-1.1.1.tar.bz2) = 7f85dc543caf2d3d92566a8c9a008f1b8254a2fa1244610c2eaa7f07b3609e4e >+SIZE (rdup-1.1.1.tar.bz2) = 356287 >diff -ruN /usr/ports/sysutils/rdup/files/patch-GNUmakefile.in ./rdup/files/patch-GNUmakefile.in >--- /usr/ports/sysutils/rdup/files/patch-GNUmakefile.in 2009-12-02 05:48:23.000000000 -0800 >+++ ./rdup/files/patch-GNUmakefile.in 2010-03-02 11:07:40.000000000 -0800 >@@ -1,5 +1,5 @@ >---- GNUmakefile.in.orig 2009-08-10 04:09:38.000000000 -0700 >-+++ GNUmakefile.in 2009-10-09 20:27:57.000000000 -0700 >+--- GNUmakefile.in.orig 2010-03-02 11:04:44.000000000 -0800 >++++ GNUmakefile.in 2010-03-02 11:06:56.000000000 -0800 > @@ -19,7 +19,7 @@ > sbindir=@sbindir@ > mandir=@mandir@ >@@ -9,12 +9,11 @@ > > ARCHIVE_L=@ARCHIVE_L@ > NETTLE_L=@NETTLE_L@ >-@@ -89,8 +89,6 @@ >+@@ -93,7 +93,6 @@ > > install: all > mkdir -p ${DESTDIR}${mandir}/man1 > - mkdir -p ${DESTDIR}${datadir} >-- mkdir -p ${DESTDIR}${libdir}/rdup > 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 >diff -ruN /usr/ports/sysutils/rdup/files/patch-rdup-ln ./rdup/files/patch-rdup-ln >--- /usr/ports/sysutils/rdup/files/patch-rdup-ln 2009-12-02 05:48:23.000000000 -0800 >+++ ./rdup/files/patch-rdup-ln 1969-12-31 16:00:00.000000000 -0800 >@@ -1,23 +0,0 @@ >---- sh/rdup-ln.orig 2009-10-09 23:37:34.000000000 -0700 >-+++ sh/rdup-ln 2009-10-09 23:39:40.000000000 -0700 >-@@ -27,7 +27,7 @@ >- fi >- >- DATESTR='+%Y%m/%d' >--TODAY=$(date $DATESTR) >-+TODAY=$(gdate $DATESTR) >- TOPDIR=$1 >- >- if [[ -z $TOPDIR ]]; then >-@@ -44,9 +44,9 @@ >- >- let i=1 >- while [[ $i -le $LOOKBACK ]]; do >-- D=$(date $DATESTR --date "$i days ago") >-+ D=$(gdate $DATESTR --date "$i days ago") >- if [[ -d $TOPDIR/$D ]]; then >-- if ! cp -plr $TOPDIR/$D/* $TOPDIR/$TODAY; then >-+ if ! gcp -plr $TOPDIR/$D/* $TOPDIR/$TODAY; then >- exit 2 >- fi >- exit 0 >diff -ruN /usr/ports/sysutils/rdup/pkg-descr ./rdup/pkg-descr >--- /usr/ports/sysutils/rdup/pkg-descr 2009-12-02 05:48:22.000000000 -0800 >+++ ./rdup/pkg-descr 2010-03-02 12:48:02.000000000 -0800 >@@ -4,9 +4,9 @@ > files that have changed since the last backup. It also handles files that are > removed, allowing for correct incremental backups. > >-Example scripts named rdup-simple and rdup-ln are included to show how to >-implement a simple snapshot-style backup strategy. These bash scripts require >+An example script named rdup-simple is included to show how to >+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 scripts, you should also install the sysutils/coreutils port. >+use the script, you should also install the sysutils/coreutils port. > >-WWW: http://miek.nl/projects/rdup >+WWW: http://miek.nl/projects/rdup11
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 144438
: 104281