aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-08-27 01:14:57 +0800
committertrasz <trasz@FreeBSD.org>2009-08-27 01:14:57 +0800
commite2b690d8c9f7e530acdc5aa41a37d93a01bec8fd (patch)
tree0a7046fcba2f50302064ceba44791c2d172a9b77 /net-im
parente53fd999505dca3fd6747ba6ff6dc5477aa17097 (diff)
downloadfreebsd-ports-gnome-e2b690d8c9f7e530acdc5aa41a37d93a01bec8fd.tar.gz
freebsd-ports-gnome-e2b690d8c9f7e530acdc5aa41a37d93a01bec8fd.tar.zst
freebsd-ports-gnome-e2b690d8c9f7e530acdc5aa41a37d93a01bec8fd.zip
Update to 0.9.9.8.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gloox/Makefile3
-rw-r--r--net-im/gloox/distinfo6
-rw-r--r--net-im/gloox/files/patch-ltmain.sh15
3 files changed, 4 insertions, 20 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile
index bbbb210b8ff2..5e43d8142286 100644
--- a/net-im/gloox/Makefile
+++ b/net-im/gloox/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gloox
-PORTVERSION= 0.9.9.7
-PORTREVISION= 2
+PORTVERSION= 0.9.9.8
CATEGORIES= net-im
MASTER_SITES= http://camaya.net/download/
diff --git a/net-im/gloox/distinfo b/net-im/gloox/distinfo
index 917c4dd7893b..414eeef0e38d 100644
--- a/net-im/gloox/distinfo
+++ b/net-im/gloox/distinfo
@@ -1,3 +1,3 @@
-MD5 (gloox-0.9.9.7.tar.bz2) = 8be98809a438a7e45e3f862351722da6
-SHA256 (gloox-0.9.9.7.tar.bz2) = 049f39a1fc22d0625cf66e8ae489050eb9d09c2ef83a059ecb7275b9cb3d7a5a
-SIZE (gloox-0.9.9.7.tar.bz2) = 458119
+MD5 (gloox-0.9.9.8.tar.bz2) = be8f08b6f7351dbebfde45818f93c57f
+SHA256 (gloox-0.9.9.8.tar.bz2) = a2d46b29f0d2f4786cab95d7542a478b9c2c33e8913d2bc06b06eafe7f4d367a
+SIZE (gloox-0.9.9.8.tar.bz2) = 481220
diff --git a/net-im/gloox/files/patch-ltmain.sh b/net-im/gloox/files/patch-ltmain.sh
deleted file mode 100644
index 063a387e4514..000000000000
--- a/net-im/gloox/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Fri Apr 28 15:45:13 2006
-+++ ltmain.sh Fri Apr 28 15:45:25 2006
-@@ -5621,10 +5621,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false ; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"