mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- update to version 2.0.5
PR: 169468 Submitted by: Jeff Lawson <jeff@bovine.net> Approved by: Peter Lai <cowbert@gmail.com> (maintainer)
This commit is contained in:
parent
56ce02989d
commit
59f94b8f42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300337
@ -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 @@ DISTNAME= rivet-${PORTVERSION}
|
||||
MAINTAINER= cowbert@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-patch:
|
||||
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"
|
||||
|
@ -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
|
||||
|
@ -14,6 +14,7 @@ lib/rivet/packages/dio/dio_Postgresql.tcl
|
||||
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/README
|
||||
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/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/random.tcl
|
||||
lib/rivet/rivet-tcl/read_file.tcl
|
||||
lib/rivet/rivet-tcl/rivet_command_document.tcl
|
||||
@ -55,6 +58,7 @@ lib/rivet/rivet-tcl/wrap.tcl
|
||||
@dirrm lib/rivet/packages/session
|
||||
@dirrm lib/rivet/packages/rivet_ncgi
|
||||
@dirrm lib/rivet/packages/form
|
||||
@dirrm lib/rivet/packages/entities
|
||||
@dirrm lib/rivet/packages/dtcl
|
||||
@dirrm lib/rivet/packages/dio
|
||||
@dirrm lib/rivet/packages/commserver
|
||||
|
Loading…
Reference in New Issue
Block a user