ports/162814: [patch] www/mod_rivet -- update to 2.0.4

Pietro Cerutti gahr at FreeBSD.org
Thu Nov 24 14:10:09 UTC 2011


>Number:         162814
>Category:       ports
>Synopsis:       [patch] www/mod_rivet -- update to 2.0.4
>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 24 14:10:08 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list