From owner-svn-ports-all@FreeBSD.ORG Tue Nov 12 22:15:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6BFDB22; Tue, 12 Nov 2013 22:15:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C7842BCB; Tue, 12 Nov 2013 22:15:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rACMF9fv031012; Tue, 12 Nov 2013 22:15:09 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rACMF9l1031009; Tue, 12 Nov 2013 22:15:09 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201311122215.rACMF9l1031009@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 12 Nov 2013 22:15:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333629 - head/www/mod_rivet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 22:15:09 -0000 Author: gahr Date: Tue Nov 12 22:15:08 2013 New Revision: 333629 URL: http://svnweb.freebsd.org/changeset/ports/333629 Log: - Update to 2.1.3 Release notes: * Installation target 'make install' restored to its previous functionality (hence the whole module and packages are installed) by making it depend on two targets install-binaries and install-packages * New variant 'parse -string' to parse templates stored in strings * Improved safety of command ::rivet::parray by escaping SGML characters in the output * Improved detection of SELECT queries in ::DIO::Mysql * Various fixes in package Calendar * Changed names of deprecated variables in autotools scripts PR: 183743 Submitted by: gahr@ Approved by: maintainer Modified: head/www/mod_rivet/Makefile head/www/mod_rivet/distinfo (contents, props changed) Modified: head/www/mod_rivet/Makefile ============================================================================== --- head/www/mod_rivet/Makefile Tue Nov 12 22:02:02 2013 (r333628) +++ head/www/mod_rivet/Makefile Tue Nov 12 22:15:08 2013 (r333629) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_rivet -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tcl/rivet @@ -16,21 +16,16 @@ LICENSE= AL2 LIB_DEPENDS= libitcl.so:${PORTSDIR}/lang/itcl USE_APACHE= 22+ -USE_TCL= 85+ +USE_AUTOTOOLS= aclocal automake USE_LDCONFIG= ${PREFIX}/lib/rivet +USES+= gmake tcl:85+ -USES= gmake -GNU_CONFIGURE= yes +INSTALL_TARGET= install -INSTALL_TARGET= install install-packages - -NO_STAGE= yes -.include - -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 +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' \ @@ -51,4 +46,4 @@ post-install: @${ECHO_MSG} "" @${ECHO_MSG} "====================================================" -.include +.include Modified: head/www/mod_rivet/distinfo ============================================================================== --- head/www/mod_rivet/distinfo Tue Nov 12 22:02:02 2013 (r333628) +++ head/www/mod_rivet/distinfo Tue Nov 12 22:15:08 2013 (r333629) @@ -1,2 +1,2 @@ -SHA256 (rivet-2.1.2.tar.gz) = 286c9bbc57031692c048213d91169eb563fb233d28d1b6911b3ecf7aba87ecc6 -SIZE (rivet-2.1.2.tar.gz) = 1110383 +SHA256 (rivet-2.1.3.tar.gz) = 56220f45bcd5387d2299f026ecdb49825efb11207ec4859c91391d61263c1769 +SIZE (rivet-2.1.3.tar.gz) = 1365177