Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:42:03 +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: r318040 - head/net/pear-Net_UserAgent_Mobile
Message-ID:  <201305130942.r4D9g37f045340@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon May 13 09:42:03 2013
New Revision: 318040
URL: http://svnweb.freebsd.org/changeset/ports/318040

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/net/pear-Net_UserAgent_Mobile/Makefile   (contents, props changed)

Modified: head/net/pear-Net_UserAgent_Mobile/Makefile
==============================================================================
--- head/net/pear-Net_UserAgent_Mobile/Makefile	Mon May 13 09:41:13 2013	(r318039)
+++ head/net/pear-Net_UserAgent_Mobile/Makefile	Mon May 13 09:42:03 2013	(r318040)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Net_UserAgent_Mobile
-# Date created:			  06 June 2005
-# Whom:				  Shinsuke Matsui (<smatsui@karashi.org>)
-#
+# Created by: Shinsuke Matsui (<smatsui@karashi.org>)
 # $FreeBSD$
-#
 
 PORTNAME=	Net_UserAgent_Mobile
 PORTVERSION=	1.0.0
@@ -14,22 +10,10 @@ MAINTAINER=	smatsui@karashi.org
 COMMENT=	PEAR class that parses HTTP mobile user agent string
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
 USE_PHP=	pcre
-
-CATEGORY=	Net/UserAgent
-FILES=		Mobile.php Mobile/Common.php \
-		Mobile/Display.php Mobile/DoCoMo.php \
-		Mobile/EZweb.php Mobile/NonMobile.php \
-		Mobile/SoftBank.php Mobile/Willcom.php \
-		Mobile/DoCoMo/ScreenInfo.php
-TESTS=		AllTests.php MobileTestCase.php prepare.php \
-		Mobile/AllTests.php Mobile/DoCoMoTestCase.php \
-		Mobile/EZwebTestCase.php Mobile/NonMobileTestCase.php \
-		Mobile/SoftBankTestCase.php \
-		Mobile/WillcomTestCase.php \
-		Mobile/DoCoMoTestCase/docomo-screen.xml
+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?201305130942.r4D9g37f045340>