diff options
author | pav <pav@FreeBSD.org> | 2005-11-10 07:11:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-10 07:11:38 +0800 |
commit | fcea89078517ee25acda051633f28992e2eb0f38 (patch) | |
tree | 5a9b0edba5f70b9803feee06bdf24aa6a5abc299 /net-im | |
parent | 98a36ca7da1bf3cc2af7ef88157057ab7550d952 (diff) | |
download | freebsd-ports-gnome-fcea89078517ee25acda051633f28992e2eb0f38.tar.gz freebsd-ports-gnome-fcea89078517ee25acda051633f28992e2eb0f38.tar.zst freebsd-ports-gnome-fcea89078517ee25acda051633f28992e2eb0f38.zip |
Move ports to a newly created net-im category:
net/jabber-pyicq -> net-im/jabber-pyicq
net/p5-Net-XMPP -> net-im/p5-Net-XMPP
www/jwchat -> net-im/jwchat
Repocopies by: marcus
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 3 | ||||
-rw-r--r-- | net-im/jabber-pyicq/Makefile | 2 | ||||
-rw-r--r-- | net-im/jwchat/Makefile | 2 | ||||
-rw-r--r-- | net-im/p5-Net-Jabber/Makefile | 2 | ||||
-rw-r--r-- | net-im/p5-Net-XMPP/Makefile | 2 |
5 files changed, 7 insertions, 4 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index d35180c89892..880c0e5c0d7f 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -41,11 +41,13 @@ SUBDIR += jabber-conference SUBDIR += jabber-jud SUBDIR += jabber-msn + SUBDIR += jabber-pyicq SUBDIR += jabber-pymsn SUBDIR += jabber-yahoo SUBDIR += jabber-users-agent SUBDIR += jarl SUBDIR += jit + SUBDIR += jwchat SUBDIR += kf SUBDIR += kmerlin SUBDIR += kmess @@ -83,6 +85,7 @@ SUBDIR += p5-Net-MSN SUBDIR += p5-Net-NetSend SUBDIR += p5-Net-OSCAR + SUBDIR += p5-Net-XMPP SUBDIR += psi SUBDIR += py-jabber SUBDIR += py-twistedWords diff --git a/net-im/jabber-pyicq/Makefile b/net-im/jabber-pyicq/Makefile index c6c1e9a10cc3..af86d5b5e16a 100644 --- a/net-im/jabber-pyicq/Makefile +++ b/net-im/jabber-pyicq/Makefile @@ -6,7 +6,7 @@ PORTNAME= pyicq PORTVERSION= 0.6 -CATEGORIES= net +CATEGORIES= net-im MASTER_SITES= http://www.blathersource.org/download.php/pyicq-t/ PKGNAMEPREFIX= jabber- PKGNAMESUFFIX= -transport diff --git a/net-im/jwchat/Makefile b/net-im/jwchat/Makefile index 811b8e8c2e0b..16aa8a6340b8 100644 --- a/net-im/jwchat/Makefile +++ b/net-im/jwchat/Makefile @@ -8,7 +8,7 @@ PORTNAME= jwchat PORTVERSION= 1.0.b2 PORTREVISION= 1 -CATEGORIES= www net +CATEGORIES= net-im www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S,.b,beta,} diff --git a/net-im/p5-Net-Jabber/Makefile b/net-im/p5-Net-Jabber/Makefile index fb8183b8fc0a..1a534dac3548 100644 --- a/net-im/p5-Net-Jabber/Makefile +++ b/net-im/p5-Net-Jabber/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= jabber MAINTAINER= erwin@FreeBSD.org COMMENT= Net::Jabber provides Perl Developer access to the Jabber protocol -BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net/p5-Net-XMPP +BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net-im/p5-Net-XMPP RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net-im/p5-Net-XMPP/Makefile b/net-im/p5-Net-XMPP/Makefile index cce48de34107..7540eb255f67 100644 --- a/net-im/p5-Net-XMPP/Makefile +++ b/net-im/p5-Net-XMPP/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net-XMPP PORTVERSION= 1.0 -CATEGORIES= net perl5 +CATEGORIES= net-im perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- |