Index: head/www/mod_rivet/Makefile =================================================================== --- head/www/mod_rivet/Makefile (revision 384803) +++ head/www/mod_rivet/Makefile (revision 384804) @@ -1,49 +1,49 @@ # Created by: Peter Lai # $FreeBSD$ PORTNAME= mod_rivet -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tcl/rivet DISTNAME= rivet-${PORTVERSION} MAINTAINER= jeff.lawson@flightaware.com COMMENT= Embeds a Tcl interpreter in the Apache server LICENSE= APACHE20 LIB_DEPENDS= libitcl.so:${PORTSDIR}/lang/itcl GNU_CONFIGURE= yes USE_APACHE= 22+ USE_LDCONFIG= ${PREFIX}/lib/rivet USES+= gmake libtool tcl:85+ INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--with-apache-version=2 \ --prefix=${PREFIX} --with-apxs=${APXS} \ --with-tcl=${TCL_LIBDIR} --with-tclsh=${TCLSH} \ --with-rivet-target-dir=${PREFIX}/lib/rivet post-patch: ${REINPLACE_CMD} -e 's|`$${apxs_found} -q LIBEXECDIR`|${PREFIX}/${APACHEMODDIR}|g' \ ${WRKSRC}/configure post-install: @${ECHO_MSG} "" @${ECHO_MSG} "====================================================" @${ECHO_MSG} "Remember to modify your apache configuration file" @${ECHO_MSG} "to load mod_rivet and set the appropriate handlers:" @${ECHO_MSG} "" @${ECHO_MSG} "LoadModule rivet_module ${APACHEMODDIR}/mod_rivet.so" @${ECHO_MSG} "" @${ECHO_MSG} "AddType application/x-httpd-rivet .rvt" @${ECHO_MSG} "AddType application/x-rivet-tcl .tcl" @${ECHO_MSG} "" @${ECHO_MSG} "Visit http://tcl.apache.org/rivet/ for documentation" @${ECHO_MSG} "" @${ECHO_MSG} "====================================================" .include Index: head/www/mod_rivet/distinfo =================================================================== --- head/www/mod_rivet/distinfo (revision 384803) +++ head/www/mod_rivet/distinfo (revision 384804) @@ -1,2 +1,2 @@ -SHA256 (rivet-2.2.1.tar.gz) = d08e266880d00b4537ba7ee5bbfb3d8ed4c5031d3c9fb09e95a476cd059f57c2 -SIZE (rivet-2.2.1.tar.gz) = 1176640 +SHA256 (rivet-2.2.2.tar.gz) = 693ac67ad1af5576968fe6d274e8e518ad8cc06a5fa2c6e8b958f24636c55692 +SIZE (rivet-2.2.2.tar.gz) = 1177800