Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 08:45:30 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316900 - head/net/pear-Net_Dict
Message-ID:  <201304300845.r3U8jUgY040587@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Apr 30 08:45:30 2013
New Revision: 316900
URL: http://svnweb.freebsd.org/changeset/ports/316900

Log:
  - Trim header
  - Conver to PEAR_AUTOINSTALL

Modified:
  head/net/pear-Net_Dict/Makefile   (contents, props changed)

Modified: head/net/pear-Net_Dict/Makefile
==============================================================================
--- head/net/pear-Net_Dict/Makefile	Tue Apr 30 08:42:04 2013	(r316899)
+++ head/net/pear-Net_Dict/Makefile	Tue Apr 30 08:45:30 2013	(r316900)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Net_Dict
-# Date created:			  07 March 2005
-# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	Net_Dict
 PORTVERSION=	1.0.7
@@ -14,10 +10,10 @@ COMMENT=	PEAR interface to the DICT prot
 
 BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
 		${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
+		${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache
 
-FILES=		Net/Dict.php
-DOCS=		dict.php
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"



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