diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-28 10:15:28 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-28 10:15:28 +0800 |
commit | fbabe3f51db5d40170b3d2986e5ab32ddb28a12c (patch) | |
tree | c59abfdbefae2753d3e35434fe103d102a394541 | |
parent | 84ba23acf60e97114b11246bc30f9a0bedbefe00 (diff) | |
download | marcuscom-ports-fbabe3f51db5d40170b3d2986e5ab32ddb28a12c.tar marcuscom-ports-fbabe3f51db5d40170b3d2986e5ab32ddb28a12c.tar.gz marcuscom-ports-fbabe3f51db5d40170b3d2986e5ab32ddb28a12c.tar.bz2 marcuscom-ports-fbabe3f51db5d40170b3d2986e5ab32ddb28a12c.tar.lz marcuscom-ports-fbabe3f51db5d40170b3d2986e5ab32ddb28a12c.tar.xz marcuscom-ports-fbabe3f51db5d40170b3d2986e5ab32ddb28a12c.tar.zst marcuscom-ports-fbabe3f51db5d40170b3d2986e5ab32ddb28a12c.zip |
- Update to 2.21.90.
- USE_XLIB/USE_XPM -> USE_XORG=xpm.
- Add a missing dependency, pygnome2. In the ChangeLog (2.21.2) said that
gnome-about has been rewrite in python. It shows that it has 'import gnome'
in it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10237 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-desktop/Makefile | 9 | ||||
-rw-r--r-- | x11/gnome-desktop/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 600898886..f21359ab1 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-desktop/Makefile,v 1.130 2007/12/22 22:33:29 kwm Exp $ +# $MCom: ports/x11/gnome-desktop/Makefile,v 1.131 2008/01/15 05:18:17 mezz Exp $ # PORTNAME= gnome-desktop -PORTVERSION= 2.21.5 +PORTVERSION= 2.21.90 PORTREVISION?= 0 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -21,14 +21,13 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USE_XPM= yes +USE_XORG= xpm USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \ - ltverhack referencehack + ltverhack referencehack pygnome2 GNOME_DESKTOP_VERSION=2 USE_GETTEXT= yes USE_GMAKE= yes USE_BISON= build -USE_XLIB= yes INSTALLS_OMF= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo index a6caf4de2..872832cc6 100644 --- a/x11/gnome-desktop/distinfo +++ b/x11/gnome-desktop/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-desktop-2.21.5.tar.bz2) = ed6d0386560aea091052a4679f4dad37 -SHA256 (gnome2/gnome-desktop-2.21.5.tar.bz2) = 1c64ce85451788318286657cfcff2e92b4e7572f7970a9c1a2105bbcc0938cd4 -SIZE (gnome2/gnome-desktop-2.21.5.tar.bz2) = 1377045 +MD5 (gnome2/gnome-desktop-2.21.90.tar.bz2) = a0b814e9c1b700c0e3deffc85c3301c9 +SHA256 (gnome2/gnome-desktop-2.21.90.tar.bz2) = 23386f74509bd041ee95a59e99bf962fca494f3742ac963bc9c57613b2c7ce7d +SIZE (gnome2/gnome-desktop-2.21.90.tar.bz2) = 1376270 |