From owner-svn-ports-all@freebsd.org Tue Feb 13 00:09:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 176DBF0628D; Tue, 13 Feb 2018 00:09:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD7F375F5A; Tue, 13 Feb 2018 00:08:59 +0000 (UTC) (envelope-from mat@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4236190F4; Tue, 13 Feb 2018 00:08:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1D08x96071443; Tue, 13 Feb 2018 00:08:59 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1D08xiI071440; Tue, 13 Feb 2018 00:08:59 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201802130008.w1D08xiI071440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 13 Feb 2018 00:08:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461674 - in head/devel: . pear-channel-htmlpurifier pear-channel-htmlpurifier.org pear-htmlpurifier X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/devel: . pear-channel-htmlpurifier pear-channel-htmlpurifier.org pear-htmlpurifier X-SVN-Commit-Revision: 461674 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 00:09:00 -0000 Author: mat Date: Tue Feb 13 00:08:59 2018 New Revision: 461674 URL: https://svnweb.freebsd.org/changeset/ports/461674 Log: Harmonize the Pear channel ports, the htmlpurifier.org channel was the only channel which port did not match the channel name. Sponsored by: Absolight Added: head/devel/pear-channel-htmlpurifier.org/ - copied from r461673, head/devel/pear-channel-htmlpurifier/ Deleted: head/devel/pear-channel-htmlpurifier/ Modified: head/devel/Makefile head/devel/pear-channel-htmlpurifier.org/Makefile head/devel/pear-htmlpurifier/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Feb 12 23:24:47 2018 (r461673) +++ head/devel/Makefile Tue Feb 13 00:08:59 2018 (r461674) @@ -3944,7 +3944,7 @@ SUBDIR += pear-channel-doctrine SUBDIR += pear-channel-ezc SUBDIR += pear-channel-horde - SUBDIR += pear-channel-htmlpurifier + SUBDIR += pear-channel-htmlpurifier.org SUBDIR += pear-channel-openpear SUBDIR += pear-channel-pdepend SUBDIR += pear-channel-phing Modified: head/devel/pear-channel-htmlpurifier.org/Makefile ============================================================================== --- head/devel/pear-channel-htmlpurifier/Makefile Mon Feb 12 23:24:47 2018 (r461673) +++ head/devel/pear-channel-htmlpurifier.org/Makefile Tue Feb 13 00:08:59 2018 (r461674) @@ -1,7 +1,7 @@ # Created by: Mark Felder # $FreeBSD$ -PORTNAME= htmlpurifier +PORTNAME= htmlpurifier.org PORTVERSION= 20140120 PORTREVISION= 1 CATEGORIES= devel www pear Modified: head/devel/pear-htmlpurifier/Makefile ============================================================================== --- head/devel/pear-htmlpurifier/Makefile Mon Feb 12 23:24:47 2018 (r461673) +++ head/devel/pear-htmlpurifier/Makefile Tue Feb 13 00:08:59 2018 (r461674) @@ -3,7 +3,7 @@ PORTNAME= htmlpurifier PORTVERSION= 4.9.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel pear www MASTER_SITES= http://htmlpurifier.org/get/ \ LOCAL @@ -15,8 +15,8 @@ COMMENT= PHP HTML filter library LICENSE= LGPL21 -BUILD_DEPENDS= ${PEARDIR}/.channels/htmlpurifier.org.reg:devel/pear-channel-htmlpurifier -RUN_DEPENDS= ${PEARDIR}/.channels/htmlpurifier.org.reg:devel/pear-channel-htmlpurifier +BUILD_DEPENDS= ${PEARDIR}/.channels/htmlpurifier.org.reg:devel/pear-channel-htmlpurifier.org +RUN_DEPENDS= ${PEARDIR}/.channels/htmlpurifier.org.reg:devel/pear-channel-htmlpurifier.org PEAR_CHANNEL= htmlpurifier.org USES= pear