- 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)
This commit is contained in:
parent
8084bec184
commit
5f4d19b98f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327893
2 changed files with 15 additions and 14 deletions
|
@ -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
|
||||
USE_BZIP2= yes
|
||||
|
||||
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
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= perl5
|
||||
|
||||
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
|
||||
|
||||
.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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue