From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 7 10:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9F004389 for ; Thu, 7 Nov 2013 10:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 804172CBD for ; Thu, 7 Nov 2013 10:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA7A005h070115 for ; Thu, 7 Nov 2013 10:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA7A00Fa070114; Thu, 7 Nov 2013 10:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 7 Nov 2013 10:00:00 GMT Resent-Message-Id: <201311071000.rA7A00Fa070114@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pietro Cerutti 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 ESMTP id 0A29916C for ; Thu, 7 Nov 2013 09:56:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D409B2C76 for ; Thu, 7 Nov 2013 09:56:16 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA79uGLc096614 for ; Thu, 7 Nov 2013 09:56:16 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA79uGZY096581; Thu, 7 Nov 2013 09:56:16 GMT (envelope-from nobody) Message-Id: <201311070956.rA79uGZY096581@oldred.freebsd.org> Date: Thu, 7 Nov 2013 09:56:16 GMT From: Pietro Cerutti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183743: [patch] www/mod_rivet -- update to 2.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 10:00:00 -0000 >Number: 183743 >Category: ports >Synopsis: [patch] www/mod_rivet -- update to 2.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 07 10:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: >Organization: The FreeBSD Project >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 331384) +++ Makefile (working copy) @@ -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,22 +16,17 @@ 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 +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 -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 - post-patch: ${REINPLACE_CMD} -e 's|`$${apxs_found} -q LIBEXECDIR`|${PREFIX}/${APACHEMODDIR}|g' \ ${WRKSRC}/configure.ac ${WRKSRC}/configure @@ -51,4 +46,4 @@ @${ECHO_MSG} "" @${ECHO_MSG} "====================================================" -.include +.include Index: distinfo =================================================================== --- distinfo (revision 331384) +++ distinfo (working copy) @@ -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 >Release-Note: >Audit-Trail: >Unformatted: