Date: Thu, 6 Feb 2014 10:21:37 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343000 - head/games/p5-Games-Bingo-Print Message-ID: <201402061021.s16ALb5a065687@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061021.s16ALb5a065687>