From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 30 18:30:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEB87BB0 for ; Tue, 30 Oct 2012 18:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7BA9D8FC15 for ; Tue, 30 Oct 2012 18:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9UIU11M014423 for ; Tue, 30 Oct 2012 18:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9UIU1OE014420; Tue, 30 Oct 2012 18:30:01 GMT (envelope-from gnats) Date: Tue, 30 Oct 2012 18:30:01 GMT Message-Id: <201210301830.q9UIU1OE014420@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: m.sund@arcor.de Subject: Re: ports/173199: [devel/upp] Update to new version 5485 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: m.sund@arcor.de List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 18:30:01 -0000 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--