diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-13 03:04:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-13 03:04:15 +0800 |
commit | f4f1789f7825d6943f40e2219f82850cc2db6502 (patch) | |
tree | 988d0ff4d13fb6a4400c23e56de5f74d40ac5ce0 | |
parent | ddae281cf39a70f785fce03470d3245c0295c8a0 (diff) | |
download | marcuscom-ports-f4f1789f7825d6943f40e2219f82850cc2db6502.tar marcuscom-ports-f4f1789f7825d6943f40e2219f82850cc2db6502.tar.gz marcuscom-ports-f4f1789f7825d6943f40e2219f82850cc2db6502.tar.bz2 marcuscom-ports-f4f1789f7825d6943f40e2219f82850cc2db6502.tar.lz marcuscom-ports-f4f1789f7825d6943f40e2219f82850cc2db6502.tar.xz marcuscom-ports-f4f1789f7825d6943f40e2219f82850cc2db6502.tar.zst marcuscom-ports-f4f1789f7825d6943f40e2219f82850cc2db6502.zip |
Update to 2.8.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4476 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/glib20/Makefile | 8 | ||||
-rw-r--r-- | devel/glib20/distinfo | 4 | ||||
-rw-r--r-- | devel/glib20/pkg-plist | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 321c369bb..c528ee229 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,14 +3,14 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.50 2005/08/04 17:48:12 marcus Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.51 2005/08/06 01:53:09 marcus Exp $ # PORTNAME= glib -PORTVERSION= 2.7.7 +PORTVERSION= 2.8.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.7,} \ - ftp://ftp.gtk.org/pub/gtk/v2.7/ \ +MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.8,} \ + ftp://ftp.gtk.org/pub/gtk/v2.8/ \ ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ http://www.ameth.org/gimp/%SUBDIR%/ \ diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo index 078050445..768ed25fe 100644 --- a/devel/glib20/distinfo +++ b/devel/glib20/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/glib-2.7.7.tar.bz2) = 1524e5300d6bbdc6682be057744ddc53 -SIZE (gnome2/glib-2.7.7.tar.bz2) = 2553553 +MD5 (gnome2/glib-2.8.0.tar.bz2) = 803305bfd59cf7421d90983bf63e5227 +SIZE (gnome2/glib-2.8.0.tar.bz2) = 2561023 diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index beefaaf26..0cc41e9d3 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -156,6 +156,7 @@ 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/te/LC_MESSAGES/glib20.mo share/locale/th/LC_MESSAGES/glib20.mo share/locale/tl/LC_MESSAGES/glib20.mo share/locale/tr/LC_MESSAGES/glib20.mo @@ -172,6 +173,8 @@ share/locale/zh_TW/LC_MESSAGES/glib20.mo @unexec rmdir %D/share/locale/rw 2> /dev/null || true @unexec rmdir %D/share/locale/sr@ije/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/sr@ije 2> /dev/null || true +@unexec rmdir %D/share/locale/te/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/te 2> /dev/null || true @unexec rmdir %D/share/locale/tl/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/tl 2> /dev/null || true @unexec rmdir %D/share/locale/xh/LC_MESSAGES 2> /dev/null || true |