summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-10 06:45:27 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-10 06:45:27 +0800
commit49bc3c87e2e07eaa0996801b37b522ce432353c2 (patch)
treebe5cc453bf060d2891d50398c44789ae3b0e5af5
parent9095c27b20928c91b075a6767f6ccdde5a2df2d1 (diff)
downloadmarcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar
marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar.gz
marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar.bz2
marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar.lz
marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar.xz
marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar.zst
marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.zip
- Sync w/ FreeBSD ports.
- As for the gimp-app-devel and gnome-build, be sure to do the force reinstall, because both of ports have PORTEPOCH bumped by mistake. - As for avahi, bump to 0.6.21_1. - As for cairo, reset the $FreeBSD$. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9548 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--deskutils/genius/Makefile4
-rw-r--r--devel/gnome-build/Makefile4
-rw-r--r--games/pioneers/Makefile6
-rw-r--r--games/pioneers/distinfo6
-rw-r--r--games/pioneers/pkg-plist18
-rw-r--r--graphics/cairo/Makefile4
-rw-r--r--graphics/gimp-app-devel/Makefile24
-rw-r--r--graphics/gimp-app-devel/distinfo6
-rw-r--r--graphics/gimp-app-devel/pkg-plist55
-rw-r--r--graphics/gthumb/Makefile2
-rw-r--r--graphics/gthumb/distinfo6
-rw-r--r--graphics/gthumb/pkg-plist9
-rw-r--r--lang/vala/Makefile8
-rw-r--r--math/gnumeric/pkg-plist14
-rw-r--r--math/gretl/Makefile4
-rw-r--r--net/avahi/Makefile7
-rw-r--r--www/syndigator/Makefile4
-rw-r--r--x11-toolkits/gdl/Makefile6
-rw-r--r--x11-toolkits/gdl/distinfo6
-rw-r--r--x11-toolkits/gdl/files/patch-gdl__gdl-icons.c17
-rw-r--r--x11-toolkits/gdl/files/patch-gdl_gdl-switcher.c10
-rw-r--r--x11-toolkits/gdl/pkg-plist11
22 files changed, 156 insertions, 75 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile
index 687e2bbd4..06fc29bf2 100644
--- a/deskutils/genius/Makefile
+++ b/deskutils/genius/Makefile
@@ -7,7 +7,7 @@
PORTNAME= genius
PORTVERSION= 0.7.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME} \
http://ftp.5z.com/pub/genius/
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9].[0-9]).*/\1/}
MAINTAINER= ports@FreeBSD.org
COMMENT= Arbitrary precision calculator for Gnome Desktop Environment
-LIB_DEPENDS= mpfr.1:${PORTSDIR}/math/mpfr
+LIB_DEPENDS= mpfr.2:${PORTSDIR}/math/mpfr
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview intlhack \
diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile
index bfa5b5e1d..bb74c7376 100644
--- a/devel/gnome-build/Makefile
+++ b/devel/gnome-build/Makefile
@@ -3,13 +3,13 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gnome-build/Makefile,v 1.3 2007/07/23 21:16:44 mezz Exp $
+# $MCom: ports/devel/gnome-build/Makefile,v 1.4 2007/09/07 05:02:54 marcus Exp $
#
PORTNAME= gnome-build
PORTVERSION= 0.2.0
PORTREVISION= 1
-PORTEPOCH= 2
+PORTEPOCH= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile
index a3231a050..7bd7cb4c0 100644
--- a/games/pioneers/Makefile
+++ b/games/pioneers/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= pioneers
-PORTVERSION= 0.10.2
-PORTREVISION= 3
+PORTVERSION= 0.11.2
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= pio
@@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= pio
MAINTAINER= stefan@FreeBSD.org
COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK+
+RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp
+
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GETTEXT= yes
diff --git a/games/pioneers/distinfo b/games/pioneers/distinfo
index 4bd96eafd..a06bf73a3 100644
--- a/games/pioneers/distinfo
+++ b/games/pioneers/distinfo
@@ -1,3 +1,3 @@
-MD5 (pioneers-0.10.2.tar.gz) = a363abbced6054dd87040c63db5007c4
-SHA256 (pioneers-0.10.2.tar.gz) = d1f76b29b06a2724245ba7eaf6c1b28cdae53ab45d66713db6bcb100efc5127c
-SIZE (pioneers-0.10.2.tar.gz) = 2518677
+MD5 (pioneers-0.11.2.tar.gz) = 4fb3ec61f5a084431fe46048bd30de9d
+SHA256 (pioneers-0.11.2.tar.gz) = 7d89d60b4951e70a265914c44035d6a3bc505f81a289b22aace0960d29af4a8c
+SIZE (pioneers-0.11.2.tar.gz) = 2834238
diff --git a/games/pioneers/pkg-plist b/games/pioneers/pkg-plist
index fcf68b7f2..08a4e3dd3 100644
--- a/games/pioneers/pkg-plist
+++ b/games/pioneers/pkg-plist
@@ -86,6 +86,7 @@ share/games/pioneers/themes/plain.png
share/games/pioneers/themes/sea.png
share/games/pioneers/x.game
share/gnome/help/pioneers/C/images/actions.png
+share/gnome/help/pioneers/C/images/brick.png
share/gnome/help/pioneers/C/images/chat.png
share/gnome/help/pioneers/C/images/client.png
share/gnome/help/pioneers/C/images/connect-dialog.png
@@ -96,14 +97,18 @@ share/gnome/help/pioneers/C/images/discards.png
share/gnome/help/pioneers/C/images/field.png
share/gnome/help/pioneers/C/images/forest.png
share/gnome/help/pioneers/C/images/gameover-dialog.png
+share/gnome/help/pioneers/C/images/gold.png
+share/gnome/help/pioneers/C/images/grain.png
share/gnome/help/pioneers/C/images/hill.png
share/gnome/help/pioneers/C/images/identity.png
share/gnome/help/pioneers/C/images/join-private-dialog.png
share/gnome/help/pioneers/C/images/legend-dialog.png
+share/gnome/help/pioneers/C/images/lumber.png
share/gnome/help/pioneers/C/images/map.png
share/gnome/help/pioneers/C/images/messages.png
share/gnome/help/pioneers/C/images/monopoly-dialog.png
share/gnome/help/pioneers/C/images/mountain.png
+share/gnome/help/pioneers/C/images/ore.png
share/gnome/help/pioneers/C/images/pasture.png
share/gnome/help/pioneers/C/images/place-robber.png
share/gnome/help/pioneers/C/images/player-summary.png
@@ -116,6 +121,7 @@ share/gnome/help/pioneers/C/images/servers-dialog.png
share/gnome/help/pioneers/C/images/status.png
share/gnome/help/pioneers/C/images/steal-from.png
share/gnome/help/pioneers/C/images/trade.png
+share/gnome/help/pioneers/C/images/wool.png
share/gnome/help/pioneers/C/legal.xml
share/gnome/help/pioneers/C/pioneers.xml
share/omf/pioneers/pioneers-C.omf
@@ -125,6 +131,7 @@ share/pixmaps/pioneers.png
share/pixmaps/pioneers/brick.png
share/pixmaps/pioneers/bridge.png
share/pixmaps/pioneers/city.png
+share/pixmaps/pioneers/city_wall.png
share/pixmaps/pioneers/develop.png
share/pixmaps/pioneers/dice.png
share/pixmaps/pioneers/finish.png
@@ -136,13 +143,24 @@ share/pixmaps/pioneers/settlement.png
share/pixmaps/pioneers/ship.png
share/pixmaps/pioneers/ship_move.png
share/pixmaps/pioneers/splash.png
+share/pixmaps/pioneers/style-ai.png
+share/pixmaps/pioneers/style-human-1.png
+share/pixmaps/pioneers/style-human-2.png
+share/pixmaps/pioneers/style-human-3.png
+share/pixmaps/pioneers/style-human-4.png
+share/pixmaps/pioneers/style-human-5.png
+share/pixmaps/pioneers/style-human-6.png
+share/pixmaps/pioneers/style-human-7.png
+share/pixmaps/pioneers/style-human.png
share/pixmaps/pioneers/trade.png
share/pixmaps/pioneers/wool.png
+share/locale/af/LC_MESSAGES/pioneers.mo
share/locale/de/LC_MESSAGES/pioneers.mo
share/locale/es/LC_MESSAGES/pioneers.mo
share/locale/fr/LC_MESSAGES/pioneers.mo
share/locale/hu/LC_MESSAGES/pioneers.mo
share/locale/it/LC_MESSAGES/pioneers.mo
+share/locale/ja/LC_MESSAGES/pioneers.mo
share/locale/nl/LC_MESSAGES/pioneers.mo
share/locale/sv/LC_MESSAGES/pioneers.mo
@dirrm share/games/pioneers/themes/FreeCIV-like
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 8a1c1bea5..fb6899ccc 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -2,8 +2,8 @@
# Date created: 2004-10-06
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
-# $FreeBSD: ports/graphics/cairo/Makefile,v 1.29 2007/06/28 00:22:14 ahze Exp $
-# $MCom: ports/graphics/cairo/Makefile,v 1.56 2007/03/06 13:39:18 ahze Exp $
+# $FreeBSD$
+# $MCom: ports/graphics/cairo/Makefile,v 1.58 2007/09/09 12:07:03 pav Exp $
#
PORTNAME= cairo
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index dce1bc703..36cecf7ca 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/Makefile
@@ -7,8 +7,9 @@
#
PORTNAME= gimp-app
-PORTVERSION= 2.3.19
-PORTEPOCH?= 2
+DISTVERSION= 2.4.0-rc1
+PORTREVISION= 1
+PORTEPOCH?= 1
CATEGORIES?= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
@@ -17,8 +18,9 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \
http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
-MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}
-DISTNAME= gimp-${PORTVERSION}
+#MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}
+MASTER_SITE_SUBDIR= gimp/v2.4/testing
+DISTNAME= gimp-${DISTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNU Image Manipulation Program development version
@@ -77,13 +79,13 @@ LIB_DEPENDS+= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app-devel
CONFLICTS= gimp-1.* gimp-app-[0-9]*
-MAN1+= gimp-2.3.1 gimp-remote-2.3.1 gimptool-2.0.1
-MAN5+= gimprc-2.3.5
-MLINKS= gimp-2.3.1 gimp.1 \
- gimp-2.3.1 gimp-console-2.3.1 \
- gimp-console-2.3.1 gimp-console.1 \
- gimp-remote-2.3.1 gimp-remote.1 \
- gimprc-2.3.5 gimprc.5
+MAN1+= gimp-2.4.1 gimp-remote-2.4.1 gimptool-2.0.1
+MAN5+= gimprc-2.4.5
+MLINKS= gimp-2.4.1 gimp.1 \
+ gimp-2.4.1 gimp-console-2.4.1 \
+ gimp-console-2.4.1 gimp-console.1 \
+ gimp-remote-2.4.1 gimp-remote.1 \
+ gimprc-2.4.5 gimprc.5
.if defined(WITHOUT_RSVG)
CONFIGURE_ARGS+= --without-librsvg
diff --git a/graphics/gimp-app-devel/distinfo b/graphics/gimp-app-devel/distinfo
index 3f99a63d1..fbf3684d1 100644
--- a/graphics/gimp-app-devel/distinfo
+++ b/graphics/gimp-app-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (gimp-2.3.19.tar.bz2) = 9b5cc6aef0baca3735ce9bc4fdc949d9
-SHA256 (gimp-2.3.19.tar.bz2) = f4e388b7b52db1e91e052dcd0aeab0844fcf83a14ccd24228bf033e7937007f0
-SIZE (gimp-2.3.19.tar.bz2) = 16803491
+MD5 (gimp-2.4.0-rc1.tar.bz2) = 788fb85712ea1d8b52d70f7b2ebdb439
+SHA256 (gimp-2.4.0-rc1.tar.bz2) = a136bf8460f1c9a78e7831d0e897e95e7f62d13f8371d76e23114ad96b752f59
+SIZE (gimp-2.4.0-rc1.tar.bz2) = 16966553
diff --git a/graphics/gimp-app-devel/pkg-plist b/graphics/gimp-app-devel/pkg-plist
index 1e1b65550..e108a4b05 100644
--- a/graphics/gimp-app-devel/pkg-plist
+++ b/graphics/gimp-app-devel/pkg-plist
@@ -1,9 +1,9 @@
bin/gimp
-bin/gimp-2.3
+bin/gimp-2.4
bin/gimp-console
-bin/gimp-console-2.3
+bin/gimp-console-2.4
bin/gimp-remote
-bin/gimp-remote-2.3
+bin/gimp-remote-2.4
bin/gimptool-2.0
etc/gimp/2.2/controllerrc
etc/gimp/2.2/gimprc
@@ -176,6 +176,8 @@ include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h
include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h
include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h
include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h
+include/gimp-2.0/libgimpwidgets/gimpcolorprofilecombobox.h
+include/gimp-2.0/libgimpwidgets/gimpcolorprofilestore.h
include/gimp-2.0/libgimpwidgets/gimpcolorscale.h
include/gimp-2.0/libgimpwidgets/gimpcolorscales.h
include/gimp-2.0/libgimpwidgets/gimpcolorselect.h
@@ -194,6 +196,7 @@ include/gimp-2.0/libgimpwidgets/gimphintbox.h
include/gimp-2.0/libgimpwidgets/gimpintcombobox.h
include/gimp-2.0/libgimpwidgets/gimpintstore.h
include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h
+include/gimp-2.0/libgimpwidgets/gimpnumberpairentry.h
include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h
include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h
include/gimp-2.0/libgimpwidgets/gimppageselector.h
@@ -204,7 +207,6 @@ include/gimp-2.0/libgimpwidgets/gimppreview.h
include/gimp-2.0/libgimpwidgets/gimppreviewarea.h
include/gimp-2.0/libgimpwidgets/gimppropwidgets.h
include/gimp-2.0/libgimpwidgets/gimpquerybox.h
-include/gimp-2.0/libgimpwidgets/gimpratioentry.h
include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h
include/gimp-2.0/libgimpwidgets/gimpsizeentry.h
include/gimp-2.0/libgimpwidgets/gimpstock.h
@@ -685,6 +687,8 @@ share/doc/gimp/libgimpwidgets/GimpColorDisplay.html
share/doc/gimp/libgimpwidgets/GimpColorDisplayStack.html
share/doc/gimp/libgimpwidgets/GimpColorHexEntry.html
share/doc/gimp/libgimpwidgets/GimpColorNotebook.html
+share/doc/gimp/libgimpwidgets/GimpColorProfileComboBox.html
+share/doc/gimp/libgimpwidgets/GimpColorProfileStore.html
share/doc/gimp/libgimpwidgets/GimpColorScale.html
share/doc/gimp/libgimpwidgets/GimpColorScales.html
share/doc/gimp/libgimpwidgets/GimpColorSelect.html
@@ -700,6 +704,7 @@ share/doc/gimp/libgimpwidgets/GimpFrame.html
share/doc/gimp/libgimpwidgets/GimpIntComboBox.html
share/doc/gimp/libgimpwidgets/GimpIntStore.html
share/doc/gimp/libgimpwidgets/GimpMemsizeEntry.html
+share/doc/gimp/libgimpwidgets/GimpNumberPairEntry.html
share/doc/gimp/libgimpwidgets/GimpOffsetArea.html
share/doc/gimp/libgimpwidgets/GimpPageSelector.html
share/doc/gimp/libgimpwidgets/GimpPathEditor.html
@@ -707,17 +712,18 @@ share/doc/gimp/libgimpwidgets/GimpPickButton.html
share/doc/gimp/libgimpwidgets/GimpPixmap.html
share/doc/gimp/libgimpwidgets/GimpPreview.html
share/doc/gimp/libgimpwidgets/GimpPreviewArea.html
-share/doc/gimp/libgimpwidgets/GimpRatioEntry.html
share/doc/gimp/libgimpwidgets/GimpScrolledPreview.html
share/doc/gimp/libgimpwidgets/GimpSizeEntry.html
share/doc/gimp/libgimpwidgets/GimpStringComboBox.html
share/doc/gimp/libgimpwidgets/GimpUnitMenu.html
+share/doc/gimp/libgimpwidgets/GimpZoomModel.html
share/doc/gimp/libgimpwidgets/gimp-browser.png
share/doc/gimp/libgimpwidgets/gimp-button.png
share/doc/gimp/libgimpwidgets/gimp-chain-button.png
share/doc/gimp/libgimpwidgets/gimp-color-area.png
share/doc/gimp/libgimpwidgets/gimp-color-button.png
share/doc/gimp/libgimpwidgets/gimp-color-hex-entry.png
+share/doc/gimp/libgimpwidgets/gimp-color-profile-combo-box.png
share/doc/gimp/libgimpwidgets/gimp-color-scale.png
share/doc/gimp/libgimpwidgets/gimp-color-selection.png
share/doc/gimp/libgimpwidgets/gimp-dialog.png
@@ -728,12 +734,12 @@ share/doc/gimp/libgimpwidgets/gimp-frame.png
share/doc/gimp/libgimpwidgets/gimp-hint-box.png
share/doc/gimp/libgimpwidgets/gimp-int-combo-box.png
share/doc/gimp/libgimpwidgets/gimp-memsize-entry.png
+share/doc/gimp/libgimpwidgets/gimp-number-pair-entry.png
share/doc/gimp/libgimpwidgets/gimp-offset-area.png
share/doc/gimp/libgimpwidgets/gimp-page-selector.png
share/doc/gimp/libgimpwidgets/gimp-path-editor.png
share/doc/gimp/libgimpwidgets/gimp-pick-button.png
share/doc/gimp/libgimpwidgets/gimp-preview-area.png
-share/doc/gimp/libgimpwidgets/gimp-ratio-entry.png
share/doc/gimp/libgimpwidgets/gimp-string-combo-box.png
share/doc/gimp/libgimpwidgets/gimp-unit-menu.png
share/doc/gimp/libgimpwidgets/home.png
@@ -1507,7 +1513,6 @@ share/gimp/scripts/circuit.scm
share/gimp/scripts/clothify.scm
share/gimp/scripts/coffee.scm
share/gimp/scripts/comic-logo.scm
-share/gimp/scripts/contactsheet.scm
share/gimp/scripts/coolmetal-logo.scm
share/gimp/scripts/copy-visible.scm
share/gimp/scripts/crystal-logo.scm
@@ -1515,7 +1520,6 @@ share/gimp/scripts/difference-clouds.scm
share/gimp/scripts/distress-selection.scm
share/gimp/scripts/drop-shadow.scm
share/gimp/scripts/erase-rows.scm
-share/gimp/scripts/fade-outline.scm
share/gimp/scripts/flatland.scm
share/gimp/scripts/font-map.scm
share/gimp/scripts/frosty-logo.scm
@@ -1583,6 +1587,7 @@ share/gimp/scripts/waves-anim.scm
share/gimp/scripts/weave.scm
share/gimp/scripts/web-browser.scm
share/gimp/scripts/xach-effect.scm
+
share/gimp/themes/Default/gtkrc
share/gimp/themes/Default/images/preferences/color-management-22.png
share/gimp/themes/Default/images/preferences/color-management.png
@@ -2033,17 +2038,47 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo
@dirrm etc/gimp
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
@dirrmtry share/locale/yi/LC_MESSAGES
@dirrmtry share/locale/yi
@dirrmtry share/locale/xh/LC_MESSAGES
@dirrmtry share/locale/xh
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
@dirrmtry share/locale/tt/LC_MESSAGES
@dirrmtry share/locale/tt
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
@dirrmtry share/locale/km/LC_MESSAGES
@dirrmtry share/locale/km
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/eo/LC_MESSAGES
+@dirrmtry share/locale/eo
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile
index 7546dc2a6..6b1a394e3 100644
--- a/graphics/gthumb/Makefile
+++ b/graphics/gthumb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gthumb
-PORTVERSION= 2.10.5
+PORTVERSION= 2.10.6
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME}
diff --git a/graphics/gthumb/distinfo b/graphics/gthumb/distinfo
index 62205dd4d..7a7b4e5c5 100644
--- a/graphics/gthumb/distinfo
+++ b/graphics/gthumb/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gthumb-2.10.5.tar.bz2) = 5b9a050da06abecce058d9fca57d5307
-SHA256 (gnome2/gthumb-2.10.5.tar.bz2) = 32928cac8703208a4f7d363ad021102355c575e3ef3b4ab866834fa9c468c39f
-SIZE (gnome2/gthumb-2.10.5.tar.bz2) = 2160310
+MD5 (gnome2/gthumb-2.10.6.tar.bz2) = 6a52800a3adc55a705c9f7f38de9182a
+SHA256 (gnome2/gthumb-2.10.6.tar.bz2) = ccd148421d8815a827202fd484b21f6e915414e5895ffd887dfa7e6d8b7dea72
+SIZE (gnome2/gthumb-2.10.6.tar.bz2) = 2206799
diff --git a/graphics/gthumb/pkg-plist b/graphics/gthumb/pkg-plist
index 3e0db9e0d..56053fe15 100644
--- a/graphics/gthumb/pkg-plist
+++ b/graphics/gthumb/pkg-plist
@@ -20,6 +20,7 @@ lib/gthumb/modules/libwebexporter.so
lib/libgthumb.a
lib/libgthumb.la
lib/libgthumb.so
+libdata/bonobo/servers/GNOME_GThumb.server
share/applications/gthumb.desktop
share/gthumb/albumthemes/BestFit/back.png
share/gthumb/albumthemes/BestFit/BestFit.css
@@ -111,12 +112,18 @@ share/gnome/help/gthumb/C/figures/nav-button.png
share/gnome/help/gthumb/C/figures/preferences.png
share/gnome/help/gthumb/C/gthumb.xml
share/gnome/help/gthumb/C/legal.xml
+share/gnome/help/gthumb/es/figures/comment.png
+share/gnome/help/gthumb/es/figures/main-win.png
+share/gnome/help/gthumb/es/figures/nav-button.png
+share/gnome/help/gthumb/es/figures/preferences.png
+share/gnome/help/gthumb/es/gthumb.xml
share/gnome/help/gthumb/sv/figures/comment.png
share/gnome/help/gthumb/sv/figures/main-win.png
share/gnome/help/gthumb/sv/figures/nav-button.png
share/gnome/help/gthumb/sv/figures/preferences.png
share/gnome/help/gthumb/sv/gthumb.xml
share/omf/gthumb/gthumb-C.omf
+share/omf/gthumb/gthumb-es.omf
share/omf/gthumb/gthumb-sv.omf
share/icons/hicolor/48x48/apps/gthumb.png
share/locale/am/LC_MESSAGES/gthumb.mo
@@ -179,6 +186,8 @@ share/locale/zh_TW/LC_MESSAGES/gthumb.mo
@dirrm share/omf/gthumb
@dirrm share/gnome/help/gthumb/sv/figures
@dirrm share/gnome/help/gthumb/sv
+@dirrm share/gnome/help/gthumb/es/figures
+@dirrm share/gnome/help/gthumb/es
@dirrm share/gnome/help/gthumb/C/figures
@dirrm share/gnome/help/gthumb/C
@dirrm share/gnome/help/gthumb
diff --git a/lang/vala/Makefile b/lang/vala/Makefile
index 992fd239e..ef785a8a5 100644
--- a/lang/vala/Makefile
+++ b/lang/vala/Makefile
@@ -3,17 +3,20 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/lang/vala/Makefile,v 1.4 2007/07/29 00:21:23 ahze Exp $
+# $MCom: ports/lang/vala/Makefile,v 1.5 2007/09/02 22:45:16 ahze Exp $
+#
PORTNAME= vala
PORTVERSION= 0.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Programming language and compiler that converts Vala code into C code
+LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
+
USE_BZIP2= yes
USE_GNOME= glib20 gnomeprefix
GNU_CONFIGURE= yes
@@ -26,4 +29,5 @@ USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \
${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>
diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist
index 6022f9b3c..4ff50f3df 100644
--- a/math/gnumeric/pkg-plist
+++ b/math/gnumeric/pkg-plist
@@ -212,11 +212,11 @@ lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml
lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.la
lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.so
lib/gnumeric/%%VERSION%%/plugins/openoffice/plugin.xml
-%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/perl_func.pl
-%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/plugin.xml
-%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.la
-%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.so
-%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/plugin.xml
+lib/gnumeric/%%VERSION%%/plugins/perl-func/perl_func.pl
+lib/gnumeric/%%VERSION%%/plugins/perl-func/plugin.xml
+lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.la
+lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.so
+lib/gnumeric/%%VERSION%%/plugins/perl-loader/plugin.xml
lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.la
lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.so
lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plugin.xml
@@ -904,8 +904,8 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo
@dirrm lib/gnumeric/%%VERSION%%/plugins/py-func
@dirrm lib/gnumeric/%%VERSION%%/plugins/psiconv
@dirrm lib/gnumeric/%%VERSION%%/plugins/plan_perfect
-%%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-loader
-%%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-func
+@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-loader
+@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-func
@dirrm lib/gnumeric/%%VERSION%%/plugins/openoffice
@dirrm lib/gnumeric/%%VERSION%%/plugins/oleo
@dirrm lib/gnumeric/%%VERSION%%/plugins/numtheory
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 0e18b7e75..cdace3ffb 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gretl
PORTVERSION= 1.6.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math finance
MASTER_SITES= SF
@@ -17,7 +17,7 @@ COMMENT= Gnu Regression, Econometrics and Time-series Library
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \
- mpfr.1:${PORTSDIR}/math/mpfr
+ mpfr.2:${PORTSDIR}/math/mpfr
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
USE_BZIP2= yes
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 66c2bc23d..e012aa3eb 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net/avahi/Makefile,v 1.24 2007/08/01 12:17:04 ahze Exp $
+# $MCom: ports/net/avahi/Makefile,v 1.25 2007/08/16 01:39:34 marcus Exp $
+#
PORTNAME= avahi
-PORTVERSION= 0.6.20
-PORTREVISION?= 2
+PORTVERSION= 0.6.21
+PORTREVISION?= 1
CATEGORIES?= net dns
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/www/syndigator/Makefile b/www/syndigator/Makefile
index 3b5a9fa8e..778c55276 100644
--- a/www/syndigator/Makefile
+++ b/www/syndigator/Makefile
@@ -4,7 +4,7 @@
# Whom: ijliao
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/www/syndigator/Makefile,v 1.3 2007/08/07 03:39:17 mezz Exp $
#
PORTNAME= syndigator
@@ -27,7 +27,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-T
${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
${SITE_PERL}/${PERL_ARCH}/Gtk2/Html2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2-Html2
-USE_X_LIB= yes
+USE_XLIB= yes
USE_GNOME= gnomehier
USE_PERL5= yes
NO_BUILD= yes
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
index ff01afa8a..bfafc6222 100644
--- a/x11-toolkits/gdl/Makefile
+++ b/x11-toolkits/gdl/Makefile
@@ -3,12 +3,12 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.13 2007/06/29 23:21:50 mezz Exp $
+# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.8 2007/02/16 18:14:27 mezz Exp $
#
PORTNAME= gdl
-PORTVERSION= 0.7.6
-PORTREVISION= 2
+PORTVERSION= 0.7.7
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
diff --git a/x11-toolkits/gdl/distinfo b/x11-toolkits/gdl/distinfo
index d8a83b27f..1661f7b60 100644
--- a/x11-toolkits/gdl/distinfo
+++ b/x11-toolkits/gdl/distinfo
@@ -1,3 +1,3 @@
-MD5 (gdl-0.7.6.tar.bz2) = 3762f6c134960ffc93143ab09b060fe5
-SHA256 (gdl-0.7.6.tar.bz2) = 8f4187a7c0740f140f1b171498cb45044e2d67ee0f9b0625dba6eaafc6b84790
-SIZE (gdl-0.7.6.tar.bz2) = 448801
+MD5 (gdl-0.7.7.tar.bz2) = c3b676b174c3e6c4ccd654557ebe82ec
+SHA256 (gdl-0.7.7.tar.bz2) = 5e0b5de8e819550e4b20cc129b13f590db91ccfd5e0766f346b114711b970720
+SIZE (gdl-0.7.7.tar.bz2) = 453142
diff --git a/x11-toolkits/gdl/files/patch-gdl__gdl-icons.c b/x11-toolkits/gdl/files/patch-gdl__gdl-icons.c
new file mode 100644
index 000000000..bcfde3afc
--- /dev/null
+++ b/x11-toolkits/gdl/files/patch-gdl__gdl-icons.c
@@ -0,0 +1,17 @@
+--- gdl/gdl-icons.c.orig Tue May 24 16:37:14 2005
++++ gdl/gdl-icons.c Tue May 24 16:37:38 2005
+@@ -202,12 +202,13 @@
+ {
+ GdkPixbuf *pixbuf;
+ char *icon_name;
++ GdlIconsPrivate *priv;
+
+ g_return_val_if_fail (icons != NULL, NULL);
+ g_return_val_if_fail (GDL_IS_ICONS (icons), NULL);
+ g_return_val_if_fail (mime_type != NULL, NULL);
+
+- GdlIconsPrivate *priv = GDL_ICONS_GET_PRIVATE (icons);
++ priv = GDL_ICONS_GET_PRIVATE (icons);
+
+ pixbuf = g_hash_table_lookup (priv->icons, mime_type);
+ if (pixbuf != NULL) {
diff --git a/x11-toolkits/gdl/files/patch-gdl_gdl-switcher.c b/x11-toolkits/gdl/files/patch-gdl_gdl-switcher.c
deleted file mode 100644
index 53f0d747c..000000000
--- a/x11-toolkits/gdl/files/patch-gdl_gdl-switcher.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- gdl/gdl-switcher.c.orig Tue Jul 10 00:35:38 2007
-+++ gdl/gdl-switcher.c Tue Jul 10 00:34:14 2007
-@@ -285,6 +285,7 @@ layout_buttons (GdlSwitcher *switcher)
- }
-
- rows_count = num_btns / btns_per_row;
-+ rows_count += (num_btns % btns_per_row == 0) ? 0 : 1;
-
- /* Assign buttons to rows */
- rows = g_new0 (GSList *, rows_count);
diff --git a/x11-toolkits/gdl/pkg-plist b/x11-toolkits/gdl/pkg-plist
index e4fac62da..d897ab137 100644
--- a/x11-toolkits/gdl/pkg-plist
+++ b/x11-toolkits/gdl/pkg-plist
@@ -26,6 +26,7 @@ libdata/pkgconfig/gdl-1.0.pc
libdata/pkgconfig/gdl-gnome-1.0.pc
share/gdl/glade/layout.glade
share/locale/am/LC_MESSAGES/gdl-1.mo
+share/locale/ar/LC_MESSAGES/gdl-1.mo
share/locale/az/LC_MESSAGES/gdl-1.mo
share/locale/ca/LC_MESSAGES/gdl-1.mo
share/locale/cs/LC_MESSAGES/gdl-1.mo
@@ -39,10 +40,12 @@ share/locale/es/LC_MESSAGES/gdl-1.mo
share/locale/fi/LC_MESSAGES/gdl-1.mo
share/locale/fr/LC_MESSAGES/gdl-1.mo
share/locale/ga/LC_MESSAGES/gdl-1.mo
+share/locale/gl/LC_MESSAGES/gdl-1.mo
share/locale/hr/LC_MESSAGES/gdl-1.mo
share/locale/hu/LC_MESSAGES/gdl-1.mo
share/locale/it/LC_MESSAGES/gdl-1.mo
share/locale/ja/LC_MESSAGES/gdl-1.mo
+share/locale/lv/LC_MESSAGES/gdl-1.mo
share/locale/mk/LC_MESSAGES/gdl-1.mo
share/locale/ml/LC_MESSAGES/gdl-1.mo
share/locale/nb/LC_MESSAGES/gdl-1.mo
@@ -61,11 +64,11 @@ share/locale/sr@Latn/LC_MESSAGES/gdl-1.mo
share/locale/sv/LC_MESSAGES/gdl-1.mo
share/locale/vi/LC_MESSAGES/gdl-1.mo
share/locale/zh_CN/LC_MESSAGES/gdl-1.mo
-@dirrm share/gdl/glade
-@dirrm share/gdl
-@dirrm include/libgdl-1.0/gdl
-@dirrm include/libgdl-1.0
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
+@dirrm share/gdl/glade
+@dirrm share/gdl
+@dirrm include/libgdl-1.0/gdl
+@dirrm include/libgdl-1.0