diff options
author | steve <steve@FreeBSD.org> | 2000-07-16 19:54:39 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-16 19:54:39 +0000 |
commit | fc127571bc531b496145300a5ae89928e7523396 (patch) | |
tree | 5611209b94aaf72053d4512363414006c626b334 /www/mod_dtcl | |
parent | 926e7b00858482970e693462a1bedeab11418c04 (diff) | |
download | FreeBSD-ports-fc127571bc531b496145300a5ae89928e7523396.zip FreeBSD-ports-fc127571bc531b496145300a5ae89928e7523396.tar.gz |
Update to version 0.8.1.1.
PR: 19878
Submitted by: maintainer
Diffstat (limited to 'www/mod_dtcl')
-rw-r--r-- | www/mod_dtcl/Makefile | 8 | ||||
-rw-r--r-- | www/mod_dtcl/distinfo | 2 | ||||
-rw-r--r-- | www/mod_dtcl/files/Makefile.bsd | 2 | ||||
-rw-r--r-- | www/mod_dtcl/pkg-plist | 11 |
4 files changed, 9 insertions, 14 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 7abf2fd..4dc9434 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -6,15 +6,15 @@ # PORTNAME= mod_dtcl -PORTVERSION= 0.7.3.1 -CATEGORIES= www tcl82 +PORTVERSION= 0.8.1.1 +CATEGORIES= www tcl83 MASTER_SITES= http://master.debian.org/~davidw/mod_dtcl/ -DISTNAME= libapache-mod-dtcl_0.7.3-1 +DISTNAME= libapache-mod-dtcl_0.8.1-1 MAINTAINER= mi@aldan.algebra.com BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -LIB_DEPENDS= tcl82:${PORTSDIR}/lang/tcl82 +LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 WRKSRC= ${WRKDIR}/mod_dtcl diff --git a/www/mod_dtcl/distinfo b/www/mod_dtcl/distinfo index e803d09..6c60de7 100644 --- a/www/mod_dtcl/distinfo +++ b/www/mod_dtcl/distinfo @@ -1 +1 @@ -MD5 (libapache-mod-dtcl_0.7.3-1.tar.gz) = a66d2b624a24298e7c17f5aabf744a75 +MD5 (libapache-mod-dtcl_0.8.1-1.tar.gz) = 66513a09a1cc0d3a4478276a308d4328 diff --git a/www/mod_dtcl/files/Makefile.bsd b/www/mod_dtcl/files/Makefile.bsd index d3587aa..aa966f0 100644 --- a/www/mod_dtcl/files/Makefile.bsd +++ b/www/mod_dtcl/files/Makefile.bsd @@ -1,5 +1,5 @@ # If you link against Tcl like so "-ltcl", leave this blank. -TCL_VERSION?=8.2 +TCL_VERSION?=8.3 TCL_NDVER?=${TCL_VERSION:S/.//} # same, but without the dot PREFIX?= /usr/local diff --git a/www/mod_dtcl/pkg-plist b/www/mod_dtcl/pkg-plist index b2e3d69..d67e84f 100644 --- a/www/mod_dtcl/pkg-plist +++ b/www/mod_dtcl/pkg-plist @@ -8,19 +8,14 @@ share/mod_dtcl/infodebug.tcl share/mod_dtcl/testdtcl.tcl @dirrm share/mod_dtcl share/doc/mod_dtcl/INSTALL.html -share/doc/mod_dtcl/Makefile.html +share/doc/mod_dtcl/TODO.html share/doc/mod_dtcl/benchmark.html share/doc/mod_dtcl/browse-source.html share/doc/mod_dtcl/dtcl-tcl.html -share/doc/mod_dtcl/dtcl.gif -share/doc/mod_dtcl/dtcl.html share/doc/mod_dtcl/examples.ttml -share/doc/mod_dtcl/globalscript.html -share/doc/mod_dtcl/infodebug.html -share/doc/mod_dtcl/mod_dtcl.html +share/doc/mod_dtcl/readme.hpux.html share/doc/mod_dtcl/readme.html share/doc/mod_dtcl/table.html -share/doc/mod_dtcl/testdtcl.html -share/doc/mod_dtcl/two-mode-mode.html share/doc/mod_dtcl/use.html +share/doc/mod_dtcl/dtcl.gif @dirrm share/doc/mod_dtcl |