Date: Thu, 1 Dec 2016 21:43:11 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427527 - head/graphics/polyclipping Message-ID: <201612012143.uB1LhBXq042399@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612012143.uB1LhBXq042399>