From owner-svn-ports-head@FreeBSD.ORG Sat Mar 16 15:24:40 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 94C8EC77; Sat, 16 Mar 2013 15:24:40 +0000 (UTC) (envelope-from wen@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 85FC421B; Sat, 16 Mar 2013 15:24:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2GFOeJo003381; Sat, 16 Mar 2013 15:24:40 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2GFOexc003380; Sat, 16 Mar 2013 15:24:40 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201303161524.r2GFOexc003380@svn.freebsd.org> From: Wen Heping Date: Sat, 16 Mar 2013 15:24:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314363 - head/net/pear-Net_SMTP 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: Sat, 16 Mar 2013 15:24:40 -0000 Author: wen Date: Sat Mar 16 15:24:39 2013 New Revision: 314363 URL: http://svnweb.freebsd.org/changeset/ports/314363 Log: - Convert to PEAR_AUTOINSTALL - Convert to optionsNG - Trim Makefile headers - Pass maintainership to miwi@ Modified: head/net/pear-Net_SMTP/Makefile Modified: head/net/pear-Net_SMTP/Makefile ============================================================================== --- head/net/pear-Net_SMTP/Makefile Sat Mar 16 15:24:10 2013 (r314362) +++ head/net/pear-Net_SMTP/Makefile Sat Mar 16 15:24:39 2013 (r314363) @@ -1,34 +1,27 @@ -# Ports collection makefile for: pear-Net_SMTP -# Date created: 26 November 2002 -# Whom: Thierry Thomas () -# +# Created by: Thierry Thomas () # $FreeBSD$ -# PORTNAME= Net_SMTP PORTVERSION= 1.6.1 CATEGORIES= net mail www pear -MAINTAINER= wen@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class that provides an implementation of the SMTP protocol BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket RUN_DEPENDS:= ${BUILD_DEPENDS} -CATEGORY= Net -FILES= SMTP.php -DOCS= guide.txt -TESTS= auth.phpt basic.phpt config.php.dist quotedata.phpt -EXAMPLES= basic.php - LATEST_LINK= pear-Net_SMTP -OPTIONS= PEAR_AUTH_SASL "PEAR::Auth_SASL support" off +OPTIONS_DEiFINE= PEAR_AUTH_SASL +PEAR_AUTH_SASL_DESC= PEAR::Auth_SASL support + +PEAR_AUTOINSTALL= yes -.include +.include -.if defined(WITH_PEAR_AUTH_SASL) +.if ${PORT_OPTIONS:MPEAR_AUTH_SASL} BUILD_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL .endif .include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include +.include