Date: Sat, 3 Jan 2015 07:12:24 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201501030712.t037CObu053697@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501030712.t037CObu053697>