svn commit: r376096 - head/math/p5-Math-Geometry-Planar-GPC-Polygon

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 3 07:12:25 UTC 2015


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 at 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


More information about the svn-ports-all mailing list