Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 07:17:46 +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: r314274 - head/net/pear-Net_CheckIP
Message-ID:  <201303150717.r2F7HkjH012870@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 07:17:45 2013
New Revision: 314274
URL: http://svnweb.freebsd.org/changeset/ports/314274

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/net/pear-Net_CheckIP/Makefile
==============================================================================
--- head/net/pear-Net_CheckIP/Makefile	Fri Mar 15 07:15:44 2013	(r314273)
+++ head/net/pear-Net_CheckIP/Makefile	Fri Mar 15 07:17:45 2013	(r314274)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Net_CheckIP
-# Date created:			  29 November 2004
-# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	Net_CheckIP
 PORTVERSION=	1.2.2
@@ -13,9 +9,9 @@ MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Check the syntax of IPv4 addresses
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-FILES=		Net/CheckIP.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?201303150717.r2F7HkjH012870>