diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-30 15:52:49 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-30 15:52:49 +0000 |
commit | b7bcca829c5c3984e1ef7a91ec126c9d329030d3 (patch) | |
tree | 57fbce15a01627c6f2b3464576a40e6f3a0a6725 /math/clipper | |
parent | 464385f7bce66c43af2a322eab63cc3123c57550 (diff) | |
download | ports-b7bcca829c5c3984e1ef7a91ec126c9d329030d3.tar.gz ports-b7bcca829c5c3984e1ef7a91ec126c9d329030d3.zip |
Notes
Diffstat (limited to 'math/clipper')
-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 |