diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-12 08:44:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-12 08:44:29 +0000 |
commit | b5a5a800d7b0afea2a9407d3c9bac6a9c924bdfd (patch) | |
tree | 4415a662a1567b782b9fbdeb59d488e6503cb6bb /net-im/gnomeicu | |
parent | 70cdf5746036c0e0149848ed65aa4562301e5257 (diff) | |
download | ports-b5a5a800d7b0afea2a9407d3c9bac6a9c924bdfd.tar.gz ports-b5a5a800d7b0afea2a9407d3c9bac6a9c924bdfd.zip |
Notes
Diffstat (limited to 'net-im/gnomeicu')
-rw-r--r-- | net-im/gnomeicu/Makefile | 10 | ||||
-rw-r--r-- | net-im/gnomeicu/distinfo | 6 | ||||
-rw-r--r-- | net-im/gnomeicu/files/patch-src_history.c | 14 | ||||
-rw-r--r-- | net-im/gnomeicu/pkg-plist | 2 |
4 files changed, 9 insertions, 23 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile index c4e2bfe1a95e..38194681ca43 100644 --- a/net-im/gnomeicu/Makefile +++ b/net-im/gnomeicu/Makefile @@ -6,24 +6,24 @@ # PORTNAME= gnomeicu -PORTVERSION= 0.99.10 +PORTVERSION= 0.99.12 CATEGORIES= net-im gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnomeicu MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME2 ICQ client +COMMENT= GNOME 2 ICQ client LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes INSTALLS_OMF= yes -USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel lthack libxml2 \ +USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel libxml2 \ intlhack USE_GMAKE= yes USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes GCONF_SCHEMAS= gnomeicu.schemas diff --git a/net-im/gnomeicu/distinfo b/net-im/gnomeicu/distinfo index 22cd993f4f0e..85db22927087 100644 --- a/net-im/gnomeicu/distinfo +++ b/net-im/gnomeicu/distinfo @@ -1,3 +1,3 @@ -MD5 (gnomeicu-0.99.10.tar.bz2) = 849ac771e2df494fd0ab6af5c5646a96 -SHA256 (gnomeicu-0.99.10.tar.bz2) = 4682419cb5d0261d9c67c67ae8e302cc174d5027b39c6c317cfc406fc0843543 -SIZE (gnomeicu-0.99.10.tar.bz2) = 1658892 +MD5 (gnomeicu-0.99.12.tar.bz2) = 91d534e19a9f9e408f1f97b3b0748d20 +SHA256 (gnomeicu-0.99.12.tar.bz2) = cb0e9e3d7d04e5764b9ee87905b0f36d660b996faa9051f6a610ffeb00f0649c +SIZE (gnomeicu-0.99.12.tar.bz2) = 1670074 diff --git a/net-im/gnomeicu/files/patch-src_history.c b/net-im/gnomeicu/files/patch-src_history.c deleted file mode 100644 index b529bd13bda2..000000000000 --- a/net-im/gnomeicu/files/patch-src_history.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/history.c.orig Mon Nov 29 20:48:25 2004 -+++ src/history.c Mon Nov 29 20:21:37 2004 -@@ -214,6 +214,11 @@ - char direction; - time_t time; - -+ if (! (ptr+4)) { -+ g_free (hp->buffer); -+ g_free (hp); -+ return FALSE; -+ } - /* read header info */ - sscanf (ptr+4, "%c %d", &direction, (int *)&time); - diff --git a/net-im/gnomeicu/pkg-plist b/net-im/gnomeicu/pkg-plist index 5eabd1d7d089..c3fa965bd983 100644 --- a/net-im/gnomeicu/pkg-plist +++ b/net-im/gnomeicu/pkg-plist @@ -261,7 +261,6 @@ share/locale/nb/LC_MESSAGES/gnomeicu.mo share/locale/ne/LC_MESSAGES/gnomeicu.mo share/locale/nl/LC_MESSAGES/gnomeicu.mo share/locale/nn/LC_MESSAGES/gnomeicu.mo -share/locale/no/LC_MESSAGES/gnomeicu.mo share/locale/pa/LC_MESSAGES/gnomeicu.mo share/locale/pl/LC_MESSAGES/gnomeicu.mo share/locale/pt/LC_MESSAGES/gnomeicu.mo @@ -280,6 +279,7 @@ share/locale/tr/LC_MESSAGES/gnomeicu.mo share/locale/uk/LC_MESSAGES/gnomeicu.mo share/locale/vi/LC_MESSAGES/gnomeicu.mo share/locale/zh_CN/LC_MESSAGES/gnomeicu.mo +share/locale/zh_HK/LC_MESSAGES/gnomeicu.mo share/locale/zh_TW/LC_MESSAGES/gnomeicu.mo @dirrm share/gnome/sounds/gnomeicu @dirrm share/gnome/omf/gnomeicu |