deskutils/mencal: update to 3.0
- Update to 3.0 - Remove leading article from COMMENT - Allow staging - USES shebangfix PR: ports/183567 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
This commit is contained in:
parent
f7e6363f7a
commit
9a758f1909
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332485
2 changed files with 7 additions and 10 deletions
|
@ -2,27 +2,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mencal
|
||||
PORTVERSION= 2.4
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://kyberdigi.cz/projects/mencal/files/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A variation of the unix command cal
|
||||
COMMENT= Simple variation of the unix command cal
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= ${PORTNAME}
|
||||
USE_PERL5= run
|
||||
|
||||
PLIST_FILES= bin/mencal
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^#!/s|/.*|${PERL} -w|' ${WRKSRC}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mencal-2.4.tar.gz) = dcb603fcfb36f5bdce69e22ff52ff12b953de08531392d94557c29e5de492c69
|
||||
SIZE (mencal-2.4.tar.gz) = 19191
|
||||
SHA256 (mencal-3.0.tar.gz) = 9328d0b2f3f57847e8753c5184531f4832be7123d1b6623afdff892074c03080
|
||||
SIZE (mencal-3.0.tar.gz) = 19560
|
||||
|
|
Loading…
Reference in a new issue