Update to version 2.0 stable 2.

This commit is contained in:
Dmitry Sivachenko 2004-02-22 10:19:36 +00:00
parent 210f4bde0b
commit 4610c13f41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101719
6 changed files with 20 additions and 18 deletions

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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