diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-16 19:54:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-16 19:54:39 +0000 |
commit | 10db431aa7f4119569b7bd35d5869d162185d1cd (patch) | |
tree | dab5c42dc5aadd5c220b416fdc60945181fb9de3 /www/mod_dtcl/Makefile | |
parent | Fix sound file read/write/import/export. (diff) |
Update to version 0.8.1.1.
PR: 19878
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=30715
Diffstat (limited to 'www/mod_dtcl/Makefile')
-rw-r--r-- | www/mod_dtcl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 7abf2fdc576d..4dc9434bd2a3 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 |