ports/contrib (3.3): ddrescue: 1.19 -> 1.21
commit 7af6231bbfcbf2bbbe579d19370e3ed59664fd31 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Jan 28 18:15:03 2017 +1100 ddrescue: 1.19 -> 1.21 diff --git a/ddrescue/.footprint b/ddrescue/.footprint index 9818ca1..dacf371 100644 --- a/ddrescue/.footprint +++ b/ddrescue/.footprint @@ -2,7 +2,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ddrescue -rwxr-xr-x root/root usr/bin/ddrescuelog -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ddrescue.1.gz --rw-r--r-- root/root usr/man/man1/ddrescuelog.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/ddrescue.1.gz +-rw-r--r-- root/root usr/share/man/man1/ddrescuelog.1.gz diff --git a/ddrescue/.md5sum b/ddrescue/.md5sum index dcc210f..fb0e475 100644 --- a/ddrescue/.md5sum +++ b/ddrescue/.md5sum @@ -1 +1 @@ -ed6b5b82d74cbd925db2b829350e74b1 ddrescue-1.19.tar.lz +7801daa8db1fde557540d2cbfaeef416 ddrescue-1.21.tar.lz diff --git a/ddrescue/Pkgfile b/ddrescue/Pkgfile index 0734e56..7627245 100644 --- a/ddrescue/Pkgfile +++ b/ddrescue/Pkgfile @@ -1,23 +1,20 @@ # Description: ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors. -# URL: http://www.gnu.org/software/ddrescue/ddrescue.html +# URL: https://www.gnu.org/software/ddrescue/ddrescue.html # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Danny Rawlins, crux at romster dot me name=ddrescue -version=1.19 +version=1.21 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.lz) +source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.lz) build() { bsdtar -xf $name-$version.tar.lz cd $name-$version - ./configure \ - --prefix=/usr \ - --mandir=/usr/man + ./configure --prefix=/usr - [ "$CXX" ] || CXX=g++ - make CXXFLAGS="$CXXFLAGS" CXX="$CXX" $MAKEFLAGS + make CXXFLAGS="$CXXFLAGS" $MAKEFLAGS make DESTDIR=$PKG install rm -rf $PKG/usr/share/info
participants (1)
-
crux@crux.nu