Date: Tue, 30 Oct 2012 18:30:01 GMT From: m.sund@arcor.de To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/173199: [devel/upp] Update to new version 5485 Message-ID: <201210301830.q9UIU1OE014420@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/173199; it has been noted by GNATS. From: m.sund@arcor.de To: bug-followup@freebsd.org, m.sund@arcor.de Cc: Subject: Re: ports/173199: [devel/upp] Update to new version 5485 Date: Tue, 30 Oct 2012 19:21:41 +0100 (CET) ------=_Part_128789_2145673011.1351621301598 Content-Type: multipart/alternative; boundary="----=_Part_128788_1853477478.1351621301598" ------=_Part_128788_1853477478.1351621301598 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, forgot to rename Makefile. Please use the attached patch. Regards, Matthias ------=_Part_128788_1853477478.1351621301598-- ------=_Part_128789_2145673011.1351621301598 Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=upp_patch.txt diff -ruN upp/Makefile upp_new/Makefile --- upp/Makefile 2012-10-29 22:55:02.000000000 +0100 +++ upp_new/Makefile 2012-10-30 20:16:55.000000000 +0100 @@ -6,8 +6,7 @@ # PORTNAME= upp -PORTVERSION= 4193 -PORTREVISION= 2 +PORTVERSION= 5485 CATEGORIES= devel x11-toolkits MASTER_SITES= SF DISTNAME= ${PORTNAME}-x11-src-${PORTVERSION} @@ -71,6 +70,7 @@ .endif pre-build: .SILENT + ${MV} ${BUILD_WRKSRC}/Makefile.in ${BUILD_WRKSRC}/Makefile ${REINPLACE_CMD} -e '/^CC =/d;/^CFLAGS =/d;/^CXXFLAGS =/d;/^LDFLAGS =/d' \ -e 's|$$(CC)|$$(CXX)|' \ -e 's|-Linux-|-BSD-FreeBSD-|' \ diff -ruN upp/distinfo upp_new/distinfo --- upp/distinfo 2012-10-29 22:55:02.000000000 +0100 +++ upp_new/distinfo 2012-10-29 22:48:16.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (upp-x11-src-4193.tar.gz) = 9e738d22543e8ece3cba2560b09f5a5245937b4af2980398f1480bf69197a555 -SIZE (upp-x11-src-4193.tar.gz) = 38477841 +SHA256 (upp-x11-src-5485.tar.gz) = d6f9c5991c7aceb9df71d5723fd3b591c3201c05b05795eb063bc634dc5a0bb1 +SIZE (upp-x11-src-5485.tar.gz) = 36693193 \ No newline at end of file ------=_Part_128789_2145673011.1351621301598--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210301830.q9UIU1OE014420>