From nobody@FreeBSD.org  Fri Aug 31 15:09:22 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 95948106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Aug 2012 15:09:22 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 813C48FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Aug 2012 15:09:22 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7VF9MGb004042
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Aug 2012 15:09:22 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q7VF9M3m004041;
	Fri, 31 Aug 2012 15:09:22 GMT
	(envelope-from nobody)
Message-Id: <201208311509.q7VF9M3m004041@red.freebsd.org>
Date: Fri, 31 Aug 2012 15:09:22 GMT
From: Pietro Cerutti <gahr@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] www/mod_rivet -- DIO requires itcl
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: cowbert@gmail.com

>Number:         171210
>Category:       ports
>Synopsis:       [patch] www/mod_rivet -- DIO requires itcl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ohauer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 31 15:10:08 UTC 2012
>Closed-Date:    Fri Sep 21 19:57:44 UTC 2012
>Last-Modified:  Fri Sep 21 20:00:22 UTC 2012
>Originator:     Pietro Cerutti
>Release:        
>Organization:
The FreeBSD Project
>Environment:
>Description:
The Database Interface Objects of Rivet require itcl. Add dependency.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 303399)
+++ Makefile	(working copy)
@@ -17,6 +17,8 @@
 
 LICENSE=		AL2
 
+LIB_DEPENDS=	itcl:${PORTSDIR}/lang/itcl
+
 USE_APACHE=	22+
 USE_TCL=	84+
 USE_LDCONFIG=	${PREFIX}/lib/rivet


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->apache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 31 15:10:18 UTC 2012 
Responsible-Changed-Why:  
apache@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171210 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Aug 31 15:10:22 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171210 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cowbert@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/171210: [patch] www/mod_rivet -- DIO requires itcl
Date: Fri, 31 Aug 2012 15:10:20 UT

 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
Responsible-Changed-From-To: apache->ohauer 
Responsible-Changed-By: ohauer 
Responsible-Changed-When: Fri Sep 21 19:32:29 UTC 2012 
Responsible-Changed-Why:  
I'll take it, 
(maintainer timeout reached) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171210 
State-Changed-From-To: feedback->closed 
State-Changed-By: ohauer 
State-Changed-When: Fri Sep 21 19:57:13 UTC 2012 
State-Changed-Why:  
Committed, 
Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171210 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171210: commit references a PR
Date: Fri, 21 Sep 2012 19:56:39 +0000 (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"
 
>Unformatted:
