Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:58:49 +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: r318060 - head/net/pear-Net_Ping
Message-ID:  <201305130958.r4D9wneW051111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon May 13 09:58:48 2013
New Revision: 318060
URL: http://svnweb.freebsd.org/changeset/ports/318060

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/net/pear-Net_Ping/Makefile
==============================================================================
--- head/net/pear-Net_Ping/Makefile	Mon May 13 09:58:17 2013	(r318059)
+++ head/net/pear-Net_Ping/Makefile	Mon May 13 09:58:48 2013	(r318060)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Net_Ping
-# Date created:			  24 February 2005
-# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	Net_Ping
 PORTVERSION=	2.4.5
@@ -13,12 +9,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PEAR class to execute ping
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-CATEGORY=	Net
-FILES=		Ping.php
-EXAMPLES=	example.php
-_EXAMPLESDIR=	docs/examples
+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?201305130958.r4D9wneW051111>