From nobody@FreeBSD.org  Tue Sep  9 21:16:52 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 9FA40106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Sep 2008 21:16:52 +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 935B58FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Sep 2008 21:16:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m89LGqwf099453
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 9 Sep 2008 21:16:52 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m89LGpvc099452;
	Tue, 9 Sep 2008 21:16:51 GMT
	(envelope-from nobody)
Message-Id: <200809092116.m89LGpvc099452@www.freebsd.org>
Date: Tue, 9 Sep 2008 21:16:51 GMT
From: Artem Naluzhnyy <tut@nhamon.com.ua>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] security/phpmyid: update to 0.9
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: dan@langille.org

>Number:         127257
>Category:       ports
>Synopsis:       [patch] security/phpmyid: update to 0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 09 21:20:02 UTC 2008
>Closed-Date:    Wed Sep 24 08:42:44 UTC 2008
>Last-Modified:  Wed Sep 24 08:50:04 UTC 2008
>Originator:     Artem Naluzhnyy
>Release:        
>Organization:
>Environment:
Changes:
  * update to 0.9
  * add optional PHP bcmath dependency
>Description:

>How-To-Repeat:

>Fix:
diff -ruN phpmyid.bak/Makefile phpmyid/Makefile
--- phpmyid.bak/Makefile	2008-09-09 23:58:54.000000000 +0300
+++ phpmyid/Makefile	2008-09-09 23:59:11.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phpMyID
-PORTVERSION=	0.8
+PORTVERSION=	0.9
 CATEGORIES=	security www
 MASTER_SITES=	http://siege.org/projects/phpMyID/
 EXTRACT_SUFX=	.tgz
@@ -17,8 +17,16 @@
 NO_BUILD=	yes
 USE_PHP=	session
 
+OPTIONS=	BCMATH "Big math using bcmath lib (recommended by author)" on
+
 do-install:
 	${MKDIR} ${PREFIX}/www/${PORTNAME}
 	${CP} -R ${WRKSRC}/ ${PREFIX}/www/${PORTNAME}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_BCMATH)
+USE_PHP+=	bcmath
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN phpmyid.bak/distinfo phpmyid/distinfo
--- phpmyid.bak/distinfo	2008-02-13 01:08:35.000000000 +0200
+++ phpmyid/distinfo	2008-09-09 23:59:34.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (phpMyID-0.8.tgz) = 557db8fde577fae8bd40db5b0b677fea
-SHA256 (phpMyID-0.8.tgz) = 34f9bf61df45824d69600cf4a118e629ca55e8d1e0a71ce848545e03f72bb759
-SIZE (phpMyID-0.8.tgz) = 29463
+MD5 (phpMyID-0.9.tgz) = fa6ee681e71cf424e02be453393be346
+SHA256 (phpMyID-0.9.tgz) = 65ea3bdd0e573060fbdc062e8e59d942ba2d0bdea9ca656a98ffa08bc001e8ef
+SIZE (phpMyID-0.9.tgz) = 30756
diff -ruN phpmyid.bak/Makefile phpmyid/Makefile
--- phpmyid.bak/Makefile	2008-09-09 23:58:54.000000000 +0300
+++ phpmyid/Makefile	2008-09-09 23:59:11.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phpMyID
-PORTVERSION=	0.8
+PORTVERSION=	0.9
 CATEGORIES=	security www
 MASTER_SITES=	http://siege.org/projects/phpMyID/
 EXTRACT_SUFX=	.tgz
@@ -17,8 +17,16 @@
 NO_BUILD=	yes
 USE_PHP=	session
 
+OPTIONS=	BCMATH "Big math using bcmath lib (recommended by author)" on
+
 do-install:
 	${MKDIR} ${PREFIX}/www/${PORTNAME}
 	${CP} -R ${WRKSRC}/ ${PREFIX}/www/${PORTNAME}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_BCMATH)
+USE_PHP+=	bcmath
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN phpmyid.bak/distinfo phpmyid/distinfo
--- phpmyid.bak/distinfo	2008-02-13 01:08:35.000000000 +0200
+++ phpmyid/distinfo	2008-09-09 23:59:34.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (phpMyID-0.8.tgz) = 557db8fde577fae8bd40db5b0b677fea
-SHA256 (phpMyID-0.8.tgz) = 34f9bf61df45824d69600cf4a118e629ca55e8d1e0a71ce848545e03f72bb759
-SIZE (phpMyID-0.8.tgz) = 29463
+MD5 (phpMyID-0.9.tgz) = fa6ee681e71cf424e02be453393be346
+SHA256 (phpMyID-0.9.tgz) = 65ea3bdd0e573060fbdc062e8e59d942ba2d0bdea9ca656a98ffa08bc001e8ef
+SIZE (phpMyID-0.9.tgz) = 30756


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Sep 9 21:20:11 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: dan@langille.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/127257: [patch] security/phpmyid: update to 0.9
Date: Tue, 9 Sep 2008 21:20:09 UT

 Maintainer of security/phpmyid,
 
 Please note that PR ports/127257 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/127257
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Sep 9 22:18:31 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

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

From: Dan Langille <dan@langille.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127257: [patch] security/phpmyid: update to 0.9
Date: Wed, 10 Sep 2008 00:52:26 -0400

 Approved by maintainer.
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Sep 24 08:42:43 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127257: commit references a PR
Date: Wed, 24 Sep 2008 08:42:54 +0000 (UTC)

 miwi        2008-09-24 08:42:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/phpmyid     Makefile distinfo 
   Log:
   - Update to 0.9
   - Add optional PHP bcmath dependency
   
   PR:             127257
   Submitted by:   Artem Naluzhnyy <tut@nhamon.com.ua>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.4       +10 -2     ports/security/phpmyid/Makefile
   1.4       +3 -3      ports/security/phpmyid/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:
