Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 06:21:54 +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: r314251 - head/www/pear-Services_TinyURL
Message-ID:  <201303150621.r2F6LslK093945@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 06:21:53 2013
New Revision: 314251
URL: http://svnweb.freebsd.org/changeset/ports/314251

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/www/pear-Services_TinyURL/Makefile   (contents, props changed)

Modified: head/www/pear-Services_TinyURL/Makefile
==============================================================================
--- head/www/pear-Services_TinyURL/Makefile	Fri Mar 15 03:08:39 2013	(r314250)
+++ head/www/pear-Services_TinyURL/Makefile	Fri Mar 15 06:21:53 2013	(r314251)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Services_TinyURL
-# Date created:			  22 Jan 2007
-# Whom:				  Ditesh Shashikant Gathani <ditesh@gathani.org>
-#
+# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Services_TinyURL
 PORTVERSION=	0.1.2
@@ -16,11 +12,7 @@ BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${POR
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
 USE_PHP=	curl
-
-FILES=		Services/TinyURL.php Services/TinyURL/Exception.php
-
-TESTS=		001-create.phpt 002-lookup.phpt 003-create-and-lookup.phpt \
-		100-bug-12207.phpt tests-config.php
+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?201303150621.r2F6LslK093945>