svn commit: r344397 - head/math/solitaire
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Feb 15 14:44:37 UTC 2014
Author: danilo
Date: Sat Feb 15 14:44:36 2014
New Revision: 344397
URL: http://svnweb.freebsd.org/changeset/ports/344397
QAT: https://qat.redports.org/buildarchive/r344397/
Log:
- Add stage support
- Add perl5 as dependency
- Add shebangfix to USES
- Use %%DOCSDIR%% in pkg-plist
- Improve COMMENT
- Bump PORTREVISION
Modified:
head/math/solitaire/Makefile
head/math/solitaire/pkg-plist
Modified: head/math/solitaire/Makefile
==============================================================================
--- head/math/solitaire/Makefile Sat Feb 15 14:43:11 2014 (r344396)
+++ head/math/solitaire/Makefile Sat Feb 15 14:44:36 2014 (r344397)
@@ -3,27 +3,30 @@
PORTNAME= solitaire
PORTVERSION= 19980817
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dd
DISTFILES= sol.pl sol-test.txt
MAINTAINER= ports at FreeBSD.org
-COMMENT= The reference implementation of the Solitaire encryption algorithm
+COMMENT= Reference implementation of the Solitaire encryption algorithm
+
+USES= perl5 shebangfix
+SHEBANG_FILES= sol.pl
NO_BUILD= yes
NO_WRKSUBDIR= yes
STRIP=
-NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKDIR}
@${CP} -r ${DISTDIR}/sol.pl ${DISTDIR}/sol-test.txt ${WRKDIR}
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/sol.pl ${PREFIX}/bin/solitaire
- @${MKDIR} ${PREFIX}/share/doc/solitaire
- @${INSTALL_DATA} ${WRKSRC}/sol.pl ${WRKSRC}/sol-test.txt \
- ${PREFIX}/share/doc/solitaire
+ ${INSTALL_PROGRAM} ${WRKSRC}/sol.pl ${STAGEDIR}${PREFIX}/bin/solitaire
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/solitaire
+ ${INSTALL_DATA} ${WRKSRC}/sol.pl ${WRKSRC}/sol-test.txt \
+ ${STAGEDIR}${PREFIX}/share/doc/solitaire
.include <bsd.port.mk>
Modified: head/math/solitaire/pkg-plist
==============================================================================
--- head/math/solitaire/pkg-plist Sat Feb 15 14:43:11 2014 (r344396)
+++ head/math/solitaire/pkg-plist Sat Feb 15 14:44:36 2014 (r344397)
@@ -1,4 +1,4 @@
bin/solitaire
-share/doc/solitaire/sol.pl
-share/doc/solitaire/sol-test.txt
- at dirrm share/doc/solitaire
+%%DOCSDIR%%/sol.pl
+%%DOCSDIR%%/sol-test.txt
+ at dirrm %%DOCSDIR%%
More information about the svn-ports-all
mailing list