aboutsummaryrefslogtreecommitdiff
path: root/sysutils/parallel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-22 20:01:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-22 20:01:12 +0000
commit5f4d19b98ff3f55a63ce67075d549260e7000b73 (patch)
treed7ee5db38eaa61092ce05ba026232c37a41152b3 /sysutils/parallel
parent8084bec184a67b2bb01c2ec1b72609bf1311111e (diff)
downloadports-5f4d19b98ff3f55a63ce67075d549260e7000b73.tar.gz
ports-5f4d19b98ff3f55a63ce67075d549260e7000b73.zip
- Update to 20130922
- While I'm here: - Sort MAN1, PLIST_FILES and PORTDOCS - Remove unnecessary shebang line patch Changes: https://savannah.gnu.org/forum/forum.php?forum_id=7723 PR: ports/182302 Submitted by: Chris Howey <howeyc@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=327893
Diffstat (limited to 'sysutils/parallel')
-rw-r--r--sysutils/parallel/Makefile21
-rw-r--r--sysutils/parallel/distinfo4
2 files changed, 13 insertions, 12 deletions
diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile
index 2ac3218fa22c..142ac93a12f7 100644
--- a/sysutils/parallel/Makefile
+++ b/sysutils/parallel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= parallel
-PORTVERSION= 20130822
+PORTVERSION= 20130922
CATEGORIES= sysutils
MASTER_SITES= GNU
@@ -16,25 +16,26 @@ OPTIONS_DEFINE= DOCS
CONFLICTS= moreutils-parallel-[0-9]*
CONFIGURE_ARGS= --docdir="${DOCSDIR}"
-
-USES= perl5
GNU_CONFIGURE= yes
+NO_STAGE= yes
USE_BZIP2= yes
+USES= perl5
-MAN1= parallel.1 parallel_tutorial.1 sem.1 sql.1 niceload.1
-PLIST_FILES= bin/parallel bin/sem bin/sql bin/niceload
-PORTDOCS= parallel.html parallel_tutorial.html sem.html sql.html niceload.html \
- parallel.texi parallel_tutorial.texi sem.texi sql.texi niceload.texi
+MAN1= niceload.1 parallel.1 parallel_tutorial.1 sem.1 sql.1
+PLIST_FILES= bin/niceload bin/parallel bin/sem bin/sql
+PORTDOCS= niceload.html niceload.pdf niceload.texi \
+ parallel.html parallel.pdf parallel.texi \
+ parallel_tutorial.html parallel_tutorial.pdf parallel_tutorial.texi \
+ sem.html sem.pdf sem.texi \
+ sql.html sql.pdf sql.texi
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+= pod2texi:${PORTSDIR}/print/texinfo
+BUILD_DEPENDS+= ${LOCALBASE}/bin/pod2texi:${PORTSDIR}/print/texinfo
.endif
post-patch:
- @${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/src/parallel
.if empty(PORT_OPTIONS:MDOCS)
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-docDATA||' ${WRKSRC}/src/Makefile.in
.endif
diff --git a/sysutils/parallel/distinfo b/sysutils/parallel/distinfo
index 613212ae965f..ef9b3760bac7 100644
--- a/sysutils/parallel/distinfo
+++ b/sysutils/parallel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (parallel-20130822.tar.bz2) = b857c744479fe19137bdbd240dd6205882b31be924c9ce0a0f4566e67e8d25d9
-SIZE (parallel-20130822.tar.bz2) = 270689
+SHA256 (parallel-20130922.tar.bz2) = e8fa0e4dd06781aa90f4567493ae61233b8db6a1b35257f8d229f9efd737b909
+SIZE (parallel-20130922.tar.bz2) = 769344