diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-27 12:40:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-27 12:40:12 +0800 |
commit | 252114b8b5e545e48193dd95ef836cd45a48eb33 (patch) | |
tree | fdffd279f7a7fd4f7b8dad17e4cc82f2bb0a3c66 /net-im | |
parent | 5ec101fe38dda22b682ec410ef6ada0b333c8516 (diff) | |
download | freebsd-ports-gnome-252114b8b5e545e48193dd95ef836cd45a48eb33.tar.gz freebsd-ports-gnome-252114b8b5e545e48193dd95ef836cd45a48eb33.tar.zst freebsd-ports-gnome-252114b8b5e545e48193dd95ef836cd45a48eb33.zip |
Update to 0.17.
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Diffstat (limited to 'net-im')
-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' |