From nobody@FreeBSD.org  Sat Sep 17 20:08:45 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6451D106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Sep 2011 20:08:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4869C8FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Sep 2011 20:08:45 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p8HK8jil008516
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Sep 2011 20:08:45 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p8HK8jpB008515;
	Sat, 17 Sep 2011 20:08:45 GMT
	(envelope-from nobody)
Message-Id: <201109172008.p8HK8jpB008515@red.freebsd.org>
Date: Sat, 17 Sep 2011 20:08:45 GMT
From: "4720@hushmail.com" <4720@hushmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] upgrade sysutils/dvdisaster to 0.72.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: chalpin@cs.wisc.edu

>Number:         160788
>Category:       ports
>Synopsis:       [patch] upgrade sysutils/dvdisaster to 0.72.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 17 20:10:11 UTC 2011
>Closed-Date:    Sun Sep 18 20:53:35 UTC 2011
>Last-Modified:  Sun Sep 18 21:00:18 UTC 2011
>Originator:     4720@hushmail.com
>Release:        
>Organization:
>Environment:
>Description:
attached patch updates sysutils/dvdisaster from 0.72 to 0.72.2. tinderbox-clean
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/dvdisaster/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	31 May 2010 02:00:58 -0000	1.17
+++ Makefile	17 Sep 2011 20:03:10 -0000
@@ -6,17 +6,19 @@
 #
 
 PORTNAME=	dvdisaster
-PORTVERSION=	0.72
-PORTREVISION=	3
+PORTVERSION=	0.72.2
 CATEGORIES=	sysutils
-MASTER_SITES=	SF
+MASTER_SITES=	SF \
+		http://dvdisaster.net/downloads/
 
 MAINTAINER=	chalpin@cs.wisc.edu
 COMMENT=	A CD/DVD error recovery tool
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKEFILE=	GNUmakefile
 
 USE_BZIP2=	yes
@@ -26,6 +28,7 @@
 		--png-includes=${LOCALBASE}/include \
 		--png-libraries=${LOCALBASE}/lib
 USE_GMAKE=	yes
+MAKE_JOBS_UNSAFE=yes
 
 PORTSCOUT=	limitw:1,even
 
@@ -38,7 +41,7 @@
 	@(cd ${CONFIGURE_WRKSRC} && \
 		if ! ${SETENV} CC="${CC}" CXX="${CXX}" \
 	    CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
-	    INSTALL="/usr/bin/install -c ${_BINOWNGRP}" \
+	    INSTALL="${INSTALL} -c ${_BINOWNGRP}" \
 	    INSTALL_DATA="${INSTALL_DATA}" \
 	    INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
 	    INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
@@ -48,4 +51,7 @@
 			 ${FALSE}; \
 		fi)
 
+post-install:
+	@${CAT} ${PKGMESSAGE}
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/dvdisaster/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	19 Mar 2011 12:32:15 -0000	1.8
+++ distinfo	17 Sep 2011 20:03:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (dvdisaster-0.72.tar.bz2) = 70b8e4e8709629368f8136441930dcf056ea311ff094eab295ec59c70f4f3184
-SIZE (dvdisaster-0.72.tar.bz2) = 4144997
+SHA256 (dvdisaster-0.72.2.tar.bz2) = 62d00c399c99a3bba493405174aeb96bd8c2d428d01d24b46858a55531b725ae
+SIZE (dvdisaster-0.72.2.tar.bz2) = 4145193
Index: pkg-message
===================================================================
RCS file: pkg-message
diff -N pkg-message
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pkg-message	17 Sep 2011 20:03:10 -0000
@@ -0,0 +1,3 @@
+Note that dvdisaster tries to read /dev/pass* to list available CD/DVD drives,
+so the program will not detect any available drives if the user running
+dvdisaster does not have permissions to read /dev/pass*
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/sysutils/dvdisaster/pkg-plist,v
retrieving revision 1.7
diff -u -r1.7 pkg-plist
--- pkg-plist	28 Jul 2009 17:43:59 -0000	1.7
+++ pkg-plist	17 Sep 2011 20:03:12 -0000
@@ -11,6 +11,8 @@
 doc/dvdisaster-%%PORTVERSION%%/de/download10.html
 doc/dvdisaster-%%PORTVERSION%%/de/download20.html
 doc/dvdisaster-%%PORTVERSION%%/de/download30.html
+doc/dvdisaster-%%PORTVERSION%%/de/download_showall=0.html
+doc/dvdisaster-%%PORTVERSION%%/de/download_showall=1.html
 doc/dvdisaster-%%PORTVERSION%%/de/feedback.html
 doc/dvdisaster-%%PORTVERSION%%/de/feedback_expand=1.html
 doc/dvdisaster-%%PORTVERSION%%/de/howtos.html
@@ -334,6 +336,8 @@
 doc/dvdisaster-%%PORTVERSION%%/en/download10.html
 doc/dvdisaster-%%PORTVERSION%%/en/download20.html
 doc/dvdisaster-%%PORTVERSION%%/en/download30.html
+doc/dvdisaster-%%PORTVERSION%%/en/download_showall=0.html
+doc/dvdisaster-%%PORTVERSION%%/en/download_showall=1.html
 doc/dvdisaster-%%PORTVERSION%%/en/feedback.html
 doc/dvdisaster-%%PORTVERSION%%/en/feedback_expand=1.html
 doc/dvdisaster-%%PORTVERSION%%/en/howtos.html
@@ -684,6 +688,8 @@
 doc/dvdisaster-%%PORTVERSION%%/ru/download10.html
 doc/dvdisaster-%%PORTVERSION%%/ru/download20.html
 doc/dvdisaster-%%PORTVERSION%%/ru/download30.html
+doc/dvdisaster-%%PORTVERSION%%/ru/download_showall=0.html
+doc/dvdisaster-%%PORTVERSION%%/ru/download_showall=1.html
 doc/dvdisaster-%%PORTVERSION%%/ru/feedback.html
 doc/dvdisaster-%%PORTVERSION%%/ru/feedback_expand=1.html
 doc/dvdisaster-%%PORTVERSION%%/ru/howtos.html
@@ -1000,6 +1006,9 @@
 locale/it/LC_MESSAGES/dvdisaster.mo
 locale/ru/LC_MESSAGES/dvdisaster.mo
 locale/sv/LC_MESSAGES/dvdisaster.mo
+locale/pt_BR/LC_MESSAGES/dvdisaster.mo
+@dirrm locale/pt_BR/LC_MESSAGES
+@dirrm locale/pt_BR
 @dirrm locale/sv/LC_MESSAGES
 @dirrm locale/sv
 @dirrm locale/ru/LC_MESSAGES


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Sep 17 20:10:20 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chalpin@cs.wisc.edu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160788: [patch] upgrade sysutils/dvdisaster to 0.72.2
Date: Sat, 17 Sep 2011 20:10:18 UT

 Maintainer of sysutils/dvdisaster,
 
 Please note that PR ports/160788 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160788
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Corey Halpin <chalpin@cs.wisc.edu>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/160788: [patch] upgrade sysutils/dvdisaster to 0.72.2
Date: Sat, 17 Sep 2011 15:40:23 -0500

 --bp/iNruPH9dso1Pn
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Approve.
 
 ~crh
 
 
 On 2011-09-17, Edwin Groothuis wrote:
 >Maintainer of sysutils/dvdisaster,
 >
 >Please note that PR ports/160788 has just been submitted.
 >
 >If it contains a patch for an upgrade, an enhancement or a bug fix
 >you agree on, reply to this email stating that you approve the patch
 >and a committer will take care of it.
 >
 >The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/160788
 >
 >--=20
 >Edwin Groothuis via the GNATS Auto Assign Tool
 >edwin@FreeBSD.org
 >
 
 --bp/iNruPH9dso1Pn
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (Darwin)
 
 iEYEARECAAYFAk51BbcACgkQQ/a2GD73kntqHwCfTNQ7PSGvExn/y5FZ9cckGZDc
 XHkAn3oMZXjpbb0yMdE2tXax9NmhueJy
 =F9s3
 -----END PGP SIGNATURE-----
 
 --bp/iNruPH9dso1Pn--
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sat Sep 17 23:32:01 UTC 2011 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160788 
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sun Sep 18 02:32:10 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160788 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sun Sep 18 20:53:34 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160788: commit references a PR
Date: Sun, 18 Sep 2011 20:52:17 +0000 (UTC)

 swills      2011-09-18 20:52:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/dvdisaster  Makefile distinfo pkg-plist 
   Log:
   - Update to 0.72.2
   
   PR:             ports/160788
   Submited by:    "4720@hushmail.com" <4720@hushmail.com>
   Approved by:    Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
   
   Revision  Changes    Path
   1.18      +11 -5     ports/sysutils/dvdisaster/Makefile
   1.9       +2 -2      ports/sysutils/dvdisaster/distinfo
   1.8       +9 -0      ports/sysutils/dvdisaster/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
