aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-11-28 20:06:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-11-28 20:06:37 +0000
commitf76d32b8e89fed7c0e459c1a7fe7a4b57661b01c (patch)
treead29e6808ff698f84e08dab8e047f0ae72838df9 /ftp
parent873cae3ab41a109b6f9cf9f4149f101d6d996235 (diff)
downloadports-f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c.tar.gz
ports-f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c.zip
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
Notes
Notes: svn path=/head/; revision=244923
Diffstat (limited to 'ftp')
-rw-r--r--ftp/gwget/Makefile6
-rw-r--r--ftp/gwget/distinfo6
-rw-r--r--ftp/gwget/files/patch-configure37
-rw-r--r--ftp/gwget/pkg-plist4
4 files changed, 8 insertions, 45 deletions
diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile
index 2a4cb75ab636..c7b34c9c3228 100644
--- a/ftp/gwget/Makefile
+++ b/ftp/gwget/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gwget
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.4
CATEGORIES= ftp gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -24,7 +24,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack gtk20 gconf2 libgnomeui \
- libglade2 desktopfileutils
+ desktopfileutils
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --disable-libnotify
BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
CONFIGURE_ARGS+= --enable-epiphany-extension
-PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.26"
+PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.28"
.else
CONFIGURE_ARGS+= --disable-epiphany-extension
PLIST_SUB+= EPIPHANY="@comment "
diff --git a/ftp/gwget/distinfo b/ftp/gwget/distinfo
index 234f647e0d28..72a1cfa0defa 100644
--- a/ftp/gwget/distinfo
+++ b/ftp/gwget/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gwget-1.0.2.tar.bz2) = 52b518ea58b3bd618db0c58910ee5ccc
-SHA256 (gnome2/gwget-1.0.2.tar.bz2) = 2e28da869f85dcf18a38f005d58ed3470cf097a886231b000c239742a5a1dace
-SIZE (gnome2/gwget-1.0.2.tar.bz2) = 433897
+MD5 (gnome2/gwget-1.0.4.tar.bz2) = b65ebc752cad068e747ae6ef45fafdcc
+SHA256 (gnome2/gwget-1.0.4.tar.bz2) = a65b2b2b3befb6cf34a697a13111b35498a6d63f9a9b048a22b8654f35ef643f
+SIZE (gnome2/gwget-1.0.4.tar.bz2) = 444843
diff --git a/ftp/gwget/files/patch-configure b/ftp/gwget/files/patch-configure
deleted file mode 100644
index 369e2a4489a7..000000000000
--- a/ftp/gwget/files/patch-configure
+++ /dev/null
@@ -1,37 +0,0 @@
---- configure.orig 2009-10-02 13:58:38.000000000 +1000
-+++ configure 2009-10-02 13:59:21.000000000 +1000
-@@ -1653,10 +1653,10 @@
- Config database for installing schema files.
- --with-gconf-schema-file-dir=dir
- Directory for installing schema files.
-- --with-epiphany-version[=1.6|1.8|1.10|2.14|2.16|2.18|2.20|2.22|2.24|2.26]
-+ --with-epiphany-version[=1.6|1.8|1.10|2.14|2.16|2.18|2.20|2.22|2.24|2.26|2.28]
- Whether to use epiphany version 1.6 or 1.8 or 1.10
- or 2.14 or 2.16 or 2.18 or 2.20 or 2.22 or 2.24 or
-- 2.26 (default 1.6)
-+ 2.26 or 2.28 (default 1.6)
- --with-extension-prefix=path Epiphany extension prefix
-
- Some influential environment variables:
-@@ -14861,7 +14861,9 @@
-
-
- EPHY_AUTODETECT="(autodetect)"
--if pkg-config --exists epiphany-2.26; then
-+if pkg-config --exists epiphany-2.28; then
-+ EPHY_VER=2.28
-+elif pkg-config --exists epiphany-2.26; then
- EPHY_VER=2.26
- elif pkg-config --exists epiphany-2.25; then
- EPHY_VER=2.25
-@@ -14976,6 +14978,10 @@
- EPIPHANY_PKGCONFIG=epiphany-2.26
- EPIPHANY_REQUIRED=2.26
- EPIPHANY_SHORTVER=226
-+elif test "x$EPHY_VER" = "x2.28"; then
-+ EPIPHANY_PKGCONFIG=epiphany-2.28
-+ EPIPHANY_REQUIRED=2.28
-+ EPIPHANY_SHORTVER=228
- else
- { $as_echo "$as_me:$LINENO: result: no epiphany installed" >&5
- $as_echo "no epiphany installed" >&6; }
diff --git a/ftp/gwget/pkg-plist b/ftp/gwget/pkg-plist
index 449e8e82756b..97a126eb251d 100644
--- a/ftp/gwget/pkg-plist
+++ b/ftp/gwget/pkg-plist
@@ -7,8 +7,8 @@ share/dbus-1/services/org.gnome.gwget.service
%%DATADIR%%/gwget-large.png
%%DATADIR%%/downloading.png
%%DATADIR%%/newdownload.png
-%%DATADIR%%/preferences.glade
-%%DATADIR%%/gwget.glade
+%%DATADIR%%/preferences.ui
+%%DATADIR%%/gwget.ui
%%EPIPHANY%%lib/epiphany/%%EPHY_VERSION%%/extensions/gwget.xml
%%EPIPHANY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libgwgetextension.a
%%EPIPHANY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libgwgetextension.la