mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- 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)
This commit is contained in:
parent
5afc4c6757
commit
39ac1c32bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289397
@ -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,16 +15,14 @@ DISTNAME= rivet-${PORTVERSION}
|
||||
MAINTAINER= cowbert@gmail.com
|
||||
COMMENT= Embeds a Tcl interpreter in the Apache server
|
||||
|
||||
WRKSRC= ${WRKDIR}/libapache2-mod-rivet-${PORTVERSION}
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
LICENSE= AL2
|
||||
|
||||
USE_APACHE= 22+
|
||||
USE_AUTOTOOLS= automake autoconf
|
||||
USE_TCL= 84+
|
||||
GMAKE= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/rivet
|
||||
|
||||
GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -34,6 +32,10 @@ CONFIGURE_ARGS+= --with-apache-version=2 \
|
||||
--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} "===================================================="
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user