svn commit: r304639 - head/www/mod_rivet
Olli Hauer
ohauer at FreeBSD.org
Fri Sep 21 19:56:26 UTC 2012
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 at 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 at gmail.com>
-#
+# Created by: Peter Lai <cowbert at 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 at 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+
More information about the svn-ports-all
mailing list