ports/169468: [PATCH] www/mod_rivet: update to 2.0.5
Jeff Lawson
jeff at bovine.net
Tue Jun 26 22:00:25 UTC 2012
>Number: 169468
>Category: ports
>Synopsis: [PATCH] www/mod_rivet: update to 2.0.5
>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: Tue Jun 26 22:00:24 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Jeff Lawson
>Release: FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD rowdy.hou.flightaware.com 8.2-RELEASE FreeBSD 8.2-RELEASE #2: Thu Feb 24 10:18:23 CST 2011
>Description:
- Update to 2.0.5
Port maintainer (cowbert at gmail.com) is cc'd.
Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:
--- mod_rivet-2.0.5.patch begins here ---
diff -ruN --exclude=CVS ../mod_rivet.orig/Makefile ./Makefile
--- ../mod_rivet.orig/Makefile 2012-06-26 16:25:32.000000000 -0500
+++ ./Makefile 2012-06-26 16:42:31.000000000 -0500
@@ -6,7 +6,7 @@
#
PORTNAME= mod_rivet
-PORTVERSION= 2.0.4
+PORTVERSION= 2.0.5
CATEGORIES= www tcl
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= tcl/rivet
@@ -15,13 +15,13 @@
MAINTAINER= cowbert at gmail.com
COMMENT= Embeds a Tcl interpreter in the Apache server
-MAKE_JOBS_SAFE= yes
LICENSE= AL2
USE_APACHE= 22+
USE_TCL= 84+
USE_LDCONFIG= ${PREFIX}/lib/rivet
+MAKE_JOBS_SAFE= yes
GMAKE= yes
GNU_CONFIGURE= yes
@@ -39,7 +39,7 @@
post-install:
@${ECHO_MSG} ""
@${ECHO_MSG} "===================================================="
- @${ECHO_MSG} "Remember to modify your apache configuration file
+ @${ECHO_MSG} "Remember to modify your apache configuration file"
@${ECHO_MSG} "to load mod_rivet and set the appropriate handlers:"
@${ECHO_MSG} ""
@${ECHO_MSG} "LoadModule rivet_module ${APACHEMODDIR}/mod_rivet.so"
diff -ruN --exclude=CVS ../mod_rivet.orig/distinfo ./distinfo
--- ../mod_rivet.orig/distinfo 2012-06-26 16:25:32.000000000 -0500
+++ ./distinfo 2012-06-26 16:39:32.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (rivet-2.0.4.tar.gz) = d1be9bd516fc2c7c4fd30576146545c769f7d5613b408853dcfdc083b03921d6
-SIZE (rivet-2.0.4.tar.gz) = 1041800
+SHA256 (rivet-2.0.5.tar.gz) = 277e0c0af6fb9c0fd40e1650429a1e90034632f7f9c909702d271044a98bfc67
+SIZE (rivet-2.0.5.tar.gz) = 1349431
diff -ruN --exclude=CVS ../mod_rivet.orig/pkg-plist ./pkg-plist
--- ../mod_rivet.orig/pkg-plist 2012-06-26 16:25:32.000000000 -0500
+++ ./pkg-plist 2012-06-26 16:32:13.000000000 -0500
@@ -14,6 +14,7 @@
lib/rivet/packages/dio/dio_Sqlite.tcl
lib/rivet/packages/dio/diodisplay.tcl
lib/rivet/packages/dtcl/dtcl.tcl
+lib/rivet/packages/entities/entities.tcl
lib/rivet/packages/form/form.tcl
lib/rivet/packages/rivet_ncgi/rivet_ncgi.tcl
lib/rivet/packages/session/README.txt
@@ -36,6 +37,7 @@
lib/rivet/rivet-tcl/cookie.tcl
lib/rivet/rivet-tcl/debug.tcl
lib/rivet/rivet-tcl/html.tcl
+lib/rivet/rivet-tcl/http_accept.tcl
lib/rivet/rivet-tcl/import_keyvalue_pairs.tcl
lib/rivet/rivet-tcl/import_switch_args.tcl
lib/rivet/rivet-tcl/incr0.tcl
@@ -45,6 +47,7 @@
lib/rivet/rivet-tcl/load_cookies.tcl
lib/rivet/rivet-tcl/load_response.tcl
lib/rivet/rivet-tcl/parray.tcl
+lib/rivet/rivet-tcl/parray_table.tcl
lib/rivet/rivet-tcl/random.tcl
lib/rivet/rivet-tcl/read_file.tcl
lib/rivet/rivet-tcl/rivet_command_document.tcl
@@ -55,6 +58,7 @@
@dirrm lib/rivet/packages/session
@dirrm lib/rivet/packages/rivet_ncgi
@dirrm lib/rivet/packages/form
+ at dirrm lib/rivet/packages/entities
@dirrm lib/rivet/packages/dtcl
@dirrm lib/rivet/packages/dio
@dirrm lib/rivet/packages/commserver
--- mod_rivet-2.0.5.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list