Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 18:00:36 GMT
From:      Jeff Lawson <jeff.lawson@flightaware.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/180444: Update mod_rivet port to latest version
Message-ID:  <201307101800.r6AI0alV030150@gappi.hou.flightaware.com>
Resent-Message-ID: <201307101810.r6AIA0Lc080005@freefall.freebsd.org>

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

>Number:         180444
>Category:       ports
>Synopsis:       Update mod_rivet port to latest version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 10 18:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jeff Lawson
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
FlightAware
>Environment:
System: FreeBSD gappi.hou.flightaware.com 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Feb 18 14:48:28 CST 2010 root@gappi.hou.flightaware.com:/usr/obj/usr/src/sys/GENERIC amd64


Apache mod_rivet released version 2.1.2 on June 30, 2012.
http://tcl.apache.org/rivet/static/rn-2-1.html

This simply updates the port to use the new version.


--- mod_rivet-212.diff begins here ---
diff -uw mod_rivet.orig/Makefile mod_rivet/Makefile
--- mod_rivet.orig/Makefile	2013-07-10 16:18:51.000000000 +0000
+++ mod_rivet/Makefile	2013-07-10 16:20:43.000000000 +0000
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/www/mod_rivet/Makefile,v 1.15 2012/11/17 06:02:41 svnexp Exp $
 
 PORTNAME=	mod_rivet
-PORTVERSION=	2.0.5
+PORTVERSION=	2.1.2
 PORTREVISION=	1
 CATEGORIES=	www tcl
 MASTER_SITES=		${MASTER_SITE_APACHE}
@@ -24,6 +24,8 @@
 GMAKE=		yes
 GNU_CONFIGURE=	yes
 
+INSTALL_TARGET=	install install-packages
+
 .include <bsd.port.pre.mk>
 
 CONFIGURE_ARGS+=	--with-apache-version=2 \
diff -uw mod_rivet.orig/distinfo mod_rivet/distinfo
--- mod_rivet.orig/distinfo	2013-07-10 16:18:51.000000000 +0000
+++ mod_rivet/distinfo	2013-07-10 16:24:05.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (rivet-2.0.5.tar.gz) = 277e0c0af6fb9c0fd40e1650429a1e90034632f7f9c909702d271044a98bfc67
-SIZE (rivet-2.0.5.tar.gz) = 1349431
+SHA256 (rivet-2.1.2.tar.gz) = 286c9bbc57031692c048213d91169eb563fb233d28d1b6911b3ecf7aba87ecc6
+SIZE (rivet-2.1.2.tar.gz) = 1110383
diff -uw mod_rivet.orig/pkg-plist mod_rivet/pkg-plist
--- mod_rivet.orig/pkg-plist	2013-07-10 16:18:51.000000000 +0000
+++ mod_rivet/pkg-plist	2013-07-10 17:53:12.000000000 +0000
@@ -1,7 +1,6 @@
 %%APACHEMODDIR%%/mod_rivet.so
-lib/rivet/README
 lib/rivet/init.tcl
-lib/rivet/librivet.so
+lib/rivet/librivetlib.so
 lib/rivet/librivetparser.so
 lib/rivet/packages/README
 lib/rivet/packages/calendar/calendar.tcl
@@ -16,12 +15,14 @@
 lib/rivet/packages/dtcl/dtcl.tcl
 lib/rivet/packages/entities/entities.tcl
 lib/rivet/packages/form/form.tcl
+lib/rivet/packages/form/form2.tcl
 lib/rivet/packages/rivet_ncgi/rivet_ncgi.tcl
 lib/rivet/packages/session/README.txt
 lib/rivet/packages/session/session-class.tcl
 lib/rivet/packages/session/session-create-mysql.sql
 lib/rivet/packages/session/session-create-oracle.sql
-lib/rivet/packages/session/session-create.sql
+lib/rivet/packages/session/session-create-postgresql.sql
+lib/rivet/packages/session/session-create-sqlite.sql
 lib/rivet/packages/session/session-demo.rvt
 lib/rivet/packages/session/session-drop.sql
 lib/rivet/packages/session/session-httpd.conf
@@ -40,19 +41,19 @@
 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
-lib/rivet/rivet-tcl/lassign.tcl
 lib/rivet/rivet-tcl/lempty.tcl
 lib/rivet/rivet-tcl/lmatch.tcl
 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/putsnnl.tcl
 lib/rivet/rivet-tcl/random.tcl
 lib/rivet/rivet-tcl/read_file.tcl
 lib/rivet/rivet-tcl/rivet_command_document.tcl
 lib/rivet/rivet-tcl/tclIndex
 lib/rivet/rivet-tcl/wrap.tcl
+lib/rivet/rivet-tcl/xml.tcl
 @dirrm lib/rivet/packages/tclrivet
 @dirrm lib/rivet/packages/simpledb
 @dirrm lib/rivet/packages/session
--- mod_rivet-212.diff ends here ---


>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



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