diff options
author | demon <demon@FreeBSD.org> | 2004-02-22 18:19:36 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-02-22 18:19:36 +0800 |
commit | 890f87962d11c52a158e67829700e4e8a1976164 (patch) | |
tree | e12daa300baaf9325b7c3e346cfaee302bd6a901 /net-im/jabberd/Makefile | |
parent | 4623e84aa14b7411bb5552d745c953cedffe2f02 (diff) | |
download | freebsd-ports-gnome-890f87962d11c52a158e67829700e4e8a1976164.tar.gz freebsd-ports-gnome-890f87962d11c52a158e67829700e4e8a1976164.tar.zst freebsd-ports-gnome-890f87962d11c52a158e67829700e4e8a1976164.zip |
Update to version 2.0 stable 2.
Diffstat (limited to 'net-im/jabberd/Makefile')
-rw-r--r-- | net-im/jabberd/Makefile | 6 |
1 files changed, 3 insertions, 3 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" |