aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-09 16:21:21 +0800
committerpav <pav@FreeBSD.org>2005-11-09 16:21:21 +0800
commit08cf41b4c1915338cad55ae84a9d4715c7d930d0 (patch)
tree89c5bcec91a3704dcf59727cd77abcd9b1159cfd /security
parent47ac804dfbf50bc84987d43ebc2dbbddf15d046f (diff)
downloadfreebsd-ports-gnome-08cf41b4c1915338cad55ae84a9d4715c7d930d0.tar.gz
freebsd-ports-gnome-08cf41b4c1915338cad55ae84a9d4715c7d930d0.tar.zst
freebsd-ports-gnome-08cf41b4c1915338cad55ae84a9d4715c7d930d0.zip
Move instant messaging related ports to newly created net-im category:
net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus
Diffstat (limited to 'security')
-rw-r--r--security/gaim-encryption/Makefile6
-rw-r--r--security/gaim-otr/Makefile4
-rw-r--r--security/pidgin-encryption/Makefile6
-rw-r--r--security/pidgin-otr/Makefile4
4 files changed, 10 insertions, 10 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile
index 7e19bb356b9d..1d6b3c5acaec 100644
--- a/security/gaim-encryption/Makefile
+++ b/security/gaim-encryption/Makefile
@@ -17,8 +17,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@c0decafe.net
COMMENT= Provides transparent RSA encryption as a Gaim plugin
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
+BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
+RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
LIB_DEPENDS= nss3:${PORTSDIR}/security/nss
USE_X_PREFIX= yes
@@ -43,7 +43,7 @@ PLIST_SUB+= NLS="@comment "
pre-everything::
@${ECHO_MSG} ""
- @${ECHO_MSG} "WARNING: make sure net/gaim is built with NSS support (it is, by default)"
+ @${ECHO_MSG} "WARNING: make sure net-im/gaim is built with NSS support (it is, by default)"
@${ECHO_MSG} ""
@${ECHO_MSG} ""
diff --git a/security/gaim-otr/Makefile b/security/gaim-otr/Makefile
index 9d79329a021a..2c2d61f28bea 100644
--- a/security/gaim-otr/Makefile
+++ b/security/gaim-otr/Makefile
@@ -18,8 +18,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@mcdermottroe.com
COMMENT= Allows deniable private conversations using GAIM
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
+BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
+RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
gcrypt:${PORTSDIR}/security/libgcrypt
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile
index 7e19bb356b9d..1d6b3c5acaec 100644
--- a/security/pidgin-encryption/Makefile
+++ b/security/pidgin-encryption/Makefile
@@ -17,8 +17,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@c0decafe.net
COMMENT= Provides transparent RSA encryption as a Gaim plugin
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
+BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
+RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
LIB_DEPENDS= nss3:${PORTSDIR}/security/nss
USE_X_PREFIX= yes
@@ -43,7 +43,7 @@ PLIST_SUB+= NLS="@comment "
pre-everything::
@${ECHO_MSG} ""
- @${ECHO_MSG} "WARNING: make sure net/gaim is built with NSS support (it is, by default)"
+ @${ECHO_MSG} "WARNING: make sure net-im/gaim is built with NSS support (it is, by default)"
@${ECHO_MSG} ""
@${ECHO_MSG} ""
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index 9d79329a021a..2c2d61f28bea 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -18,8 +18,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@mcdermottroe.com
COMMENT= Allows deniable private conversations using GAIM
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
+BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
+RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
gcrypt:${PORTSDIR}/security/libgcrypt