From bea025cf6e19c38029b8fbc742dfab1f303fadea Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 14 Jul 2008 02:34:31 +0000 Subject: - Update to 0.6.0.2 PR: ports/125473 Submitted by: Marcin Wisnicki (maintainer) --- polish/kadu/Makefile | 6 ++---- polish/kadu/distinfo | 12 ++++++------ polish/kadu/files/patch-configure | 31 ------------------------------- 3 files changed, 8 insertions(+), 41 deletions(-) delete mode 100644 polish/kadu/files/patch-configure (limited to 'polish/kadu') diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 27a3f6bb8664..349fc00e6563 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kadu -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.6.0.2 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://www.kadu.net/download/stable/:kadu \ @@ -25,13 +24,12 @@ COMMENT= QT Gadu-Gadu client LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu\ sndfile.1:${PORTSDIR}/audio/libsndfile -TABS_MOD_DISTFILE= kadu-tabs-1.1.5.tar.bz2 +TABS_MOD_DISTFILE= kadu-tabs-1.1.6.tar.bz2 ASPELL_MOD_DISTFILE= spellchecker-20071230.tar.bz2 GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz -USE_AUTOTOOLS= autoconf:261 USE_BZIP2= yes USE_GMAKE= yes USE_OPENSSL= yes diff --git a/polish/kadu/distinfo b/polish/kadu/distinfo index db69cfb00384..99be168b0c6e 100644 --- a/polish/kadu/distinfo +++ b/polish/kadu/distinfo @@ -1,6 +1,6 @@ -MD5 (kadu/kadu-0.6.0.tar.bz2) = 8f1ee07558c82573d2c6e7ccd05f224f -SHA256 (kadu/kadu-0.6.0.tar.bz2) = f0e31b5ef00c64cad75a43220842b5564b8ec1dfd0c4481f0f3ac8b88fb9e752 -SIZE (kadu/kadu-0.6.0.tar.bz2) = 1583937 +MD5 (kadu/kadu-0.6.0.2.tar.bz2) = 4dc9b51de59f2089cf4526804bffc4fb +SHA256 (kadu/kadu-0.6.0.2.tar.bz2) = 8e06b554761e39890e48ba723145d4e1e0919cc84fcd978f215a6e2a30f87bfa +SIZE (kadu/kadu-0.6.0.2.tar.bz2) = 1568547 MD5 (kadu/spellchecker-20071230.tar.bz2) = a46eab2f3d9c31cee13ccf3a441bceec SHA256 (kadu/spellchecker-20071230.tar.bz2) = ecde5f7ad2b60f53dbd7715df52459531cac8cce06670d016014da82589483d0 SIZE (kadu/spellchecker-20071230.tar.bz2) = 9504 @@ -10,6 +10,6 @@ SIZE (kadu/kompatybilne_z_GG6.tar.gz) = 254637 MD5 (kadu/dodatkowe_emoty_GG7.tar.gz) = f9b0404cc1e1599ddf5eda4c15f1abce SHA256 (kadu/dodatkowe_emoty_GG7.tar.gz) = aebeb45b6ac9139620032436f7b565aa5729a0165d1c361a473c1195b8807450 SIZE (kadu/dodatkowe_emoty_GG7.tar.gz) = 113257 -MD5 (kadu/kadu-tabs-1.1.5.tar.bz2) = 8313ae2aa85b4a6f890203ed5f93fa1b -SHA256 (kadu/kadu-tabs-1.1.5.tar.bz2) = 78bfb2737f5b900e98f2a192d22fa832a05bf5e5ce4ec136893d4d592ebf1ee3 -SIZE (kadu/kadu-tabs-1.1.5.tar.bz2) = 16719 +MD5 (kadu/kadu-tabs-1.1.6.tar.bz2) = fa780b90db6f7e41b16008291dde3dac +SHA256 (kadu/kadu-tabs-1.1.6.tar.bz2) = 99ec1e2c44a72a8a91651fe9f0b1166a70a62460baedc08d6f700ab05b24f1c1 +SIZE (kadu/kadu-tabs-1.1.6.tar.bz2) = 16887 diff --git a/polish/kadu/files/patch-configure b/polish/kadu/files/patch-configure deleted file mode 100644 index bfe54c8d1909..000000000000 --- a/polish/kadu/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.ac.orig 2008-02-26 01:07:33.000000000 +0100 -+++ configure.ac 2008-03-23 18:11:17.000000000 +0100 -@@ -335,7 +335,7 @@ - done; \ - fi && \ - -- if test $enable_final == yes; then \ -+ if test "$enable_final" = "yes"; then \ - for src in $MODULE_SOURCES; do \ - if test "`echo $src | sed 's/.*\.\(.*\)$/\1/'`" == "cpp"; then \ - echo "#include \"$src\"" >> modules/$mod/.final2.cpp; \ -@@ -762,6 +762,7 @@ - with_existing_libgadu=no - fi - if test "$with_existing_libgadu" != "no"; then -+ save_CXXFLAGS="$CXXFLAGS" - FIND_HEADER([libgadu.h],[$with_existing_libgadu $with_existing_libgadu/include], - [ - GADU_INCLUDES="-I$FILE_DIR" -@@ -771,9 +772,11 @@ - [ - GADU_LIBS="$GADU_LIBS -L$FILE_DIR" - ]) -+ CXXFLAGS="$CXXFLAGS $GADU_INCLUDES" - AC_CHECK_MEMBER([struct gg_dcc7.uin], [], - [AC_MSG_ERROR([Your libgadu doesn't support for dcc7, please use our SVN snapshot by removing --with-existing-libgadu option !])], - [#include ]) -+ CXXFLAGS="$save_CXXFLAGS" - else - MY_SUBDIRS="$MY_SUBDIRS libgadu" - GADU_LIBS="../libgadu/src/.libs/libgadu.a" -- cgit v1.2.3