diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2012-02-12 15:12:25 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2012-02-12 15:12:25 +0000 |
commit | 1bce0bbb3af1b5deb60d8e7a12838ae4585cc394 (patch) | |
tree | 40cc5eb88f254b8221344065836b49df0f214ea3 /sysutils/dd_rescue | |
parent | - Update to 8.77 (diff) |
Update to 1.25.
Diffstat (limited to 'sysutils/dd_rescue')
-rw-r--r-- | sysutils/dd_rescue/Makefile | 2 | ||||
-rw-r--r-- | sysutils/dd_rescue/distinfo | 4 | ||||
-rw-r--r-- | sysutils/dd_rescue/files/patch-Makefile | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index 4b296daf2dee..a12b10bc5ac3 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dd_rescue -PORTVERSION= 1.24 +PORTVERSION= 1.25 CATEGORIES= sysutils MASTER_SITES= http://www.garloff.de/kurt/linux/ddrescue/ diff --git a/sysutils/dd_rescue/distinfo b/sysutils/dd_rescue/distinfo index fa09d63a2cb3..c1bcf8e0ece2 100644 --- a/sysutils/dd_rescue/distinfo +++ b/sysutils/dd_rescue/distinfo @@ -1,2 +1,2 @@ -SHA256 (dd_rescue-1.24.tar.gz) = d11e33841d225cdb0596253948c14c9f6f12b33e00a1814217ec74ffa5e524b0 -SIZE (dd_rescue-1.24.tar.gz) = 21344 +SHA256 (dd_rescue-1.25.tar.gz) = 22a2b030868c6e0639240df590a0c8483fda9ad1c01c5e6a0f7f188271c02585 +SIZE (dd_rescue-1.25.tar.gz) = 21794 diff --git a/sysutils/dd_rescue/files/patch-Makefile b/sysutils/dd_rescue/files/patch-Makefile index bd678312f84b..49ea54b0836c 100644 --- a/sysutils/dd_rescue/files/patch-Makefile +++ b/sysutils/dd_rescue/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile-bla 2010-09-17 14:07:46.000000000 +0200 -+++ Makefile 2010-09-17 14:07:58.000000000 +0200 +--- Makefile.orig 2012-01-22 22:48:54.000000000 +0900 ++++ Makefile 2012-02-12 23:57:39.000000000 +0900 @@ -6,9 +6,6 @@ DESTDIR = -CC = gcc --RPM_OPT_FLAGS = -O2 -Wall -g +-RPM_OPT_FLAGS = -Os -Wall -g -CFLAGS = $(RPM_OPT_FLAGS) $(EXTRA_CFLAGS) INSTALL = install INSTALLFLAGS = -s |