aboutsummaryrefslogtreecommitdiff
path: root/net-im/gloox
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-08-26 17:14:57 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-08-26 17:14:57 +0000
commitb62c3681e41a67b98ac0a6afc781ecb0d1ba9525 (patch)
tree32e7482fc4108a0d45403d145433693a81f70df0 /net-im/gloox
parentb9f73691e5f3baf66956100250346000d890e5ec (diff)
downloadports-b62c3681e41a67b98ac0a6afc781ecb0d1ba9525.tar.gz
ports-b62c3681e41a67b98ac0a6afc781ecb0d1ba9525.zip
Update to 0.9.9.8.
Notes
Notes: svn path=/head/; revision=240363
Diffstat (limited to 'net-im/gloox')
-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"