Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:55:07 +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: r318054 - head/net/pear-Net_NNTP
Message-ID:  <201305130955.r4D9t7og050144@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sheepkiller@cultdeadsheep.org>
-#
+# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
 # $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 <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?201305130955.r4D9t7og050144>