svn commit: r336018 - head/devel/p5-POE
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Dec 9 19:30:32 UTC 2013
Author: sunpoet
Date: Mon Dec 9 19:30:31 2013
New Revision: 336018
URL: http://svnweb.freebsd.org/changeset/ports/336018
Log:
- Update to 1.358
- Use OPTIONS_DEFINE explicitly
- Simplify Makefile
- Remove test:
Changes: http://search.cpan.org/dist/POE/CHANGES
Modified:
head/devel/p5-POE/Makefile
head/devel/p5-POE/distinfo
Modified: head/devel/p5-POE/Makefile
==============================================================================
--- head/devel/p5-POE/Makefile Mon Dec 9 19:29:40 2013 (r336017)
+++ head/devel/p5-POE/Makefile Mon Dec 9 19:30:31 2013 (r336018)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= POE
-PORTVERSION= 1.356
-PORTREVISION= 1
+PORTVERSION= 1.358
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -25,19 +24,15 @@ BUILD_DEPENDS= p5-Curses>=1.08:${PORTSDI
p5-libwww>=5.79:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+OPTIONS_DEFINE= EXAMPLES
+
+USES= perl5 shebangfix
USE_PERL5= configure
-CONFIGURE_ARGS= --default
-.include <bsd.port.options.mk>
+SHEBANG_FILES= examples/*.perl lib/POE/Wheel/Curses.pm
post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
-.endif
-
-test: build
- @(cd ${WRKSRC}; make test)
.include <bsd.port.mk>
Modified: head/devel/p5-POE/distinfo
==============================================================================
--- head/devel/p5-POE/distinfo Mon Dec 9 19:29:40 2013 (r336017)
+++ head/devel/p5-POE/distinfo Mon Dec 9 19:30:31 2013 (r336018)
@@ -1,2 +1,2 @@
-SHA256 (POE-1.356.tar.gz) = 9a3ff1ce40929dec74f6b3fed31cfd05b1d72085d2d3d15bbbcc1a737f17d47b
-SIZE (POE-1.356.tar.gz) = 367309
+SHA256 (POE-1.358.tar.gz) = bce69df386d0497495a69f328eb49f1fd5ccdd5c652baf12f8aa1734341fe884
+SIZE (POE-1.358.tar.gz) = 371648
More information about the svn-ports-all
mailing list