From owner-svn-ports-head@freebsd.org Sun Nov 29 07:00:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C960A3CB79; Sun, 29 Nov 2015 07:00:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5874B107B; Sun, 29 Nov 2015 07:00:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAT70BGj075730; Sun, 29 Nov 2015 07:00:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAT70B0V075727; Sun, 29 Nov 2015 07:00:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511290700.tAT70B0V075727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 29 Nov 2015 07:00:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402573 - head/security/pear-Auth_SASL 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.20 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: Sun, 29 Nov 2015 07:00:12 -0000 Author: sunpoet Date: Sun Nov 29 07:00:11 2015 New Revision: 402573 URL: https://svnweb.freebsd.org/changeset/ports/402573 Log: - Cosmetic change Modified: head/security/pear-Auth_SASL/Makefile head/security/pear-Auth_SASL/pkg-descr Modified: head/security/pear-Auth_SASL/Makefile ============================================================================== --- head/security/pear-Auth_SASL/Makefile Sun Nov 29 07:00:07 2015 (r402572) +++ head/security/pear-Auth_SASL/Makefile Sun Nov 29 07:00:11 2015 (r402573) @@ -10,7 +10,7 @@ COMMENT= PEAR abstraction of various SAS LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth +BUILD_DEPENDS= pear-Auth>=0:${PORTSDIR}/security/pear-Auth RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes Modified: head/security/pear-Auth_SASL/pkg-descr ============================================================================== --- head/security/pear-Auth_SASL/pkg-descr Sun Nov 29 07:00:07 2015 (r402572) +++ head/security/pear-Auth_SASL/pkg-descr Sun Nov 29 07:00:11 2015 (r402573) @@ -5,4 +5,4 @@ Provides PHP code to generate responses - Anonymous - Login (Pseudo mechanism). -WWW: http://pear.php.net/package/Auth_SASL/ +WWW: http://pear.php.net/package/Auth_SASL