Bug 176234 - [MAINTAINER] math/clipper: update to 5.1.0
Summary: [MAINTAINER] math/clipper: update to 5.1.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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 10:50 UTC by martin.dieringer
Modified: 2013-02-18 23:30 UTC (History)
0 users

See Also:


Attachments
clipperlib-5.1.0.patch (903 bytes, patch)
2013-02-18 10:50 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-02-18 10:50:00 UTC
- Update to 5.1.0 


Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-02-18 23:29:26 UTC
Author: pawel
Date: Mon Feb 18 23:29:18 2013
New Revision: 312536
URL: http://svnweb.freebsd.org/changeset/ports/312536

Log:
  Update to version 5.1.0
  
  PR:		ports/176234
  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	Mon Feb 18 23:02:08 2013	(r312535)
+++ head/math/clipper/Makefile	Mon Feb 18 23:29:18 2013	(r312536)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	clipperlib
-PORTVERSION=	5.0.3
+PORTVERSION=	5.1.0
 CATEGORIES=	math
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	polyclipping

Modified: head/math/clipper/distinfo
==============================================================================
--- head/math/clipper/distinfo	Mon Feb 18 23:02:08 2013	(r312535)
+++ head/math/clipper/distinfo	Mon Feb 18 23:29:18 2013	(r312536)
@@ -1,2 +1,2 @@
-SHA256 (clipper_ver5.0.3.zip) = e48178e84b51b4ef7a1d13c0c6e1536e4e55ade71d893c26ba533915fc98fac3
-SIZE (clipper_ver5.0.3.zip) = 1557310
+SHA256 (clipper_ver5.1.0.zip) = 28498152df94b5ce578fb0dba203d3105ad3d0f7f3eafc07607a12f35f55bebe
+SIZE (clipper_ver5.1.0.zip) = 1714315

Modified: head/math/clipper/pkg-plist
==============================================================================
--- head/math/clipper/pkg-plist	Mon Feb 18 23:02:08 2013	(r312535)
+++ head/math/clipper/pkg-plist	Mon Feb 18 23:29:18 2013	(r312536)
@@ -1,5 +1,5 @@
 include/polyclipping/clipper.hpp
-lib/libpolyclipping.so.5.0.0
-lib/libpolyclipping.so.5
+lib/libpolyclipping.so.7.0.0
+lib/libpolyclipping.so.7
 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 2 Pawel Pekala freebsd_committer freebsd_triage 2013-02-18 23:29:38 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!