diff options
-rw-r--r-- | www/mod_dtcl/Makefile | 4 | ||||
-rw-r--r-- | www/mod_dtcl/distinfo | 2 | ||||
-rw-r--r-- | www/mod_dtcl/files/Makefile.bsd | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 2d5ebe059e5b..2f6962749d23 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -6,14 +6,12 @@ # PORTNAME= mod_dtcl -PORTVERSION= 0.11.5 +PORTVERSION= 0.12.0 CATEGORIES= www tcl83 MASTER_SITES= http://tcl.apache.org/mod_dtcl/download/ MAINTAINER= mi@aldan.algebra.com -BROKEN= "Does not compile" - BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 diff --git a/www/mod_dtcl/distinfo b/www/mod_dtcl/distinfo index 46a5bb44dc3a..2d3e2ff2a85a 100644 --- a/www/mod_dtcl/distinfo +++ b/www/mod_dtcl/distinfo @@ -1 +1 @@ -MD5 (mod_dtcl-0.11.5.tar.gz) = 2761fa569d6f0b48331968d8aba494aa +MD5 (mod_dtcl-0.12.0.tar.gz) = 960bb4a57412e60425b99889e13712e2 diff --git a/www/mod_dtcl/files/Makefile.bsd b/www/mod_dtcl/files/Makefile.bsd index 499162efa819..490cfbb885d1 100644 --- a/www/mod_dtcl/files/Makefile.bsd +++ b/www/mod_dtcl/files/Makefile.bsd @@ -14,7 +14,6 @@ CFLAGS+= ${INCLUDES} -DDTCL_VERSION="\"${DTCL_VERSION}\"" SHLIB_NAME= libmod_dtcl.so.1 LDADD= -L${PREFIX}/lib -ltcl${TCL_NDVER} -lm -LDFLAGS=${LDADD} SRCS= mod_dtcl.c SRCS+= apache_cookie.c apache_multipart_buffer.c apache_request.c \ |