Update to ddrescue 1.19: - License changed to GPL version 2 or later (see ChangeLog) - Use CONFIGURE_ARGS to get rid of patches/patch-configure (however, my below "cvs diff -Nup" output does not show the removal of the file ...) - No need for INSTALL_TARGET
Best regards, Ingo Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/ddrescue/Makefile,v retrieving revision 1.9 diff -u -p -u -p -r1.9 Makefile --- Makefile 9 Nov 2013 23:19:03 -0000 1.9 +++ Makefile 15 Mar 2015 16:46:33 -0000 @@ -2,24 +2,27 @@ COMMENT = data recovery tool -DISTNAME = ddrescue-1.16 -REVISION = 0 +DISTNAME = ddrescue-1.19 CATEGORIES = sysutils HOMEPAGE = https://www.gnu.org/software/ddrescue/ddrescue.html -# GPLv3+ +# GPLv2+ PERMIT_PACKAGE_CDROM = Yes WANTLIB = c m stdc++ MASTER_SITES = ${MASTER_SITE_GNU:=ddrescue/} +EXTRACT_SUFX = .tar.lz + BUILD_DEPENDS = devel/help2man CONFIGURE_STYLE = gnu +CONFIGURE_ARGS = CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" \ + CXXFLAGS="${CXXFLAGS}" + ALL_TARGET = all doc -INSTALL_TARGET = install install-man .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/ddrescue/distinfo,v retrieving revision 1.4 diff -u -p -u -p -r1.4 distinfo --- distinfo 17 Mar 2013 22:00:42 -0000 1.4 +++ distinfo 15 Mar 2015 16:46:33 -0000 @@ -1,2 +1,2 @@ -SHA256 (ddrescue-1.16.tar.gz) = drPy5fsDBtJPJjLD4WjMy3PcCjSOOnCJzZIwdI/yPeY= -SIZE (ddrescue-1.16.tar.gz) = 104691 +SHA256 (ddrescue-1.19.tar.lz) = 7Y0MnZqsgKkRDpyw0Kkac5DTv5+Ba2emLKTrFA9HR7g= +SIZE (ddrescue-1.19.tar.lz) = 68354
