From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 9 21:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B19F91065678 for ; Tue, 9 Sep 2008 21:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 930DB8FC19 for ; Tue, 9 Sep 2008 21:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m89LK2cb013068 for ; Tue, 9 Sep 2008 21:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m89LK2mj013067; Tue, 9 Sep 2008 21:20:02 GMT (envelope-from gnats) Resent-Date: Tue, 9 Sep 2008 21:20:02 GMT Resent-Message-Id: <200809092120.m89LK2mj013067@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Artem Naluzhnyy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FA40106564A for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127257: [patch] security/phpmyid: update to 0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 21:20:02 -0000 >Number: 127257 >Category: ports >Synopsis: [patch] security/phpmyid: update to 0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 09 21:20:02 UTC 2008 >Closed-Date: >Last-Modified: >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 +.include + +.if defined(WITH_BCMATH) +USE_PHP+= bcmath +.endif + +.include 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 +.include + +.if defined(WITH_BCMATH) +USE_PHP+= bcmath +.endif + +.include 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: >Unformatted: