Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 09:56:16 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183743: [patch] www/mod_rivet -- update to 2.1.3
Message-ID:  <201311070956.rA79uGZY096581@oldred.freebsd.org>
Resent-Message-ID: <201311071000.rA7A00Fa070114@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
-
-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 <bsd.port.post.mk>
+.include <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311070956.rA79uGZY096581>