diff -urN mod_rivet.orig/Makefile mod_rivet/Makefile --- mod_rivet.orig/Makefile 2015-05-22 02:29:52.140968861 +0000 +++ mod_rivet/Makefile 2015-05-27 22:14:28.187296310 +0000 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/mod_rivet/Makefile 386312 2015-05-14 10:15:04Z mat $ PORTNAME= mod_rivet -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= www tcl MASTER_SITES= APACHE/tcl/rivet DISTNAME= rivet-${PORTVERSION} @@ -11,6 +11,7 @@ COMMENT= Embeds a Tcl interpreter in the Apache server LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libitcl.so:${PORTSDIR}/lang/itcl @@ -21,28 +22,15 @@ INSTALL_TARGET= install-strip +SUB_FILES= pkg-message + 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' \ + @${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 diff -urN mod_rivet.orig/distinfo mod_rivet/distinfo --- mod_rivet.orig/distinfo 2015-05-22 02:29:52.139970316 +0000 +++ mod_rivet/distinfo 2015-05-22 02:31:16.668965826 +0000 @@ -1,2 +1,2 @@ -SHA256 (rivet-2.2.2.tar.gz) = 693ac67ad1af5576968fe6d274e8e518ad8cc06a5fa2c6e8b958f24636c55692 -SIZE (rivet-2.2.2.tar.gz) = 1177800 +SHA256 (rivet-2.2.3.tar.gz) = d5f6cae2a09999e59f3f7eef73d55f50ab29ee4277c92c5e6e50e4b165fc7d16 +SIZE (rivet-2.2.3.tar.gz) = 1171217 diff -urN mod_rivet.orig/files/pkg-message.in mod_rivet/files/pkg-message.in --- mod_rivet.orig/files/pkg-message.in 1970-01-01 00:00:00.000000000 +0000 +++ mod_rivet/files/pkg-message.in 2015-05-27 22:14:45.242293954 +0000 @@ -0,0 +1,13 @@ + +==================================================== +Remember to modify your apache configuration file +to load mod_rivet and set the appropriate handlers: + +LoadModule rivet_module %%APACHEMODDIR%%/mod_rivet.so + +AddType application/x-httpd-rivet .rvt +AddType application/x-rivet-tcl .tcl + +Visit http://tcl.apache.org/rivet/ for documentation + +====================================================