From owner-svn-ports-all@FreeBSD.ORG Sat Jan 3 07:12:24 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E80839BE; Sat, 3 Jan 2015 07:12:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA7AC10C0; Sat, 3 Jan 2015 07:12:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t037COVQ053700; Sat, 3 Jan 2015 07:12:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t037CObu053697; Sat, 3 Jan 2015 07:12:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501030712.t037CObu053697@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Jan 2015 07:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376096 - head/math/p5-Math-Geometry-Planar-GPC-Polygon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 07:12:25 -0000 Author: sunpoet Date: Sat Jan 3 07:12:23 2015 New Revision: 376096 URL: https://svnweb.freebsd.org/changeset/ports/376096 QAT: https://qat.redports.org/buildarchive/r376096/ Log: - Update *_DEPENDS - Add LICENSE [1] - Bump PORTREVISION for dependency and package change Approved by: portmgr (implicit) [1] Modified: head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile head/math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-plist Modified: head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile ============================================================================== --- head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile Sat Jan 3 07:12:18 2015 (r376095) +++ head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile Sat Jan 3 07:12:23 2015 (r376096) @@ -3,7 +3,7 @@ PORTNAME= Math-Geometry-Planar-GPC-Polygon PORTVERSION= 0.05 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= amdmi3@FreeBSD.org COMMENT= OO wrapper to gpc library -BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline -RUN_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \ + p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE= yes -post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so - .include Modified: head/math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-plist ============================================================================== --- head/math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-plist Sat Jan 3 07:12:18 2015 (r376095) +++ head/math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-plist Sat Jan 3 07:12:23 2015 (r376096) @@ -1,6 +1,5 @@ +%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon.pm +%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon/functions.c +%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.c +%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.h %%PERL5_MAN3%%/Math::Geometry::Planar::GPC::Polygon.3.gz -%%SITE_ARCH%%/Math/Geometry/Planar/GPC/Polygon.pm -%%SITE_ARCH%%/Math/Geometry/Planar/GPC/Polygon/functions.c -%%SITE_ARCH%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.c -%%SITE_ARCH%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.h -%%SITE_ARCH%%/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so