svn commit: r343000 - head/games/p5-Games-Bingo-Print
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Feb 6 10:21:37 UTC 2014
Author: ehaupt
Date: Thu Feb 6 10:21:36 2014
New Revision: 343000
URL: http://svnweb.freebsd.org/changeset/ports/343000
QAT: https://qat.redports.org/buildarchive/r343000/
Log:
- Support staging
- Convert to new OPTIONS framework
- Rename test target to regression-test in order for tinderbox to run target
automatically
Modified:
head/games/p5-Games-Bingo-Print/Makefile
head/games/p5-Games-Bingo-Print/pkg-plist
Modified: head/games/p5-Games-Bingo-Print/Makefile
==============================================================================
--- head/games/p5-Games-Bingo-Print/Makefile Thu Feb 6 10:18:10 2014 (r342999)
+++ head/games/p5-Games-Bingo-Print/Makefile Thu Feb 6 10:21:36 2014 (r343000)
@@ -22,18 +22,17 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN1= bingo_print.pl.1
-MAN3= Games::Bingo::Print.3
+OPTIONS_DEFINE= EXAMPLES
+
+PORTEXAMPLES= bingo_print.pl
+
+.include <bsd.port.options.mk>
-NO_STAGE= yes
post-install:
-.ifndef(NOPORTDOCS)
- @${ECHO_MSG} "===> Installing example for ${PKGNAME}"
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/bingo_print.pl ${EXAMPLESDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/bingo_print.pl ${STAGEDIR}${EXAMPLESDIR}
-test:
- @cd ${WRKSRC}; make test
+regression-test: build
+ @cd ${WRKSRC} && ${MAKE} -s test
.include <bsd.port.mk>
Modified: head/games/p5-Games-Bingo-Print/pkg-plist
==============================================================================
--- head/games/p5-Games-Bingo-Print/pkg-plist Thu Feb 6 10:18:10 2014 (r342999)
+++ head/games/p5-Games-Bingo-Print/pkg-plist Thu Feb 6 10:21:36 2014 (r343000)
@@ -1,8 +1,8 @@
bin/bingo_print.pl
+man/man1/bingo_print.pl.1.gz
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games-Bingo-Print/.packlist
%%SITE_PERL%%/Games/Bingo/Print.pm
-%%PORTDOCS%%%%EXAMPLESDIR%%/bingo_print.pl
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PERL5_MAN3%%/Games::Bingo::Print.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games-Bingo-Print
@dirrmtry %%SITE_PERL%%/Games/Bingo
@dirrmtry %%SITE_PERL%%/Games
More information about the svn-ports-all
mailing list