svn commit: r427527 - head/graphics/polyclipping

Jason E. Hale jhale at FreeBSD.org
Thu Dec 1 21:43:12 UTC 2016


Author: jhale
Date: Thu Dec  1 21:43:11 2016
New Revision: 427527
URL: https://svnweb.freebsd.org/changeset/ports/427527

Log:
  Update to 6.4
  
  While here: Use SF macro in MASTER_SITES
  
  PR:		214730
  Submitted by:	Nikolay Korotkiy <sikmir at gmail.com> (maintainer)

Modified:
  head/graphics/polyclipping/Makefile
  head/graphics/polyclipping/distinfo

Modified: head/graphics/polyclipping/Makefile
==============================================================================
--- head/graphics/polyclipping/Makefile	Thu Dec  1 21:37:41 2016	(r427526)
+++ head/graphics/polyclipping/Makefile	Thu Dec  1 21:43:11 2016	(r427527)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	polyclipping
-PORTVERSION=	6.1.3a
+PORTVERSION=	6.4
 CATEGORIES=	graphics
-MASTER_SITES=	http://downloads.sourceforge.net/polyclipping/
+MASTER_SITES=	SF/${PORTNAME}
 DISTNAME=	clipper_ver${PORTVERSION}
 
 MAINTAINER=	sikmir at gmail.com
@@ -22,11 +22,12 @@ CMAKE_SOURCE_PATH=	${WRKSRC}/cpp
 
 PLIST_FILES=	include/polyclipping/clipper.hpp \
 		lib/libpolyclipping.so \
-		lib/libpolyclipping.so.16 \
-		lib/libpolyclipping.so.16.0.0 \
+		lib/libpolyclipping.so.22 \
+		lib/libpolyclipping.so.22.0.0 \
 		libdata/pkgconfig/polyclipping.pc
 
 post-patch:
+	@${REINPLACE_CMD} -e 's|6.2.6|6.4|' ${WRKSRC}/cpp/clipper.hpp
 	@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/cpp/CMakeLists.txt
 
 .include <bsd.port.mk>

Modified: head/graphics/polyclipping/distinfo
==============================================================================
--- head/graphics/polyclipping/distinfo	Thu Dec  1 21:37:41 2016	(r427526)
+++ head/graphics/polyclipping/distinfo	Thu Dec  1 21:43:11 2016	(r427527)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479710414
-SHA256 (clipper_ver6.1.3a.zip) = 5928e483bbba726eaa6197bfe33d05b7738e47f93450412ec78d6df5c2fd16e8
-SIZE (clipper_ver6.1.3a.zip) = 2216993
+TIMESTAMP = 1479811820
+SHA256 (clipper_ver6.4.zip) = cfa08836e7838773ac79d13e14daf1ce7d2f4faee77329798614813b79151e39
+SIZE (clipper_ver6.4.zip) = 1838930


More information about the svn-ports-all mailing list