diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-10 00:39:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-10 00:39:55 +0800 |
commit | 353630a659969ef7a51735d8f7397652d839a1a0 (patch) | |
tree | 3b350012513f2b7f01671ba8f4a2d31a0d874732 /devel | |
parent | 9b530473ebe71163775fed94153856d7f4957138 (diff) | |
download | marcuscom-ports-353630a659969ef7a51735d8f7397652d839a1a0.tar.gz marcuscom-ports-353630a659969ef7a51735d8f7397652d839a1a0.tar.zst marcuscom-ports-353630a659969ef7a51735d8f7397652d839a1a0.zip |
Update to 2.3.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2001 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib20/Makefile | 5 | ||||
-rw-r--r-- | devel/glib20/distinfo | 4 | ||||
-rw-r--r-- | devel/glib20/pkg-plist | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 9fcf97cb6..1a6c74c05 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glib -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.3,} \ ftp://ftp.gtk.org/pub/gtk/v2.3/ \ @@ -39,7 +39,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PTHREAD_LIBS="${PTHREAD_LIBS}" pre-everything:: - @if [ `${LS} ${PKG_DBDIR} | ${GREP} "^glib-2\." | ${CUT} -f 1,2 -d'.'` != glib-2.3 ]; then \ + @have_glib=`${LS} ${PKG_DBDIR} | ${GREP} '^glib-2\.' | ${CUT} -f 1,2 -d'.'` ; \ + if [ ! -z "$${have_glib}" -a "$${have_glib}" != "glib-2.3" ]; then \ if [ "x${GNOME_UPGRADE_SH_VER}" = "x" -a "x${FORCE_MANUAL_UPGRADE}" = "x" ]; then \ ${ECHO_CMD}; \ ${ECHO_CMD} "You are attempting to perform a GNOME upgrade manually. Unless you know"; \ diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo index 6a8d41ee3..e84bfcdfa 100644 --- a/devel/glib20/distinfo +++ b/devel/glib20/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/glib-2.3.5.tar.bz2) = 012e427d9efb12713357648f585b1d25 -SIZE (gnome2/glib-2.3.5.tar.bz2) = 2024272 +MD5 (gnome2/glib-2.3.6.tar.bz2) = f2073a9b9e6452414f11822ac3d97be7 +SIZE (gnome2/glib-2.3.6.tar.bz2) = 2033289 diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index 7960e5124..e99a115c2 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -108,6 +108,7 @@ share/locale/eu/LC_MESSAGES/glib20.mo share/locale/fa/LC_MESSAGES/glib20.mo share/locale/fi/LC_MESSAGES/glib20.mo share/locale/fr/LC_MESSAGES/glib20.mo +share/locale/ga/LC_MESSAGES/glib20.mo share/locale/gl/LC_MESSAGES/glib20.mo share/locale/he/LC_MESSAGES/glib20.mo share/locale/hi/LC_MESSAGES/glib20.mo @@ -125,6 +126,7 @@ share/locale/ms/LC_MESSAGES/glib20.mo share/locale/nl/LC_MESSAGES/glib20.mo share/locale/nn/LC_MESSAGES/glib20.mo share/locale/no/LC_MESSAGES/glib20.mo +share/locale/pa/LC_MESSAGES/glib20.mo share/locale/pl/LC_MESSAGES/glib20.mo share/locale/pt/LC_MESSAGES/glib20.mo share/locale/pt_BR/LC_MESSAGES/glib20.mo @@ -135,6 +137,7 @@ share/locale/sl/LC_MESSAGES/glib20.mo share/locale/sq/LC_MESSAGES/glib20.mo share/locale/sr/LC_MESSAGES/glib20.mo share/locale/sr@Latn/LC_MESSAGES/glib20.mo +share/locale/sr@ije/LC_MESSAGES/glib20.mo share/locale/sv/LC_MESSAGES/glib20.mo share/locale/ta/LC_MESSAGES/glib20.mo share/locale/tr/LC_MESSAGES/glib20.mo |