From owner-svn-ports-head@FreeBSD.ORG Fri Mar 15 01:27:27 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 0B878F35; Fri, 15 Mar 2013 01:27:27 +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 E3FC581B; Fri, 15 Mar 2013 01:27:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F1RQLX001479; Fri, 15 Mar 2013 01:27:26 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F1RQvf001478; Fri, 15 Mar 2013 01:27:26 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303150127.r2F1RQvf001478@svn.freebsd.org> From: Martin Wilke Date: Fri, 15 Mar 2013 01:27:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314213 - head/www/pear-Services_Yahoo 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: Fri, 15 Mar 2013 01:27:27 -0000 Author: miwi Date: Fri Mar 15 01:27:26 2013 New Revision: 314213 URL: http://svnweb.freebsd.org/changeset/ports/314213 Log: - Conver to PEAR_AUTOINSTALL - Trim header Modified: head/www/pear-Services_Yahoo/Makefile (contents, props changed) Modified: head/www/pear-Services_Yahoo/Makefile ============================================================================== --- head/www/pear-Services_Yahoo/Makefile Fri Mar 15 01:26:21 2013 (r314212) +++ head/www/pear-Services_Yahoo/Makefile Fri Mar 15 01:27:26 2013 (r314213) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Services_Yahoo -# Date created: 10 Dez 2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= Services_Yahoo PORTVERSION= 0.2.0 @@ -15,13 +11,7 @@ COMMENT= Provides access to the Yahoo! W BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= Services -FILES= Yahoo/ContentAnalysis/AbstractContentAnalysis.php Yahoo/ContentAnalysis/Response.php \ - Yahoo/ContentAnalysis/spellingSuggestion.php Yahoo/ContentAnalysis/termExtraction.php \ - Yahoo/Maps/Request.php Yahoo/Maps/XMLDocument.php Yahoo/Search/AbstractSearch.php \ - Yahoo/Search/Response.php Yahoo/Search/image.php Yahoo/Search/local.php Yahoo/Search/news.php \ - Yahoo/Search/video.php Yahoo/Search/web.php Yahoo/Tests/All.php Yahoo/Tests/Exception.php \ - Yahoo/Tests/Search.php Yahoo/Exception.php Yahoo/ContentAnalysis.php Yahoo/Search.php +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk"