diff options
author | demon <demon@FreeBSD.org> | 2003-10-19 17:20:12 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-10-19 17:20:12 +0800 |
commit | 933ddba2662d3b389bc7db649a6f90ce2b5ff7c8 (patch) | |
tree | 09f6aa46cd9a5a7b3ffb0d37f90a2dce8352752b /www | |
parent | 018c1341396e8eef5ff6b75fab2f3ce1b45c7aff (diff) | |
download | freebsd-ports-gnome-933ddba2662d3b389bc7db649a6f90ce2b5ff7c8.tar.gz freebsd-ports-gnome-933ddba2662d3b389bc7db649a6f90ce2b5ff7c8.tar.zst freebsd-ports-gnome-933ddba2662d3b389bc7db649a6f90ce2b5ff7c8.zip |
Update to version 1.4.2.
Use tcl8.4 instead of tcl8.3.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_zap/Makefile | 11 | ||||
-rw-r--r-- | www/mod_zap/distinfo | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/www/mod_zap/Makefile b/www/mod_zap/Makefile index 2ec6d1387b28..81a4499456a2 100644 --- a/www/mod_zap/Makefile +++ b/www/mod_zap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_zap -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= www MASTER_SITES= http://ftp.indexdata.dk/pub/zap/ DISTNAME= zap-${PORTVERSION} @@ -15,18 +15,15 @@ MAINTAINER= demon@FreeBSD.org COMMENT= An Apache module that provides Z39.50 access through WWW BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 \ - ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 + ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84 LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 \ - ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 + ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin \ --with-apxs=${LOCALBASE}/sbin/apxs \ - --with-tclconfig=${LOCALBASE}/lib/tcl8.3 - -post-patch: - ${FIND} ${WRKSRC} -name CVS -type d -print | ${XARGS} ${RM} -rf + --with-tclconfig=${LOCALBASE}/lib/tcl8.4 post-install: @${MKDIR} ${PREFIX}/share/mod_zap diff --git a/www/mod_zap/distinfo b/www/mod_zap/distinfo index 9ba0164c0995..73b2a7db943b 100644 --- a/www/mod_zap/distinfo +++ b/www/mod_zap/distinfo @@ -1 +1 @@ -MD5 (zap-1.4.1.tar.gz) = 979ceb8318e56c8121dd6b17fc530bef +MD5 (zap-1.4.2.tar.gz) = 7d62b317b31059fba9c6b7b2fe7826d2 |