svn commit: r301179 - in head/sysutils/ddrescue: . files
Armin Pirkovitsch
sperber at FreeBSD.org
Thu Jul 19 17:42:22 UTC 2012
Author: sperber
Date: Thu Jul 19 17:42:21 2012
New Revision: 301179
URL: http://svn.freebsd.org/changeset/ports/301179
Log:
- Update to version 1.16
- Switch to optionsng
PR: ports/169422
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Deleted:
head/sysutils/ddrescue/files/
Modified:
head/sysutils/ddrescue/Makefile (contents, props changed)
head/sysutils/ddrescue/distinfo (contents, props changed)
Modified: head/sysutils/ddrescue/Makefile
==============================================================================
--- head/sysutils/ddrescue/Makefile Thu Jul 19 17:41:47 2012 (r301178)
+++ head/sysutils/ddrescue/Makefile Thu Jul 19 17:42:21 2012 (r301179)
@@ -6,9 +6,10 @@
#
PORTNAME= ddrescue
-PORTVERSION= 1.15
+PORTVERSION= 1.16
CATEGORIES= sysutils
MASTER_SITES= GNU
+EXTRACT_SUFX= .tar.lz
MAINTAINER= ports at FreeBSD.org
COMMENT= Data recovery tool
@@ -16,6 +17,12 @@ COMMENT= Data recovery tool
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+EXTRACT_DEPENDS=lzip:${PORTSDIR}/archivers/lzip
+
+EXTRACT_CMD= ${LOCALBASE}/bin/lzip
+
+OPTIONS_DEFINE= DOCS
+
HAS_CONFIGURE= yes
CONFIGURE_ARGS= CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" \
CXXFLAGS="${CXXFLAGS}"
@@ -26,6 +33,8 @@ INFO= ddrescue
PORTDOCS= AUTHORS ChangeLog NEWS README
PLIST_FILES= bin/ddrescue bin/ddrescuelog
+.include <bsd.port.options.mk>
+
do-install:
.for i in ddrescue ddrescuelog
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin
@@ -34,7 +43,7 @@ do-install:
.for i in ddrescue
${INSTALL_DATA} ${WRKSRC}/doc/${i}.info ${PREFIX}/${INFO_PATH}
.endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
Modified: head/sysutils/ddrescue/distinfo
==============================================================================
--- head/sysutils/ddrescue/distinfo Thu Jul 19 17:41:47 2012 (r301178)
+++ head/sysutils/ddrescue/distinfo Thu Jul 19 17:42:21 2012 (r301179)
@@ -1,2 +1,2 @@
-SHA256 (ddrescue-1.15.tar.gz) = 75e01362005ba5b59a275edd9d012229b43e0b56533c2abb89d40a44d7ec2d78
-SIZE (ddrescue-1.15.tar.gz) = 99082
+SHA256 (ddrescue-1.16.tar.lz) = 47ff778de4ff75a7e796c717e68fcef2000fe3ca25f824d3063259ebf930a65e
+SIZE (ddrescue-1.16.tar.lz) = 61763
More information about the svn-ports-all
mailing list