Date: Wed, 4 Aug 2010 09:22:24 GMT From: C-S <c-s@c-s.li> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/149263: [UPDATE] math/tetgen Message-ID: <201008040922.o749MOJO038600@www.freebsd.org> Resent-Message-ID: <201008040930.o749U6wd026426@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149263 >Category: ports >Synopsis: [UPDATE] math/tetgen >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 04 09:30:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: C-S >Release: >Organization: >Environment: >Description: Update to 1.4.3 and I'd take maintainership. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u tetgen.old/Makefile tetgen.new/Makefile --- tetgen.old/Makefile 2010-08-04 11:20:38.146183828 +0200 +++ tetgen.new/Makefile 2010-08-04 11:20:44.648767468 +0200 @@ -6,16 +6,21 @@ # PORTNAME= tetgen -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= math -MASTER_SITES= http://www.wias-berlin.de/people/si/ +MASTER_SITES= http://tetgen.berlios.de/files/ \ + http://www.c-s.li/ports/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c-s@c-s.li COMMENT= A Quality Tetrahedral Mesh Generator and Delaunay Triangulator +LICENSE_FILE= ${WRKDIR}/LICENSE + NO_CDROM= Tetgen is for academic or personal use only +MAKE_JOBS_SAFE= YES + WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} MAKEFILE= makefile ALL_TARGET= tetgen tetlib diff -u tetgen.old/distinfo tetgen.new/distinfo --- tetgen.old/distinfo 2010-08-04 11:20:38.146183828 +0200 +++ tetgen.new/distinfo 2010-08-04 11:20:44.648767468 +0200 @@ -1,3 +1,3 @@ -MD5 (tetgen1.4.2.tar.gz) = 59c92b223f69cc7e50ae6cd9d1539db1 -SHA256 (tetgen1.4.2.tar.gz) = 38f24694983f20e5bffa2ebc1d35a7c3abea50479a6df6449cc900bf2732891d -SIZE (tetgen1.4.2.tar.gz) = 294143 +MD5 (tetgen1.4.3.tar.gz) = f72faca77f80e956edb2657b87628186 +SHA256 (tetgen1.4.3.tar.gz) = 9e0ff248c506e5992d7e5ea7b0a740ec53ec4857877ce6175a4b9d2fdb063195 +SIZE (tetgen1.4.3.tar.gz) = 293157 Common subdirectories: tetgen.old/files and tetgen.new/files diff -u tetgen.old/pkg-plist tetgen.new/pkg-plist --- tetgen.old/pkg-plist 2010-08-04 11:20:38.146183828 +0200 +++ tetgen.new/pkg-plist 2010-08-04 11:20:44.647767308 +0200 @@ -1,5 +1,5 @@ bin/tetgen include/tetgen.h lib/libtet.a -%%PORTDOCS%%%%EXAMPLESDIR%%/example.poly -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.poly +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008040922.o749MOJO038600>