Bug 183475 - [MAINTAINER] math/clipper: update to 6.0.0
Summary: [MAINTAINER] math/clipper: update to 6.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-30 11:30 UTC by martin.dieringer
Modified: 2013-10-30 16:00 UTC (History)
0 users

See Also:


Attachments
clipperlib-6.0.0.patch (1.46 KB, patch)
2013-10-30 11:30 UTC, martin.dieringer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description martin.dieringer 2013-10-30 11:30:00 UTC
- Update to 6.0.0

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-30 14:49:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-30 15:53:03 UTC
Author: danilo
Date: Wed Oct 30 15:52:49 2013
New Revision: 332134
URL: http://svnweb.freebsd.org/changeset/ports/332134

Log:
  - 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)

Modified:
  head/math/clipper/Makefile
  head/math/clipper/distinfo
  head/math/clipper/pkg-plist

Modified: head/math/clipper/Makefile
==============================================================================
--- head/math/clipper/Makefile	Wed Oct 30 15:51:36 2013	(r332133)
+++ head/math/clipper/Makefile	Wed Oct 30 15:52:49 2013	(r332134)
@@ -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>

Modified: head/math/clipper/distinfo
==============================================================================
--- head/math/clipper/distinfo	Wed Oct 30 15:51:36 2013	(r332133)
+++ head/math/clipper/distinfo	Wed Oct 30 15:52:49 2013	(r332134)
@@ -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

Modified: head/math/clipper/pkg-plist
==============================================================================
--- head/math/clipper/pkg-plist	Wed Oct 30 15:51:36 2013	(r332133)
+++ head/math/clipper/pkg-plist	Wed Oct 30 15:52:49 2013	(r332134)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-30 15:54:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!