Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 12:09:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351812 - in head/devel: pear-channel-htmlpurifier pear-htmlpurifier
Message-ID:  <201404221209.s3MC9pvC006485@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Apr 22 12:09:51 2014
New Revision: 351812
URL: http://svnweb.freebsd.org/changeset/ports/351812
QAT: https://qat.redports.org/buildarchive/r351812/

Log:
  Move pear channel alias "hp" for "htmlpurifier.org" to where it really
  belongs
  
  With hat:	portmgr

Modified:
  head/devel/pear-channel-htmlpurifier/Makefile
  head/devel/pear-htmlpurifier/Makefile

Modified: head/devel/pear-channel-htmlpurifier/Makefile
==============================================================================
--- head/devel/pear-channel-htmlpurifier/Makefile	Tue Apr 22 12:06:47 2014	(r351811)
+++ head/devel/pear-channel-htmlpurifier/Makefile	Tue Apr 22 12:09:51 2014	(r351812)
@@ -3,6 +3,7 @@
 
 PORTNAME=	htmlpurifier
 PORTVERSION=	20140120
+PORTREVISION=	1
 CATEGORIES=	devel www pear
 MASTER_SITES=	#
 
@@ -10,6 +11,7 @@ MAINTAINER=	feld@FreeBSD.org
 COMMENT=	PEAR channel ${PEAR_CHANNEL_HOST}
 
 PEAR_CHANNEL_HOST=	htmlpurifier.org
+PEAR_CHANNEL_ALIAS=	hp
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"

Modified: head/devel/pear-htmlpurifier/Makefile
==============================================================================
--- head/devel/pear-htmlpurifier/Makefile	Tue Apr 22 12:06:47 2014	(r351811)
+++ head/devel/pear-htmlpurifier/Makefile	Tue Apr 22 12:09:51 2014	(r351812)
@@ -3,6 +3,7 @@
 
 PORTNAME=	htmlpurifier
 PORTVERSION=	4.6.0
+PORTREVISION=	1
 CATEGORIES=	devel pear www
 MASTER_SITES=	http://htmlpurifier.org/get/ \
 		LOCAL
@@ -17,11 +18,9 @@ LICENSE=	LGPL21
 BUILD_DEPENDS=	${PEARDIR}/.channels/htmlpurifier.org.reg:${PORTSDIR}/devel/pear-channel-htmlpurifier
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PEAR_CHANNEL=	htmlpurifier
+PEAR_CHANNEL=	htmlpurifier.org
 PEAR_AUTOINSTALL=	yes
 
-PLIST_FILES+=	%%PEARDIR%%/.channels/.alias/hp.txt
-
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404221209.s3MC9pvC006485>