From owner-svn-ports-head@FreeBSD.ORG Mon May 13 09:55:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5CA9C305; Mon, 13 May 2013 09:55:07 +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 4E5532B3; Mon, 13 May 2013 09:55:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4D9t7Ba050145; Mon, 13 May 2013 09:55:07 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4D9t7og050144; Mon, 13 May 2013 09:55:07 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305130955.r4D9t7og050144@svn.freebsd.org> From: Martin Wilke Date: Mon, 13 May 2013 09:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318054 - head/net/pear-Net_NNTP 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:55:07 -0000 Author: miwi Date: Mon May 13 09:55:06 2013 New Revision: 318054 URL: http://svnweb.freebsd.org/changeset/ports/318054 Log: - Convert to PEAR_AUTOINSTALL Modified: head/net/pear-Net_NNTP/Makefile (contents, props changed) Modified: head/net/pear-Net_NNTP/Makefile ============================================================================== --- head/net/pear-Net_NNTP/Makefile Mon May 13 09:54:14 2013 (r318053) +++ head/net/pear-Net_NNTP/Makefile Mon May 13 09:55:06 2013 (r318054) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Net_NNTP -# Date created: 07 August 2003 -# Whom: Clement Laforet -# +# Created by: Clement Laforet # $FreeBSD$ -# PORTNAME= Net_NNTP PORTVERSION= 1.4.0 @@ -14,19 +10,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR implementation of the NNTP protocol BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -CATEGORY= Net -FILES= NNTP/Client.php NNTP/Header.php NNTP/Message.php \ - NNTP/Protocol/Client.php NNTP/Protocol/Responsecode.php - -EXAMPLES= demo/article.php demo/common.inc.php demo/config.inc.php demo/footer.inc.php \ - demo/group.php demo/groups.php demo/header.inc.php demo/index.php demo/style.css \ - phpdoc/authenticate.php phpdoc/connect.php phpdoc/constructor.php phpdoc/getDescriptions.php \ - phpdoc/getGroups.php phpdoc/getOverview.php phpdoc/selectArticle.php \ - phpdoc/selectGroup.php phpdoc/selectNextArticle.php phpdoc/selectPreviousArticle.php - -_EXAMPLESDIR= docs/examples/ +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk"