Date: Mon, 13 May 2013 09:47:06 +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: r318043 - head/net/pear-Net_CDDB Message-ID: <201305130947.r4D9l629046455@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <chinsan.tw@gmail.com> -# +# Created by: chinsan <chinsan.tw@gmail.com> # $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 <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?201305130947.r4D9l629046455>