Date: Thu, 28 May 2015 06:13:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387701 - in head/www/mod_rivet: . files Message-ID: <201505280613.t4S6D408008943@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 28 06:13:03 2015 New Revision: 387701 URL: https://svnweb.freebsd.org/changeset/ports/387701 Log: - Update to 2.2.3 - Convert munch of Makefile echo's to pkg-mesage - Add LICENSE_FILE - Silence post-patch PR: 200396 Submitted by: jeff@bovine.net (maintainer) Added: head/www/mod_rivet/files/ head/www/mod_rivet/files/pkg-message.in (contents, props changed) Modified: head/www/mod_rivet/Makefile head/www/mod_rivet/distinfo Modified: head/www/mod_rivet/Makefile ============================================================================== --- head/www/mod_rivet/Makefile Thu May 28 04:50:28 2015 (r387700) +++ head/www/mod_rivet/Makefile Thu May 28 06:13:03 2015 (r387701) @@ -2,7 +2,7 @@ # $FreeBSD$ 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 @@ MAINTAINER= jeff.lawson@flightaware.com 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 @@ USES+= gmake libtool tcl:85+ 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 <bsd.port.mk> Modified: head/www/mod_rivet/distinfo ============================================================================== --- head/www/mod_rivet/distinfo Thu May 28 04:50:28 2015 (r387700) +++ head/www/mod_rivet/distinfo Thu May 28 06:13:03 2015 (r387701) @@ -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 Added: head/www/mod_rivet/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_rivet/files/pkg-message.in Thu May 28 06:13:03 2015 (r387701) @@ -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 + +====================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505280613.t4S6D408008943>