diff options
author | daichi <daichi@FreeBSD.org> | 2003-08-21 13:27:05 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-08-21 13:27:05 +0800 |
commit | 556a03e905f48d290dfcb08eb7fc7eac71e1ba03 (patch) | |
tree | 3e9809b5060c9d2c6a8d028a8cc11e50dfbcfbd6 /misc/tkregexp | |
parent | 86d40120c02286b33169b88bf3934d6b69d6178e (diff) | |
download | freebsd-ports-gnome-556a03e905f48d290dfcb08eb7fc7eac71e1ba03.tar.gz freebsd-ports-gnome-556a03e905f48d290dfcb08eb7fc7eac71e1ba03.tar.zst freebsd-ports-gnome-556a03e905f48d290dfcb08eb7fc7eac71e1ba03.zip |
update misc/tkregexp: 2.1 -> 3.0
PR: 55726
Submitted by: Nicola Vitale <nivit@libero.it>
Diffstat (limited to 'misc/tkregexp')
-rw-r--r-- | misc/tkregexp/Makefile | 5 | ||||
-rw-r--r-- | misc/tkregexp/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile index 7c3012bfc93b..2b30e0a9e308 100644 --- a/misc/tkregexp/Makefile +++ b/misc/tkregexp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tkregexp -PORTVERSION= 2.1 +PORTVERSION= 3.0 CATEGORIES= misc tk83 MASTER_SITES= http://laurent.riesterer.free.fr/regexp/ DISTNAME= visual_regexp-${PORTVERSION} @@ -17,11 +17,10 @@ COMMENT= An interactive regexp design tool RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 NO_WRKSUBDIR= yes -USE_ZIP= yes NO_BUILD= yes USE_X_PREFIX= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp-${PORTVERSION}.tcl ${PREFIX}/bin/${PORTNAME} + @${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}/visual_regexp.tcl ${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> diff --git a/misc/tkregexp/distinfo b/misc/tkregexp/distinfo index 700b2572a31a..266fe930a172 100644 --- a/misc/tkregexp/distinfo +++ b/misc/tkregexp/distinfo @@ -1 +1 @@ -MD5 (visual_regexp-2.1.zip) = d95619fe9020c1dfa42e06b85a9aa0d0 +MD5 (visual_regexp-3.0.tar.gz) = e87b1bce03b9e7e1d6a23b0b77490f1e |