Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  4 Feb 2013 21:36:43 +0800 (CST)
From:      Po-Chien Lin <linpc@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        nobutaka@FreeBSD.org
Subject:   ports/175828: [PATCH] sysutils/dd_rescue: update to 1.31
Message-ID:  <20130204133643.D931B2F31B@dev.linpc.org>
Resent-Message-ID: <201302041340.r14De0HD059867@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175828
>Category:       ports
>Synopsis:       [PATCH] sysutils/dd_rescue: update to 1.31
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 04 13:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Po-Chien Lin
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dev.linpc.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Sat Jan  5 22:32:49 CST
>Description:
- Update to 1.31
- Switch to OptionsNG

- Problem of 1.30:
  I'm not sure if the dd_rescue official team repack the tarball,
  but the distinfo in r311038 will cause `make checksum' failed.

>How-To-Repeat:
>Fix:

--- dd_rescue-1.31.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/dd_rescue/Makefile ./Makefile
--- /usr/ports/sysutils/dd_rescue/Makefile	2013-01-27 06:05:31.465367665 +0800
+++ ./Makefile	2013-02-04 21:32:44.483238414 +0800
@@ -1,14 +1,11 @@
-# New ports collection makefile for:   dd_rescue
-# Date created:        14 March 2005
-# Whom:                MANTANI Nobutaka <nobutaka@freebsd.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@freebsd.org>
 # $FreeBSD: head/sysutils/dd_rescue/Makefile 311038 2013-01-26 18:03:42Z nobutaka $
-#
 
 PORTNAME=	dd_rescue
-PORTVERSION=	1.30
+PORTVERSION=	1.31
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.garloff.de/kurt/linux/ddrescue/
+MASTER_SITES=	http://www.garloff.de/kurt/linux/ddrescue/ \
+		http://fossies.org/unix/privat/
 
 MAINTAINER=	nobutaka@FreeBSD.org
 COMMENT=	A dd tool suitable for rescuing data from a medium with errors
@@ -21,9 +18,11 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}
 ALL_TARGET=	default
 
+.include <bsd.port.options.mk>
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dd_rescue ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA}	${WRKSRC}/README.dd_rescue ${DOCSDIR}
 .endif
diff -ruN --exclude=CVS /usr/ports/sysutils/dd_rescue/distinfo ./distinfo
--- /usr/ports/sysutils/dd_rescue/distinfo	2013-01-27 06:05:31.343350374 +0800
+++ ./distinfo	2013-02-04 21:28:57.253229233 +0800
@@ -1,2 +1,2 @@
-SHA256 (dd_rescue-1.30.tar.gz) = f4e59c5e669b758c7063bd69dc86f18d380ee3d3551f3da23a2b2a24da4bfa3b
-SIZE (dd_rescue-1.30.tar.gz) = 25253
+SHA256 (dd_rescue-1.31.tar.gz) = 61ada614762867fef502324ea9b4ab91c2f6f549170243da5754bf88f8177b6f
+SIZE (dd_rescue-1.31.tar.gz) = 26988
--- dd_rescue-1.31.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130204133643.D931B2F31B>