diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-21 05:27:05 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-21 05:27:05 +0000 |
commit | a2c3d36420de604b442e58dcd9b839b1cfed7773 (patch) | |
tree | 6c2abb1ad9b5824478cd02ed4330673d08f05302 /misc | |
parent | 205a8819b758da3c328c2b87109654a9ac76b6b4 (diff) | |
download | freebsd-ports-a2c3d36420de604b442e58dcd9b839b1cfed7773.zip |
update misc/tkregexp: 2.1 -> 3.0
PR: 55726
Submitted by: Nicola Vitale <nivit@libero.it>
Diffstat (limited to 'misc')
-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 |