diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-27 04:40:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-27 04:40:12 +0000 |
commit | 6a1b9aa1e9a37667392d1e18c78d97d4d0555516 (patch) | |
tree | 96cfbfd930e224760a0a2031eaf399ac17ac9793 /net-im/loudmouth | |
parent | Remove <modified/> from the gnomevfs vulnerability since it was the same (diff) |
Update to 0.17.
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes
Notes:
svn path=/head/; revision=117388
Diffstat (limited to 'net-im/loudmouth')
-rw-r--r-- | net-im/loudmouth/Makefile | 7 | ||||
-rw-r--r-- | net-im/loudmouth/distinfo | 4 | ||||
-rw-r--r-- | net-im/loudmouth/files/patch-configure | 10 |
3 files changed, 5 insertions, 16 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 5e3c7b48028d..ebda6cbbe989 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -6,18 +6,17 @@ # PORTNAME= loudmouth -PORTVERSION= 0.16 -PORTREVISION= 1 +PORTVERSION= 0.17 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.16 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.17 MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight Jabber client library USE_BZIP2= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes USE_GNOME= gnomehack glib20 CONFIGURE_ARGS= --disable-gtk-doc diff --git a/net-im/loudmouth/distinfo b/net-im/loudmouth/distinfo index a62a64a4003c..f9ccb6ad0da1 100644 --- a/net-im/loudmouth/distinfo +++ b/net-im/loudmouth/distinfo @@ -1,2 +1,2 @@ -MD5 (loudmouth-0.16.tar.bz2) = 58bfa1b2ef244c6fd5f69cce7faa4cf5 -SIZE (loudmouth-0.16.tar.bz2) = 280909 +MD5 (loudmouth-0.17.tar.bz2) = aa039227c86a284ffc9a6b8d7dc9b908 +SIZE (loudmouth-0.17.tar.bz2) = 282928 diff --git a/net-im/loudmouth/files/patch-configure b/net-im/loudmouth/files/patch-configure deleted file mode 100644 index 2622df1d24fd..000000000000 --- a/net-im/loudmouth/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Tue Jul 8 01:41:33 2003 -+++ configure Tue Jul 8 01:42:15 2003 -@@ -18006,6 +18006,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |