From owner-svn-ports-head@FreeBSD.ORG Mon May 13 09:58:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 84692881; Mon, 13 May 2013 09:58:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 77C652E3; Mon, 13 May 2013 09:58:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4D9wnoe051112; Mon, 13 May 2013 09:58:49 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4D9wneW051111; Mon, 13 May 2013 09:58:49 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305130958.r4D9wneW051111@svn.freebsd.org> From: Martin Wilke Date: Mon, 13 May 2013 09:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318060 - head/net/pear-Net_Ping X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 09:58:49 -0000 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 () -# +# Created by: Antonio Carlos Venancio Junior () # $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 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"