diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-27 17:17:46 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-27 17:17:46 +0000 |
commit | 50102197e9bd1b1a95e9ea37d65fc497ad86488f (patch) | |
tree | 4dc79b67e6d10db1bae1306805eaf3ba974809b5 /misc | |
parent | 91c125507dc5905ca98441998a3a2ec8b239b2e9 (diff) | |
download | FreeBSD-ports-50102197e9bd1b1a95e9ea37d65fc497ad86488f.zip FreeBSD-ports-50102197e9bd1b1a95e9ea37d65fc497ad86488f.tar.gz |
upgrade to 0.3.1
Diffstat (limited to 'misc')
-rw-r--r-- | misc/txt2regex/Makefile | 6 | ||||
-rw-r--r-- | misc/txt2regex/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/txt2regex/Makefile b/misc/txt2regex/Makefile index 6ccacb6..2a386c6 100644 --- a/misc/txt2regex/Makefile +++ b/misc/txt2regex/Makefile @@ -7,7 +7,7 @@ # PORTNAME= txt2regex -PORTVERSION= 0.3 +PORTVERSION= 0.3.1 CATEGORIES= misc MASTER_SITES= http://txt2regex.sourceforge.net/ EXTRACT_SUFX= .tgz @@ -21,10 +21,10 @@ NO_BUILD= yes post-patch: @${PERL} -pi -e "s,/bin/bash,${LOCALBASE}/bin/bash,g ; \ - s,\`seq,\`gseq,g" ${WRKSRC}/txt2regex-0.3.sh + s,\`seq,\`gseq,g" ${WRKSRC}/${DISTNAME}.sh @${PERL} -pi -e "s,/usr,${LOCALBASE},g" ${WRKSRC}/Makefile do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/txt2regex-0.3.sh ${PREFIX}/bin/txt2regex + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.sh ${PREFIX}/bin/txt2regex .include <bsd.port.mk> diff --git a/misc/txt2regex/distinfo b/misc/txt2regex/distinfo index fff984d..b4aec17 100644 --- a/misc/txt2regex/distinfo +++ b/misc/txt2regex/distinfo @@ -1 +1 @@ -MD5 (txt2regex-0.3.tgz) = bcf6c5e1b27edd3d80c63d269aa96fa0 +MD5 (txt2regex-0.3.1.tgz) = 2d98a19d7d82b1236ecd2c35d5cdc354 |