diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2013-03-07 15:08:38 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2013-03-07 15:08:38 +0000 |
commit | b7300388b031ed9c11800d22ba8df208e52a1575 (patch) | |
tree | acc2c2d6bb39374b14604d119e671448616b0df3 /sysutils/dd_rescue | |
parent | Update to 1.0.46 (diff) |
Update to 1.32.
Trim Makefile header.
Add a new location to MASTER_SITES.
Switch to OptionsNG.
PR: ports/175828
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Diffstat (limited to 'sysutils/dd_rescue')
-rw-r--r-- | sysutils/dd_rescue/Makefile | 17 | ||||
-rw-r--r-- | sysutils/dd_rescue/distinfo | 4 |
2 files changed, 9 insertions, 12 deletions
diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index 267d2258c11f..9ec084573f49 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -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$ -# PORTNAME= dd_rescue -PORTVERSION= 1.30 +PORTVERSION= 1.32 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 @@ -16,16 +13,16 @@ COMMENT= A dd tool suitable for rescuing data from a medium with errors LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= checksum mismatch - USE_GMAKE= yes 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 --git a/sysutils/dd_rescue/distinfo b/sysutils/dd_rescue/distinfo index 1a00808d40cd..c437faff524a 100644 --- a/sysutils/dd_rescue/distinfo +++ b/sysutils/dd_rescue/distinfo @@ -1,2 +1,2 @@ -SHA256 (dd_rescue-1.30.tar.gz) = 137f20f8dbe053824b8dabf3a5157d02620bffcfcba336e99fcc2bf42055efde -SIZE (dd_rescue-1.30.tar.gz) = 26313 +SHA256 (dd_rescue-1.32.tar.gz) = 9e57d9b1a37d417ea5e2e0ae4de3b742d2370496034bc3a1133147dd9b400dbd +SIZE (dd_rescue-1.32.tar.gz) = 28968 |