From owner-svn-ports-head@FreeBSD.ORG Mon May 13 14:36:55 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 32C04308; Mon, 13 May 2013 14:36:55 +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 24AAFA2B; Mon, 13 May 2013 14:36:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4DEatho050092; Mon, 13 May 2013 14:36:55 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4DEate3050091; Mon, 13 May 2013 14:36:55 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305131436.r4DEate3050091@svn.freebsd.org> From: Martin Wilke Date: Mon, 13 May 2013 14:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318093 - head/net/pear-Services_Twitter 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 14:36:55 -0000 Author: miwi Date: Mon May 13 14:36:54 2013 New Revision: 318093 URL: http://svnweb.freebsd.org/changeset/ports/318093 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/net/pear-Services_Twitter/Makefile (contents, props changed) Modified: head/net/pear-Services_Twitter/Makefile ============================================================================== --- head/net/pear-Services_Twitter/Makefile Mon May 13 14:36:05 2013 (r318092) +++ head/net/pear-Services_Twitter/Makefile Mon May 13 14:36:54 2013 (r318093) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Services_Twitter -# Date created: 2008-11-06 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= Services_Twitter PORTVERSION= 0.6.3 @@ -14,90 +10,11 @@ COMMENT= PHP interface to Twitter's API BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 USE_PHP= json simplexml mbstring - -PEAR_CATSRC= yes -FILES= Services/Twitter.php Services/Twitter/Exception.php -DATA= api.rng api.xml -TESTS= 000-statuses-public_timeline.phpt \ - 010-statuses-friends_timeline.phpt \ - 020-statuses-user_timeline.phpt \ - 030-statuses-show.phpt \ - 040-statuses-update-destroy.phpt \ - 060-statuses-friends.phpt \ - 070-statuses-followers.phpt \ - 100-users-show.phpt \ - 200-direct_messages.phpt \ - 210-direct_messages-sent.phpt \ - 220-direct_messages-new-destroy.phpt \ - 300-friendships-create-destroy.phpt \ - 310-friendships-exists.phpt \ - 400-account-verify_credentials.phpt \ - 410-account-end_session.phpt \ - 430-account-update_delivery_device.phpt \ - 440-account-rate_limit_status.phpt \ - 450-account-update_profile_colors.phpt \ - 460-account-update_profile_image.phpt \ - 470-account-update_profile_background_image.phpt \ - 480-account-update_profile.phpt \ - 500-favorites.phpt \ - 510-favorites-create-destroy.phpt \ - 600-notifications-follow-leave.phpt \ - 700-blocks-create-destroy.phpt \ - 800-help-test.phpt \ - 810-search.phpt \ - 820-trends-daily.phpt \ - 830-trends-weekly.phpt \ - 900-exceptions.phpt \ - 910-options.phpt \ - 920-utf8.phpt \ - 930-validation.phpt \ - AllTests.php \ - data/account/end_session.dat \ - data/account/rate_limit_status.dat \ - data/account/update_delivery_device.dat \ - data/account/update_location.dat \ - data/account/update_profile.dat \ - data/account/update_profile_background_image.dat \ - data/account/update_profile_colors.dat \ - data/account/update_profile_image.dat \ - data/account/verify_credentials.dat \ - data/background.jpg \ - data/blocks/create_destroy.dat \ - data/direct_messages/destroy_new.dat \ - data/direct_messages/direct_messages.dat \ - data/direct_messages/sent.dat \ - data/favorites/create.dat \ - data/favorites/destroy.dat \ - data/favorites/favorites.dat \ - data/friendships/create_destroy.dat \ - data/friendships/exists1.dat \ - data/friendships/exists2.dat \ - data/friendships/exists3.dat \ - data/friendships/exists4.dat \ - data/help/downtime_schedule.dat \ - data/help/test.dat \ - data/notifications/follow_leave.dat \ - data/options.dat \ - data/profile.png \ - data/search/search.dat \ - data/statuses/destroy.dat \ - data/statuses/followers.dat \ - data/statuses/friends.dat \ - data/statuses/friends_timeline.dat \ - data/statuses/public_timeline.dat \ - data/statuses/replies.dat \ - data/statuses/show.dat \ - data/statuses/update.dat \ - data/statuses/user_timeline.dat \ - data/trends/daily.dat \ - data/trends/weekly.dat \ - data/users/show.dat \ - data/utf8.dat \ - setup.php \ - tests-config.php.example +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk"