aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2004-02-22 10:19:36 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2004-02-22 10:19:36 +0000
commit4610c13f418087e48e21eb0d701d9df09771e8bb (patch)
tree92a2275daf7756a67666e6ebe3dc33b38d4ef2ea /net-im
parent210f4bde0bd6c6364945f8d25c7252a624ff333c (diff)
downloadports-4610c13f418087e48e21eb0d701d9df09771e8bb.tar.gz
ports-4610c13f418087e48e21eb0d701d9df09771e8bb.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/jabberd/Makefile6
-rw-r--r--net-im/jabberd/distinfo3
-rw-r--r--net-im/jabberd/files/patch-configure10
3 files changed, 10 insertions, 9 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile
index 4c8bee281618..dc40e4ffb119 100644
--- a/net-im/jabberd/Makefile
+++ b/net-im/jabberd/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= jabberd
-PORTVERSION= 2.0.1
+PORTVERSION= 2.0.2
CATEGORIES= net
MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/
-DISTNAME= ${PORTNAME}-2.0s1
+DISTNAME= ${PORTNAME}-2.0s2
DIST_SUBDIR= jabber
MAINTAINER= demon@FreeBSD.org
@@ -64,7 +64,7 @@ MAN8= c2s.8 jabberd.8 resolver.8 router.8 s2s.8 sm.8
pre-everything::
@${ECHO}
@${ECHO} "You can build Jabber with the following options:"
- @${ECHO} "WITH_POSTGRESQL use PostgreSQL for storage and authentication"
+ @${ECHO} "WITH_POSTGRESQL use PostgreSQL for storage and authentication"
@${ECHO} "WITH_BDB use Berkeley DB for storage and authentication"
@${ECHO} "WITH_MYSQL use MySQL for storage and authentication"
@${ECHO} "WITH_LDAP use LDAP for authentication"
diff --git a/net-im/jabberd/distinfo b/net-im/jabberd/distinfo
index af908b448c07..19d9bba71164 100644
--- a/net-im/jabberd/distinfo
+++ b/net-im/jabberd/distinfo
@@ -1 +1,2 @@
-MD5 (jabber/jabberd-2.0s1.tar.gz) = d9d5de1b430c12758d613cc7882bc0b6
+MD5 (jabber/jabberd-2.0s2.tar.gz) = 0f794b00e480a7b4c36d858d4d0095bf
+SIZE (jabber/jabberd-2.0s2.tar.gz) = 780944
diff --git a/net-im/jabberd/files/patch-configure b/net-im/jabberd/files/patch-configure
index 2ce43d89bc23..3a4c2e90c8bb 100644
--- a/net-im/jabberd/files/patch-configure
+++ b/net-im/jabberd/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig Mon Dec 29 16:07:44 2003
-+++ configure Mon Dec 29 16:07:56 2003
-@@ -23734,7 +23734,7 @@
+--- configure.orig Sun Feb 22 13:14:13 2004
++++ configure Sun Feb 22 13:14:42 2004
+@@ -23709,7 +23709,7 @@
;;
esac
-- for db_libname in db-4.1 db-4 db4 db; do
-+ for db_libname in db-4.1 db-4 db41 db; do
+- for db_libname in db-4.2 db-4.1 db-4 db4 db; do
++ for db_libname in db-4.2 db-4.1 db-4 db4 db41 db; do
# We generate a separate cache variable for each prefix and libname
# we search under. That way, we avoid caching information that
# changes if the user runs `configure' with a different set of