From tkato432@yahoo.com  Mon Jun 25 18:02:17 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 13037106564A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 25 Jun 2012 18:02:12 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167])
	by mx1.freebsd.org (Postfix) with ESMTP id DB05A8FC17
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 25 Jun 2012 18:02:11 +0000 (UTC)
Received: from localhost.localdomain (ZT038198.ppp.dion.ne.jp [59.128.38.198])
	by msa104lp.auone-net.jp (au one net msa) with ESMTP id D9B172BC03B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 26 Jun 2012 03:02:09 +0900 (JST)
Message-Id: <20120626024609.1cf149be.tkato432@yahoo.com>
Date: Tue, 26 Jun 2012 02:46:09 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: sysutils/ddrescue: Update to version 1.16

>Number:         169422
>Category:       ports
>Synopsis:       sysutils/ddrescue: Update to version 1.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sperber
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 25 18:10:14 UTC 2012
>Closed-Date:    Thu Jul 19 17:48:19 UTC 2012
>Last-Modified:  Thu Jul 19 17:50:21 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p9 i386
>Organization:
>Environment:
>Description:
- Update to version 1.16

Remove file:
files/patch-Makefile.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/sysutils/ddrescue/Makefile sysutils/ddrescue/Makefile
--- /usr/ports/sysutils/ddrescue/Makefile	2012-01-29 02:49:58.000000000 +0900
+++ sysutils/ddrescue/Makefile	2012-06-16 23:21:12.000000000 +0900
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	ddrescue
-PORTVERSION=	1.15
+PORTVERSION=	1.16
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU
+EXTRACT_SUFX=	.tar.lz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Data recovery tool
@@ -16,6 +17,12 @@
 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 @@
 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 @@
 .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}
diff -urN /usr/ports/sysutils/ddrescue/distinfo sysutils/ddrescue/distinfo
--- /usr/ports/sysutils/ddrescue/distinfo	2012-01-29 02:49:58.000000000 +0900
+++ sysutils/ddrescue/distinfo	2012-06-16 23:12:33.000000000 +0900
@@ -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
diff -urN /usr/ports/sysutils/ddrescue/files/patch-Makefile.in sysutils/ddrescue/files/patch-Makefile.in
--- /usr/ports/sysutils/ddrescue/files/patch-Makefile.in	2012-01-29 02:49:58.000000000 +0900
+++ sysutils/ddrescue/files/patch-Makefile.in	1970-01-01 09:00:00.000000000 +0900
@@ -1,23 +0,0 @@
---- Makefile.in.orig	2011-11-22 22:09:38.000000000 +0900
-+++ Makefile.in	2012-01-07 05:34:41.000000000 +0900
-@@ -18,16 +18,16 @@
- all : $(progname) ddrescuelog
- 
- $(progname) : $(objs)
--	$(CXX) $(LDFLAGS) -o $@ $^
-+	$(CXX) $(LDFLAGS) -o $@ $(objs)
- 
- $(progname)_profiled : $(objs)
--	$(CXX) $(LDFLAGS) -pg -o $@ $^
-+	$(CXX) $(LDFLAGS) -pg -o $@ $(objs)
- 
- ddrescuelog : $(logobjs)
--	$(CXX) $(LDFLAGS) -o $@ $^
-+	$(CXX) $(LDFLAGS) -o $@ $(logobjs)
- 
- static_$(progname) : $(objs)
--	$(CXX) $(LDFLAGS) -static -o $@ $^
-+	$(CXX) $(LDFLAGS) -static -o $@ $(objs)
- 
- main.o : main.cc
- 	$(CXX) $(CPPFLAGS) $(CXXFLAGS) -DPROGVERSION=\"$(pkgversion)\" -c -o $@ $<
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 25 18:12:28 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169422 
Responsible-Changed-From-To: miwi->sperber 
Responsible-Changed-By: sperber 
Responsible-Changed-When: Tue Jul 17 07:59:39 UTC 2012 
Responsible-Changed-Why:  
miwi asked me to take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169422 
State-Changed-From-To: open->closed 
State-Changed-By: sperber 
State-Changed-When: Thu Jul 19 17:48:18 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169422 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169422: commit references a PR
Date: Thu, 19 Jul 2012 17:43:33 +0000 (UTC)

 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@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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
