Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2012 19:56:26 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304639 - head/www/mod_rivet
Message-ID:  <201209211956.q8LJuQPY096667@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209211956.q8LJuQPY096667>