Date: Sun, 27 Oct 2013 23:13:31 GMT From: Jason Bacon <jwbacon@tds.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/183376: maintainer update: science/voro++ Message-ID: <201310272313.r9RNDVhP080538@oldred.freebsd.org> Resent-Message-ID: <201310272320.r9RNK07D019072@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183376 >Category: ports >Synopsis: maintainer update: science/voro++ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 23:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 10.0-BETA1 >Organization: Acadix Consulting, LLC >Environment: FreeBSD freebsd10.local 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 01:43:07 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update to latest, enable staged install, test using clang and gcc. >How-To-Repeat: NA >Fix: Attached Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/science/voro++/Makefile /usr/wip/science/voro++/Makefile --- /usr/ports/science/voro++/Makefile 2013-09-20 17:48:30.000000000 -0500 +++ /usr/wip/science/voro++/Makefile 2013-10-26 23:36:37.000000000 -0500 @@ -2,7 +2,7 @@ # $FreeBSD: science/voro++/Makefile 327767 2013-09-20 22:48:30Z bapt $ PORTNAME= voro++ -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.6 CATEGORIES= science MASTER_SITES= http://math.lbl.gov/voro++/download/dir/ @@ -15,10 +15,13 @@ MAN1= voro++.1 -NO_STAGE= yes +INSTALL_TARGET= PREFIX=${STAGEDIR}${PREFIX} \ + MANPREFIX=${STAGEDIR}${MANPREFIX} \ + install + post-patch-script: ${REINPLACE_CMD} \ - -e 's|CC=|CC?=|g' \ + -e 's|CXX=|CXX?=|g' \ -e 's|CFLAGS=|CFLAGS?=|g' \ -e "s|/usr/local|${PREFIX}|g" \ ${WRKSRC}/config.mk diff -ruN --exclude=CVS /usr/ports/science/voro++/distinfo /usr/wip/science/voro++/distinfo --- /usr/ports/science/voro++/distinfo 2013-04-16 17:46:18.000000000 -0500 +++ /usr/wip/science/voro++/distinfo 2013-10-26 23:36:37.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (voro++-0.4.5.tar.gz) = 9e67e2392ae027cf51d3487038848dc980c6c3e86f1447053efac9309bcee5f5 -SIZE (voro++-0.4.5.tar.gz) = 737883 +SHA256 (voro++-0.4.6.tar.gz) = ef7970071ee2ce3800daa8723649ca069dc4c71cc25f0f7d22552387f3ea437e +SIZE (voro++-0.4.6.tar.gz) = 809124 diff -ruN --exclude=CVS /usr/ports/science/voro++/pkg-plist /usr/wip/science/voro++/pkg-plist --- /usr/ports/science/voro++/pkg-plist 2013-04-16 17:46:18.000000000 -0500 +++ /usr/wip/science/voro++/pkg-plist 2013-10-26 23:36:37.000000000 -0500 @@ -1,3 +1,4 @@ +@comment Generated by sysutils/genplist bin/voro++ include/voro++/c_loops.hh include/voro++/cell.hh >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310272313.r9RNDVhP080538>