Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2011 18:58:58 +0200
From:      Michael Gmelin <freebsd@grem.de>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/157948: [PATCH] devel/py27-Ice: update to 3.4.2
Message-ID:  <EA704BE9-55B8-488F-8E9F-3C2A8692E5B4@grem.de>
In-Reply-To: <201106171420.p5HEK8Gl054028@freefall.freebsd.org>
References:  <201106171420.p5HEK8Gl054028@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail-34--689743361
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/157948'.
> 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=3D157948
>=20
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       [PATCH] devel/py27-Ice: update to 3.4.2
>> Arrival-Date:   Fri Jun 17 14:20:08 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-34--689743361
Content-Disposition: attachment; filename=py-ice-update341to342final.patch.txt
Content-Type: text/plain;
	name="py-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/py-ice.orig/Makefile =
/usr/ports/devel/py-ice/Makefile
--- /usr/ports/devel/py-ice.orig/Makefile	2011-06-17 =
15:26:02.000000000 +0200
+++ /usr/ports/devel/py-ice/Makefile	2011-06-17 18:33:03.000000000 =
+0200
@@ -6,10 +6,9 @@
 #
=20
 PORTNAME=3D	Ice
-PORTVERSION=3D	3.4.1
-PORTREVISION=3D	2
+PORTVERSION=3D	3.4.2
 CATEGORIES=3D	devel python
-MASTER_SITES=3D	http://www.zeroc.com/download/Ice/3.4/ \
+MASTER_SITES=3D	http://download.zeroc.com/Ice/3.4/ \
 		http://www.dirk.sh/dirk/Ice/
 PKGNAMEPREFIX=3D	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=3D	Ice-${PORTVERSION}
@@ -24,8 +23,7 @@
 USE_PYTHON=3D	yes
 BUILD_WRKSRC=3D	${WRKSRC}/py
 INSTALL_WRKSRC=3D	${WRKSRC}/py
-
-LIB_VRS=3D	${PORTVERSION:S|.||g:C|1$||}
+LIB_VRS=3D	${PORTVERSION:S|.||g:C|2$||}
 PLIST_SUB=3D	LIB_VERSION=3D"${PORTVERSION}" LIB_VRS=3D"${LIB_VRS}"
 MAKE_ENV=3D	ICE_HOME=3D"${LOCALBASE}/share/Ice"
=20
diff -ruN --exclude=3DCVS /usr/ports/devel/py-ice.orig/distinfo =
/usr/ports/devel/py-ice/distinfo
--- /usr/ports/devel/py-ice.orig/distinfo	2011-06-17 =
15:26:02.000000000 +0200
+++ /usr/ports/devel/py-ice/distinfo	2011-06-17 13:11: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-34--689743361--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EA704BE9-55B8-488F-8E9F-3C2A8692E5B4>