Bug 183743 - [patch] www/mod_rivet -- update to 2.1.3
Summary: [patch] www/mod_rivet -- update to 2.1.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 10:00 UTC by Pietro Cerutti
Modified: 2013-11-12 22:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.74 KB, patch)
2013-11-07 10:00 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti freebsd_committer freebsd_triage 2013-11-07 10:00:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-07 10:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-07 10:00:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-07 10:00:09 UTC
Maintainer of www/mod_rivet,

Please note that PR ports/183743 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183743

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Olli Hauer freebsd_committer freebsd_triage 2013-11-07 14:44:37 UTC
Responsible Changed
From-To: apache->gahr

Assign to submitter since Pietro (gahr) has commit rights
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-11-12 22:15:21 UTC
Author: gahr
Date: Tue Nov 12 22:15:08 2013
New Revision: 333629
URL: http://svnweb.freebsd.org/changeset/ports/333629

Log:
  - Update to 2.1.3
  
    Release notes:
  
    * Installation target 'make install' restored to its previous
      functionality (hence the whole module and packages are installed) by
      making it depend on two targets install-binaries and install-packages
    * New variant 'parse -string' to parse templates stored in strings
    * Improved safety of command ::rivet::parray by escaping SGML characters
      in the output
    * Improved detection of SELECT queries in ::DIO::Mysql
    * Various fixes in package Calendar
    * Changed names of deprecated variables in autotools scripts
  
  PR:		183743
  Submitted by:	gahr@
  Approved by:	maintainer

Modified:
  head/www/mod_rivet/Makefile
  head/www/mod_rivet/distinfo   (contents, props changed)

Modified: head/www/mod_rivet/Makefile
==============================================================================
--- head/www/mod_rivet/Makefile	Tue Nov 12 22:02:02 2013	(r333628)
+++ head/www/mod_rivet/Makefile	Tue Nov 12 22:15:08 2013	(r333629)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_rivet
-PORTVERSION=	2.1.2
+PORTVERSION=	2.1.3
 CATEGORIES=	www tcl
 MASTER_SITES=		${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	tcl/rivet
@@ -16,21 +16,16 @@ LICENSE=	AL2
 LIB_DEPENDS=	libitcl.so:${PORTSDIR}/lang/itcl
 
 USE_APACHE=	22+
-USE_TCL=	85+
+USE_AUTOTOOLS=	aclocal automake
 USE_LDCONFIG=	${PREFIX}/lib/rivet
+USES+=		gmake tcl:85+
 
-USES=		gmake
-GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install
 
-INSTALL_TARGET=	install install-packages
-
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-CONFIGURE_ARGS+=	--with-apache-version=2 \
-			--prefix=${PREFIX} --with-apxs=${APXS} \
-			--with-tcl=${TCL_LIBDIR} --with-tclsh=${TCLSH} \
-			--with-rivet-target-dir=${PREFIX}/lib/rivet
+CONFIGURE_ARGS+=--with-apache-version=2 \
+		--prefix=${PREFIX} --with-apxs=${APXS} \
+		--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' \
@@ -51,4 +46,4 @@ post-install:
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "===================================================="
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/mod_rivet/distinfo
==============================================================================
--- head/www/mod_rivet/distinfo	Tue Nov 12 22:02:02 2013	(r333628)
+++ head/www/mod_rivet/distinfo	Tue Nov 12 22:15:08 2013	(r333629)
@@ -1,2 +1,2 @@
-SHA256 (rivet-2.1.2.tar.gz) = 286c9bbc57031692c048213d91169eb563fb233d28d1b6911b3ecf7aba87ecc6
-SIZE (rivet-2.1.2.tar.gz) = 1110383
+SHA256 (rivet-2.1.3.tar.gz) = 56220f45bcd5387d2299f026ecdb49825efb11207ec4859c91391d61263c1769
+SIZE (rivet-2.1.3.tar.gz) = 1365177
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Pietro Cerutti freebsd_committer freebsd_triage 2013-11-12 22:16:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!