From nobody@FreeBSD.org  Thu Nov 24 14:04:41 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8F575106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 24 Nov 2011 14:04:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 66BA48FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 24 Nov 2011 14:04:41 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pAOE4fnN032228
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 24 Nov 2011 14:04:41 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pAOE4fkB032227;
	Thu, 24 Nov 2011 14:04:41 GMT
	(envelope-from nobody)
Message-Id: <201111241404.pAOE4fkB032227@red.freebsd.org>
Date: Thu, 24 Nov 2011 14:04:41 GMT
From: Pietro Cerutti <gahr@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] www/mod_rivet -- update to 2.0.4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: cowbert@gmail.com

>Number:         162814
>Category:       ports
>Synopsis:       [patch] www/mod_rivet -- update to 2.0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 24 14:10:08 UTC 2011
>Closed-Date:    Wed Jan 18 04:50:50 UTC 2012
>Last-Modified:  Wed Jan 18 05:00:23 UTC 2012
>Originator:     Pietro Cerutti
>Release:        
>Organization:
The FreeBSD Project
>Environment:
>Description:
- update to 2.0.4 + respect PREFIX
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_rivet/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	20 Aug 2011 17:27:46 -0000	1.10
+++ Makefile	24 Nov 2011 14:01:04 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_rivet
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.4
 CATEGORIES=	www tcl
 MASTER_SITES=		${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	tcl/rivet
@@ -15,14 +15,14 @@
 MAINTAINER=	cowbert@gmail.com
 COMMENT=	Embeds a Tcl interpreter in the Apache server
 
-WRKSRC=			${WRKDIR}/libapache2-mod-rivet-${PORTVERSION}
+LICENSE=		ASL
 
 MAKE_JOBS_SAFE=	yes
-LICENSE=		ASL
 
 USE_APACHE=	22+
 USE_AUTOTOOLS=	automake autoconf
 USE_TCL=	84+
+USE_LDCONFIG=	${PREFIX}/lib/rivet
 GMAKE=		yes
 
 GNU_CONFIGURE=	yes
@@ -34,6 +34,10 @@
 			--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
+
 post-install:
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "===================================================="
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/mod_rivet/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	18 Mar 2011 09:38:52 -0000	1.2
+++ distinfo	24 Nov 2011 13:51:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (rivet-2.0.2.tar.gz) = 69eff25da56dfede9069f7c2bfbd4cba6e54c1c4a600c73c338206ccc951a47f
-SIZE (rivet-2.0.2.tar.gz) = 997406
+SHA256 (rivet-2.0.4.tar.gz) = d1be9bd516fc2c7c4fd30576146545c769f7d5613b408853dcfdc083b03921d6
+SIZE (rivet-2.0.4.tar.gz) = 1041800
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/mod_rivet/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	18 Mar 2011 09:38:52 -0000	1.2
+++ pkg-plist	24 Nov 2011 13:55:01 -0000
@@ -1,10 +1,7 @@
-%%APACHEMODDIR%%/mod_rivet.la
 %%APACHEMODDIR%%/mod_rivet.so
 lib/rivet/README
 lib/rivet/init.tcl
-lib/rivet/librivet.la
 lib/rivet/librivet.so
-lib/rivet/librivetparser.la
 lib/rivet/librivetparser.so
 lib/rivet/packages/README
 lib/rivet/packages/calendar/calendar.tcl


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->apache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Nov 24 14:10:19 UTC 2011 
Responsible-Changed-Why:  
apache@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162814 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Nov 24 14:10:23 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162814 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cowbert@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/162814: [patch] www/mod_rivet -- update to 2.0.4
Date: Thu, 24 Nov 2011 14:10:21 UT

 Maintainer of www/mod_rivet,
 
 Please note that PR ports/162814 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162814
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: apache->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Tue Jan 17 05:44:18 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162814 
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Tue Jan 17 06:00:29 UTC 2012 
State-Changed-Why:  
timeout (apache ; 54 days) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162814 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Wed Jan 18 04:50:49 UTC 2012 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162814 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162814: commit references a PR
Date: Wed, 18 Jan 2012 04:50:54 +0000 (UTC)

 pgollucci    2012-01-18 04:50:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_rivet        Makefile distinfo pkg-plist 
   Log:
   - Update to 2.0.4
     Correct some errors in patch from drift and autotools overuse
   - Respect PREFIX
   
   PR:             ports/162814
   Submitted by:   gahr@
   Approved by:    maintainer timeout (cowbert@gmail.com; 54 days)
   
   Revision  Changes    Path
   1.12      +7 -5      ports/www/mod_rivet/Makefile
   1.3       +2 -2      ports/www/mod_rivet/distinfo
   1.3       +0 -3      ports/www/mod_rivet/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
