1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Update to 2.12.18

- Support STAGEDIR

Changes:	http://tools.ietf.org/tools/idnits/changelog
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-10-09 16:07:46 +00:00
parent 9abc22930c
commit 45dc41ce28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329907
2 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= idnits
PORTVERSION= 2.12.17
PORTVERSION= 2.12.18
CATEGORIES= textproc
MASTER_SITES= http://tools.ietf.org/tools/idnits/ \
LOCAL/sunpoet
@ -14,17 +14,16 @@ COMMENT= Looks for problems in internet draft formatting
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|' ${WRKSRC}/${PORTNAME}
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (idnits-2.12.17.tgz) = 769eefd5d6fb17cd8d561426de1c966505c5a71b06dc10bd7287031029588f1f
SIZE (idnits-2.12.17.tgz) = 58119
SHA256 (idnits-2.12.18.tgz) = 6252299f2d38717ae178ab8c22f455c90ae0f26613cd5bda02393b8e59491edc
SIZE (idnits-2.12.18.tgz) = 58163