Bug 171210 - [patch] www/mod_rivet -- DIO requires itcl
Summary: [patch] www/mod_rivet -- DIO requires itcl
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: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 16:10 UTC by Pietro Cerutti
Modified: 2012-09-21 21:00 UTC (History)
0 users

See Also:


Attachments
file.diff (288 bytes, patch)
2012-08-31 16:10 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 2012-08-31 16:10:08 UTC
The Database Interface Objects of Rivet require itcl. Add dependency.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-31 16:10:18 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 2012-08-31 16:10:20 UTC
Maintainer of www/mod_rivet,

Please note that PR ports/171210 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/171210

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-31 16:10:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Olli Hauer freebsd_committer freebsd_triage 2012-09-21 20:32:29 UTC
Responsible Changed
From-To: apache->ohauer

I'll take it, 
(maintainer timeout reached)
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-09-21 20:56:39 UTC
Author: ohauer
Date: Fri Sep 21 19:56:26 2012
New Revision: 304639
URL: http://svn.freebsd.org/changeset/ports/304639

Log:
  - add itcl to LIB_DEPENDS
  - adopt new Makefile header
  
  PR:		171210
  Submitted by:	Pietro Cerutti <gahr@FreeBSD.org>
  Approved by:	maintainer timeout

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

Modified: head/www/mod_rivet/Makefile
==============================================================================
--- head/www/mod_rivet/Makefile	Fri Sep 21 19:00:02 2012	(r304638)
+++ head/www/mod_rivet/Makefile	Fri Sep 21 19:56:26 2012	(r304639)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	mod_rivet
-# Date created:				June 16, 2010
-# Whom:					Peter Lai <cowbert@gmail.com>
-#
+# Created by: Peter Lai <cowbert@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	mod_rivet
 PORTVERSION=	2.0.5
+PORTREVISION=	1
 CATEGORIES=	www tcl
 MASTER_SITES=		${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	tcl/rivet
@@ -15,7 +12,9 @@ DISTNAME=		rivet-${PORTVERSION}
 MAINTAINER=	cowbert@gmail.com
 COMMENT=	Embeds a Tcl interpreter in the Apache server
 
-LICENSE=		AL2
+LICENSE=	AL2
+
+LIB_DEPENDS=	itcl:${PORTSDIR}/lang/itcl
 
 USE_APACHE=	22+
 USE_TCL=	84+
_______________________________________________
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 Olli Hauer freebsd_committer freebsd_triage 2012-09-21 20:57:13 UTC
State Changed
From-To: feedback->closed

Committed, 
Thanks!