diff options
author | mm <mm@FreeBSD.org> | 2007-07-24 04:03:08 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-07-24 04:03:08 +0800 |
commit | 461440e80a5e9be9a80046f020421829b316d72c (patch) | |
tree | 8f1aeba9e9b371de365f96caaa33bf9e1bcd0c6d /net-im/jabber/Makefile | |
parent | 20d42aeccf86b687cd96a0d6598a6203bae27ffd (diff) | |
download | freebsd-ports-gnome-461440e80a5e9be9a80046f020421829b316d72c.tar.gz freebsd-ports-gnome-461440e80a5e9be9a80046f020421829b316d72c.tar.zst freebsd-ports-gnome-461440e80a5e9be9a80046f020421829b316d72c.zip |
- update to 1.6.1.1
- remove 4 patches (already in source)
- fix MASTER_SITES
Approved by: garga (mentor)
Diffstat (limited to 'net-im/jabber/Makefile')
-rw-r--r-- | net-im/jabber/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index eb4ce08111de..f6f56a976657 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -6,10 +6,11 @@ # PORTNAME= jabber -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.1.1 PORTEPOCH= 1 CATEGORIES= net-im ipv6 -MASTER_SITES= http://download.jabberd.org/jabberd14/ +MASTER_SITES= http://download.jabberd.org/jabberd14/ \ + http://download.jabberd.org/jabberd14/old/ DISTNAME= jabberd14-${PORTVERSION} DIST_SUBDIR= jabber |