From nobody@FreeBSD.org  Fri Oct 24 07:39:15 2008
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 2E9BC106567B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 24 Oct 2008 07:39:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1DD7A8FC28
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 24 Oct 2008 07:39:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9O7dEU5027654
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 24 Oct 2008 07:39:14 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id m9O7dE4J027653;
	Fri, 24 Oct 2008 07:39:14 GMT
	(envelope-from nobody)
Message-Id: <200810240739.m9O7dE4J027653@www.freebsd.org>
Date: Fri, 24 Oct 2008 07:39:14 GMT
From: bf <bf2006a@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]archivers/ppmd-7z: update to 4.58
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128332
>Category:       ports
>Synopsis:       [PATCH]archivers/ppmd-7z: update to 4.58
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 24 07:40:03 UTC 2008
>Closed-Date:    Fri Oct 24 19:00:20 UTC 2008
>Last-Modified:  Fri Oct 24 19:10:23 UTC 2008
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
update to 4.58; add regression-test target
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ppmd-7z.orig/Makefile ppmd-7z/Makefile
--- ppmd-7z.orig/Makefile	2008-10-24 02:37:53.516575431 -0400
+++ ppmd-7z/Makefile	2008-10-24 03:27:46.297896800 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ppmd
-PORTVERSION=	4.57
+PORTVERSION=	4.58
 CATEGORIES=	archivers
 MASTER_SITES=	SF/p7zip
 PKGNAMESUFFIX=	-7z
@@ -26,10 +26,13 @@
 post-patch:
 	@${REINPLACE_CMD} -e '/bool Open(LPCTSTR fileName, DWORD creationDisposition)/,/}/d'\
 		${WRKSRC}/CPP/7zip/Common/FileStreams.h
-	@${REINPLACE_CMD} -e 's|^CFLAGS =|CFLAGS +=|;s|-o|${CFLAGS} -o|'\
+	@${REINPLACE_CMD} -e 's|^CFLAGS =|CFLAGS +=|;s|-o |${CFLAGS} -o |'\
 			${BUILD_WRKSRC}/${MAKEFILE}
 
 do-install:
 	@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PKGBASE}
 
+regression-test: build
+	@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
+
 .include <bsd.port.mk>
diff -ruN ppmd-7z.orig/distinfo ppmd-7z/distinfo
--- ppmd-7z.orig/distinfo	2008-10-24 02:37:53.545569899 -0400
+++ ppmd-7z/distinfo	2008-10-24 03:27:46.297896800 -0400
@@ -1,3 +1,3 @@
-MD5 (p7zip_4.57_src_all.tar.bz2) = 773f78d8b297eb858626667d4dfa93c7
-SHA256 (p7zip_4.57_src_all.tar.bz2) = 00e923386dd53d532a86331d1694eaeee626783afa503f91edf7370357e05b53
-SIZE (p7zip_4.57_src_all.tar.bz2) = 1473608
+MD5 (p7zip_4.58_src_all.tar.bz2) = 315b184102c17c4956f53218d973222d
+SHA256 (p7zip_4.58_src_all.tar.bz2) = 52391559b7782d2bad45b783579ea9825f28670ba6f234fd0d9248af3e82bedd
+SIZE (p7zip_4.58_src_all.tar.bz2) = 1948207


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 24 07:41:33 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128332 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Oct 24 19:00:19 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128332: commit references a PR
Date: Fri, 24 Oct 2008 19:01:25 +0000 (UTC)

 miwi        2008-10-24 19:00:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/ppmd-7z    Makefile distinfo 
   Log:
   - Update to 4.58
   - Add regression-test target
   
   PR:             128332
   Submitted by:   bf <bf2006a@yahoo.com> (maintainer)
   
   Revision  Changes    Path
   1.7       +5 -2      ports/archivers/ppmd-7z/Makefile
   1.4       +3 -3      ports/archivers/ppmd-7z/distinfo
 _______________________________________________
 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:
