diff options
author | pav <pav@FreeBSD.org> | 2005-05-21 00:26:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-21 00:26:20 +0800 |
commit | 6a59d9dc35406f4d81e7ce489767fb869e055283 (patch) | |
tree | 6447dd056a003c7f5069418c0bff673a3c5f9c22 /ftp/gwget | |
parent | 48bc3e11dcbe9dd25db96f56ac3ea00ed5b8233f (diff) | |
download | freebsd-ports-gnome-6a59d9dc35406f4d81e7ce489767fb869e055283.tar.gz freebsd-ports-gnome-6a59d9dc35406f4d81e7ce489767fb869e055283.tar.zst freebsd-ports-gnome-6a59d9dc35406f4d81e7ce489767fb869e055283.zip |
- Update to 0.95
PR: ports/81276
Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
Diffstat (limited to 'ftp/gwget')
-rw-r--r-- | ftp/gwget/Makefile | 2 | ||||
-rw-r--r-- | ftp/gwget/distinfo | 4 | ||||
-rw-r--r-- | ftp/gwget/files/patch-src_gwget_data.c | 10 | ||||
-rw-r--r-- | ftp/gwget/pkg-plist | 7 |
4 files changed, 18 insertions, 5 deletions
diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile index 17af5d6f6589..8bcaa46ce657 100644 --- a/ftp/gwget/Makefile +++ b/ftp/gwget/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gwget -PORTVERSION= 0.94 +PORTVERSION= 0.95 CATEGORIES= ftp www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} diff --git a/ftp/gwget/distinfo b/ftp/gwget/distinfo index 5a3354fb361c..77e75ff083f2 100644 --- a/ftp/gwget/distinfo +++ b/ftp/gwget/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gwget-0.94.tar.bz2) = 15a9d6120c52c20aa44934bb75738385 -SIZE (gnome2/gwget-0.94.tar.bz2) = 398490 +MD5 (gnome2/gwget-0.95.tar.bz2) = 8c268fb6c8f724f0e1971c033ada9c47 +SIZE (gnome2/gwget-0.95.tar.bz2) = 418952 diff --git a/ftp/gwget/files/patch-src_gwget_data.c b/ftp/gwget/files/patch-src_gwget_data.c new file mode 100644 index 000000000000..ba61130fc9e4 --- /dev/null +++ b/ftp/gwget/files/patch-src_gwget_data.c @@ -0,0 +1,10 @@ +--- src/gwget_data.c.orig Thu May 19 19:02:00 2005 ++++ src/gwget_data.c Thu May 19 19:02:38 2005 +@@ -31,6 +31,7 @@ + #include "main_window_cb.h" + #include "utils.h" + #include "systray.h" ++#include <netinet/in.h> + + #include <config.h> + diff --git a/ftp/gwget/pkg-plist b/ftp/gwget/pkg-plist index 67bb64d016a5..42d2c213a594 100644 --- a/ftp/gwget/pkg-plist +++ b/ftp/gwget/pkg-plist @@ -9,21 +9,23 @@ include/gwget/systray.h include/gwget/utils.h include/gwget/wget-log.h libdata/bonobo/servers/GNOME_Gwget.server -%%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.a %%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.so -%%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.so.0 +%%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/gwget.xml share/gnome/applications/gwget.desktop share/gnome/gwget/about.glade +share/gnome/gwget/downloading.png share/gnome/gwget/gwget-large.png share/gnome/gwget/gwget-off.png share/gnome/gwget/gwget.glade share/gnome/gwget/gwget.png share/gnome/gwget/gwget.xpm share/gnome/gwget/newdownload.glade +share/gnome/gwget/newdownload.png share/gnome/gwget/preferences.glade share/gnome/idl/GNOME_Gwget.idl share/gnome/pixmaps/gwget.png share/locale/bg/LC_MESSAGES/gwget.mo +share/locale/ca/LC_MESSAGES/gwget.mo share/locale/cs/LC_MESSAGES/gwget.mo share/locale/da/LC_MESSAGES/gwget.mo share/locale/de/LC_MESSAGES/gwget.mo @@ -45,6 +47,7 @@ share/locale/pt/LC_MESSAGES/gwget.mo share/locale/pt_BR/LC_MESSAGES/gwget.mo share/locale/ro/LC_MESSAGES/gwget.mo share/locale/ru/LC_MESSAGES/gwget.mo +share/locale/rw/LC_MESSAGES/gwget.mo share/locale/sk/LC_MESSAGES/gwget.mo share/locale/sq/LC_MESSAGES/gwget.mo share/locale/sv/LC_MESSAGES/gwget.mo |