From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 17 17:00:30 2011 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 7375A106564A for ; Fri, 17 Jun 2011 17:00:30 +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 58B5F8FC0A for ; Fri, 17 Jun 2011 17:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5HH0Uku010404 for ; Fri, 17 Jun 2011 17:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5HH0U09010400; Fri, 17 Jun 2011 17:00:30 GMT (envelope-from gnats) Date: Fri, 17 Jun 2011 17:00:30 GMT Message-Id: <201106171700.p5HH0U09010400@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Gmelin Cc: Subject: Re: ports/157949: [PATCH] devel/php5-Ice: update to 3.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Gmelin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2011 17:00:30 -0000 The following reply was made to PR ports/157949; it has been noted by GNATS. From: Michael Gmelin To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/157949: [PATCH] devel/php5-Ice: update to 3.4.2 Date: Fri, 17 Jun 2011 18:59:17 +0200 --Apple-Mail-35--689723871 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On Jun 17, 2011, at 16:20, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/157949'. > The individual assigned to look at your > report is: freebsd-ports-bugs.=20 >=20 > You can access the state of your problem report at any time > via this link: >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D157949 >=20 >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: [PATCH] devel/php5-Ice: update to 3.4.2 >> Arrival-Date: Fri Jun 17 14:20:09 UTC 2011 There patch in the PR was missing a change in Makefile (IMHO the way = LIB_VRS is computed should be changed to a real split or just a = constant). Supplied the maintainer with a corrected version of the = patch: --Apple-Mail-35--689723871 Content-Disposition: attachment; filename=php5-ice-update341to342final.patch.txt Content-Type: text/plain; x-unix-mode=0644; name="php5-ice-update341to342final.patch.txt" Content-Transfer-Encoding: quoted-printable =3D=3D=3D> Generating patch =3D=3D=3D> Viewing diff with less diff -ruN --exclude=3DCVS /usr/ports/devel/php5-ice.orig/Makefile = /usr/ports/devel/php5-ice/Makefile --- /usr/ports/devel/php5-ice.orig/Makefile 2011-06-17 = 15:26:45.000000000 +0200 +++ /usr/ports/devel/php5-ice/Makefile 2011-06-17 18:38:07.000000000 = +0200 @@ -6,9 +6,9 @@ # =20 PORTNAME=3D Ice -PORTVERSION=3D 3.4.1 +PORTVERSION=3D 3.4.2 CATEGORIES=3D devel -MASTER_SITES=3D http://www.zeroc.com/download/Ice/3.4/ +MASTER_SITES=3D http://download.zeroc.com/Ice/3.4/ PKGNAMEPREFIX=3D php5- DISTNAME=3D Ice-${PORTVERSION} =20 @@ -26,7 +26,7 @@ BUILD_WRKSRC=3D ${WRKSRC}/php INSTALL_WRKSRC=3D ${WRKSRC}/php =20 -LIB_VRS=3D ${PORTVERSION:S|.||g:C|1$||} +LIB_VRS=3D ${PORTVERSION:S|.||g:C|2$||} PHP_MODNAME?=3D IcePHP =20 CFLAGS+=3D -ftemplate-depth-128 -fPIC -DPIC -Wall -D_REENTRANT = ${PTHREAD_CFLAGS} diff -ruN --exclude=3DCVS /usr/ports/devel/php5-ice.orig/distinfo = /usr/ports/devel/php5-ice/distinfo --- /usr/ports/devel/php5-ice.orig/distinfo 2011-06-17 = 15:26:45.000000000 +0200 +++ /usr/ports/devel/php5-ice/distinfo 2011-06-17 13:12:41.000000000 = +0200 @@ -1,3 +1,3 @@ -MD5 (Ice-3.4.1.tar.gz) =3D 3aae42aa47dec74bb258c1a1b2847a1a -SHA256 (Ice-3.4.1.tar.gz) =3D = 83c76687ac2b1c16a7e51799668531ec794dc8bd81f0daec14765ad3c671b0e6 -SIZE (Ice-3.4.1.tar.gz) =3D 5263510 +MD5 (Ice-3.4.2.tar.gz) =3D e97672eb4a63c6b8dd202d0773e19dc7 +SHA256 (Ice-3.4.2.tar.gz) =3D = dcf0484495b6df0849ec90a00e8204fe5fe1c0d3882bb438bf2c1d062f15c979 +SIZE (Ice-3.4.2.tar.gz) =3D 5485106 =3D=3D=3D> Done --Apple-Mail-35--689723871--