diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-30 01:21:03 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-30 01:21:03 +0800 |
commit | 51060d6330fcc6e61ca3c68f3dd443a107403e1b (patch) | |
tree | 2aadd88bd76761863a050f1850476113bdfac633 /devel | |
parent | 646905ba0c509e8098b3ee820958ea7d98ebfb19 (diff) | |
download | marcuscom-ports-51060d6330fcc6e61ca3c68f3dd443a107403e1b.tar marcuscom-ports-51060d6330fcc6e61ca3c68f3dd443a107403e1b.tar.gz marcuscom-ports-51060d6330fcc6e61ca3c68f3dd443a107403e1b.tar.bz2 marcuscom-ports-51060d6330fcc6e61ca3c68f3dd443a107403e1b.tar.lz marcuscom-ports-51060d6330fcc6e61ca3c68f3dd443a107403e1b.tar.xz marcuscom-ports-51060d6330fcc6e61ca3c68f3dd443a107403e1b.tar.zst marcuscom-ports-51060d6330fcc6e61ca3c68f3dd443a107403e1b.zip |
I don't think this is needed but beter save then sorry.
Also clean up comment on later date. When we sure this works good.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14158 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib20/Makefile | 4 | ||||
-rw-r--r-- | devel/glib20/pkg-plist | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index a934b9c71..13f24cbac 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,13 +3,13 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.168 2010/05/27 18:34:48 kwm Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.169 2010/05/28 09:17:34 kwm Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! PORTNAME= glib PORTVERSION= 2.25.7 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index 5c3ead35d..1f09f83ad 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -318,6 +318,10 @@ share/locale/yi/LC_MESSAGES/glib20.mo share/locale/zh_CN/LC_MESSAGES/glib20.mo share/locale/zh_HK/LC_MESSAGES/glib20.mo share/locale/zh_TW/LC_MESSAGES/glib20.mo +@comment I don't think we need to remove this. It looks like if there are no +@comment gschema.xml files the gschemas.compiled is removed +@comment @unexec /bin/rm -f %D/share/glib-2.0/schemas/gschemas.compiled +@exec glib-compile-schemas --uninstall %D/share/glib-2.0/schemas @dirrm share/glib-2.0/schemas @dirrm share/glib-2.0/gettext/po @dirrm share/glib-2.0/gettext |