diff options
author | danilo <danilo@FreeBSD.org> | 2013-10-30 23:52:49 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-10-30 23:52:49 +0800 |
commit | e03b732437f19b70e4a695b10702737c09447ee1 (patch) | |
tree | 57fbce15a01627c6f2b3464576a40e6f3a0a6725 /math | |
parent | c49c3b923c82ec3e9010b68e6153907d95f2393f (diff) | |
download | freebsd-ports-gnome-e03b732437f19b70e4a695b10702737c09447ee1.tar.gz freebsd-ports-gnome-e03b732437f19b70e4a695b10702737c09447ee1.tar.zst freebsd-ports-gnome-e03b732437f19b70e4a695b10702737c09447ee1.zip |
- Update from 5.1.5 to 6.0.0
- Add LICENSE
- Add stage support
PR: ports/183475
Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/clipper/Makefile | 5 | ||||
-rw-r--r-- | math/clipper/distinfo | 4 | ||||
-rw-r--r-- | math/clipper/pkg-plist | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/math/clipper/Makefile b/math/clipper/Makefile index bb7ad04e0705..9e67ded3117c 100644 --- a/math/clipper/Makefile +++ b/math/clipper/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clipperlib -PORTVERSION= 5.1.5 +PORTVERSION= 6.0.0 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= polyclipping @@ -11,11 +11,12 @@ DISTNAME= clipper_ver${PORTVERSION} MAINTAINER= martin.dieringer@gmx.de COMMENT= Polygon clipping library +LICENSE= BSL + WRKSRC= ${WRKDIR}/cpp USE_LDCONFIG= yes USE_ZIP= yes USES= cmake -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/clipper/distinfo b/math/clipper/distinfo index 2c3b350c5576..64e4ba36a97a 100644 --- a/math/clipper/distinfo +++ b/math/clipper/distinfo @@ -1,2 +1,2 @@ -SHA256 (clipper_ver5.1.5.zip) = fb7d8e81d09f3d7c362569f3c670346ee9db0d89c9f70b97ced75dfd401255b8 -SIZE (clipper_ver5.1.5.zip) = 1805206 +SHA256 (clipper_ver6.0.0.zip) = c4df34cf91a27963322cb6939475c522f562cd4ee7ed917a00c10e68227179f2 +SIZE (clipper_ver6.0.0.zip) = 2203619 diff --git a/math/clipper/pkg-plist b/math/clipper/pkg-plist index 1b418b5b3ab5..f3158dc7d1b9 100644 --- a/math/clipper/pkg-plist +++ b/math/clipper/pkg-plist @@ -1,5 +1,5 @@ include/polyclipping/clipper.hpp -lib/libpolyclipping.so.9.0.0 -lib/libpolyclipping.so.9 +lib/libpolyclipping.so.12.0.0 +lib/libpolyclipping.so.12 lib/libpolyclipping.so @dirrmtry include/polyclipping |