diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-27 11:21:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-27 11:21:00 +0000 |
commit | 5dece96d19dd777d574346d6d185ab14322ac192 (patch) | |
tree | 56ea2d7576197bee8556594bfb17c2dd4a1dc99a /devel/libbonobo | |
parent | Upgrade to 1.6.0a1, use tk83 now, (diff) |
Update all components of the GNOME 2.0 to the versions included into GNOME
2.0-beta release.
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/Makefile | 9 | ||||
-rw-r--r-- | devel/libbonobo/distinfo | 2 | ||||
-rw-r--r-- | devel/libbonobo/files/patch-intltool-merge.in | 18 | ||||
-rw-r--r-- | devel/libbonobo/pkg-plist | 2 |
4 files changed, 15 insertions, 16 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 3e052567ccbd..3010d4b6f30a 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -6,18 +6,15 @@ # PORTNAME= libbonobo -PORTVERSION= 1.110.0 +PORTVERSION= 1.112.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-alpha2 +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= glib-1.3.13:${PORTSDIR}/devel/glib13 \ - bonobo-activation.3:${PORTSDIR}/devel/bonobo-activation -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +LIB_DEPENDS= bonobo-activation.4:${PORTSDIR}/devel/bonobo-activation USE_BZIP2= yes USE_GMAKE= yes diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo index 2676b543fa6e..05fa712d8598 100644 --- a/devel/libbonobo/distinfo +++ b/devel/libbonobo/distinfo @@ -1 +1 @@ -MD5 (gnome2/libbonobo-1.110.0.tar.bz2) = 4341e22e07cf7c603b8a3d2c21804af6 +MD5 (gnome2/libbonobo-1.112.0.tar.bz2) = a4b4adf02fea1a1feca11897ecd82cc0 diff --git a/devel/libbonobo/files/patch-intltool-merge.in b/devel/libbonobo/files/patch-intltool-merge.in index 9bdb5a48384b..4b41055809fe 100644 --- a/devel/libbonobo/files/patch-intltool-merge.in +++ b/devel/libbonobo/files/patch-intltool-merge.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- intltool-merge.in 2002/02/14 09:09:06 1.1 -+++ intltool-merge.in 2002/02/14 09:09:15 -@@ -265,7 +265,7 @@ - - if ($UTF8_ARG) { - my $encoding = get_po_encoding ($po_file); -- open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|"; -+ open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|"; +--- intltool-merge.in.orig Tue Feb 19 10:28:55 2002 ++++ intltool-merge.in Wed Feb 27 11:49:32 2002 +@@ -287,7 +287,7 @@ + if (lc $encoding eq "utf-8") { + open PO_FILE, "<$po_file"; + } else { +- open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|"; ++ open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|"; + } } else { open PO_FILE, "<$po_file"; - } diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist index 94a3672e895b..8409be27366f 100644 --- a/devel/libbonobo/pkg-plist +++ b/devel/libbonobo/pkg-plist @@ -99,6 +99,7 @@ share/locale/az/LC_MESSAGES/libbonobo-2.0.mo share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo share/locale/es/LC_MESSAGES/libbonobo-2.0.mo +share/locale/fi/LC_MESSAGES/libbonobo-2.0.mo share/locale/fr/LC_MESSAGES/libbonobo-2.0.mo share/locale/gl/LC_MESSAGES/libbonobo-2.0.mo share/locale/hu/LC_MESSAGES/libbonobo-2.0.mo @@ -107,6 +108,7 @@ share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo share/locale/no/LC_MESSAGES/libbonobo-2.0.mo +share/locale/pl/LC_MESSAGES/libbonobo-2.0.mo share/locale/pt/LC_MESSAGES/libbonobo-2.0.mo share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo |