From owner-svn-ports-head@FreeBSD.ORG Mon May 13 09:47:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 947C486E; Mon, 13 May 2013 09:47:06 +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 6F283253; Mon, 13 May 2013 09:47:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4D9l6KM046456; Mon, 13 May 2013 09:47:06 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4D9l629046455; Mon, 13 May 2013 09:47:06 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305130947.r4D9l629046455@svn.freebsd.org> From: Martin Wilke Date: Mon, 13 May 2013 09:47:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318043 - head/net/pear-Net_CDDB 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:47:06 -0000 Author: miwi Date: Mon May 13 09:47:05 2013 New Revision: 318043 URL: http://svnweb.freebsd.org/changeset/ports/318043 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/net/pear-Net_CDDB/Makefile (contents, props changed) Modified: head/net/pear-Net_CDDB/Makefile ============================================================================== --- head/net/pear-Net_CDDB/Makefile Mon May 13 09:43:54 2013 (r318042) +++ head/net/pear-Net_CDDB/Makefile Mon May 13 09:47:05 2013 (r318043) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Net_CDDB -# Date created: 2006/08/14 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Net_CDDB PORTVERSION= 0.3.0 @@ -15,24 +11,12 @@ COMMENT= PEAR class that access and quer BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ + ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ + ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 USE_DOS2UNIX= yes - -CATEGORY= Net -FILES= CDDB/Protocol/Cddbp.php CDDB/Protocol/Filesystem.php \ - CDDB/Protocol/Http.php CDDB/Protocol/Mdb2.php \ - CDDB/Reader/cddiscid.php CDDB/Reader/cdparanoia.php \ - CDDB/Reader/test.php CDDB/Request/Http.php CDDB/Client.php \ - CDDB/Disc.php CDDB/Protocol.php CDDB/Request.php \ - CDDB/Server.php CDDB/Track.php CDDB/Utilities.php CDDB.php -DOCS= CDDB_example_output.txt CDDB_fileformat.txt CDDB_notes.txt \ - CDDB_protocol.txt CDDB_record.txt -TESTS= CDDBTest.php CDDBTest_CDDBP.php CDDBTest_Filesystem.php \ - CDDBTest_HTTP.php CDDBTest_MDB2.php -EXAMPLES= CDDB_client_example.php CDDB_Mdb2_Import.php \ - CDDB_misc_example.php CDDB_server_example.php -_EXAMPLESDIR= docs/examples +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk"