diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-22 20:09:51 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-22 20:09:51 +0800 |
commit | 3c1c496ed73b330832c01324e63b2d3e855b1299 (patch) | |
tree | 31f149b73fb2063a5c6c0e1f688e306dcbcd4b5d /devel | |
parent | d5f63a3af1f124a81127e6fedd331aef06c350c9 (diff) | |
download | freebsd-ports-gnome-3c1c496ed73b330832c01324e63b2d3e855b1299.tar.gz freebsd-ports-gnome-3c1c496ed73b330832c01324e63b2d3e855b1299.tar.zst freebsd-ports-gnome-3c1c496ed73b330832c01324e63b2d3e855b1299.zip |
Move pear channel alias "hp" for "htmlpurifier.org" to where it really
belongs
With hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-channel-htmlpurifier/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-htmlpurifier/Makefile | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/pear-channel-htmlpurifier/Makefile b/devel/pear-channel-htmlpurifier/Makefile index f3f83fa7100c..355d782c5879 100644 --- a/devel/pear-channel-htmlpurifier/Makefile +++ b/devel/pear-channel-htmlpurifier/Makefile @@ -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" diff --git a/devel/pear-htmlpurifier/Makefile b/devel/pear-htmlpurifier/Makefile index 4b64abaea666..109be64ae5a1 100644 --- a/devel/pear-htmlpurifier/Makefile +++ b/devel/pear-htmlpurifier/Makefile @@ -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> |