diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-26 09:18:37 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-26 09:18:37 +0000 |
commit | 2020612990532d3bbaa247539188442212668edf (patch) | |
tree | f5e985cee4fe0d1fbb857affe1e654f6780047d5 /x11-toolkits/gtk30 | |
parent | a44d334a1b8dbb94b0c87c58ae24ab3612713641 (diff) | |
download | FreeBSD-ports-2020612990532d3bbaa247539188442212668edf.zip FreeBSD-ports-2020612990532d3bbaa247539188442212668edf.tar.gz |
Update to GNOME 2.0 RC2.
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk30/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/pkg-plist | 1 |
3 files changed, 8 insertions, 6 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 514f492..f982490 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gtk -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.5 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-rc1,} \ +MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-rc2,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ @@ -31,6 +31,7 @@ USE_BZIP2= yes NO_LATEST_LINK= yes USE_X_PREFIX= yes USE_XPM= yes +USE_REINPLACE= yes USE_PERL5= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes @@ -45,9 +46,9 @@ MAN1= gdk-pixbuf-csource.1 post-extract: @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ - xargs ${PERL} -pi -e 's|-lgmodule|\@GMODULE_LIBS\@|g' - @find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \ - 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g' + xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' + @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' pre-build: ${RM} -rf ${WRKSRC}/docs/gtk.info* diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index 3ba12f4..68f8665 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1 +1 @@ -MD5 (gnome2/gtk+-2.0.3.tar.bz2) = ede2b96a3de02b5e2c29de741529b358 +MD5 (gnome2/gtk+-2.0.5.tar.bz2) = dfa52595e76fd389c4d42c60412317e8 diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index 055634d..a90f3e4 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -222,6 +222,7 @@ libdata/pkgconfig/gdk-x11-2.0.pc libdata/pkgconfig/gtk+-2.0.pc libdata/pkgconfig/gtk+-x11-2.0.pc share/aclocal/gtk-2.0.m4 +share/locale/ar/LC_MESSAGES/gtk20.mo share/locale/az/LC_MESSAGES/gtk20.mo share/locale/ca/LC_MESSAGES/gtk20.mo share/locale/cs/LC_MESSAGES/gtk20.mo |