diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-07 06:01:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-07 06:01:55 +0800 |
commit | 08f57c1651f6589e0db7e11e3676a724f38057cc (patch) | |
tree | 8fc4a665ecf7a460b75f0841a4e797427f60da33 /www | |
parent | 5df6ee46bb63c6dd73d2122c148185376fe5c45a (diff) | |
download | marcuscom-ports-08f57c1651f6589e0db7e11e3676a724f38057cc.tar.gz marcuscom-ports-08f57c1651f6589e0db7e11e3676a724f38057cc.tar.zst marcuscom-ports-08f57c1651f6589e0db7e11e3676a724f38057cc.zip |
Update to 1.9.99.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5856 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 5 | ||||
-rw-r--r-- | www/epiphany/distinfo | 6 | ||||
-rw-r--r-- | www/epiphany/files/patch-src_ephy-main.c | 19 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 3 |
4 files changed, 8 insertions, 25 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index fdee8dfd5..e565cc473 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.101 2006/02/28 05:07:03 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.102 2006/03/01 21:41:33 marcus Exp $ # PORTNAME= epiphany -PORTVERSION= 1.9.8 -PORTREVISION= 1 +PORTVERSION= 1.9.99 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.9 diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index c45f5d166..acc7c80dd 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/epiphany-1.9.8.tar.bz2) = 6fbbe70693b00c743d70888c05e1fee4 -SHA256 (gnome2/epiphany-1.9.8.tar.bz2) = d142cf1c7505a2d1d79351e7afa3be052b0f7af1c8ca3151ceff11d333278b84 -SIZE (gnome2/epiphany-1.9.8.tar.bz2) = 3549717 +MD5 (gnome2/epiphany-1.9.99.tar.bz2) = bd290f72168131ac8cab88307c0a9a91 +SHA256 (gnome2/epiphany-1.9.99.tar.bz2) = a5dd4714bed1b2349945af933e015dce21a8119fe12eda9abd96dbb14e2a21b5 +SIZE (gnome2/epiphany-1.9.99.tar.bz2) = 3575722 diff --git a/www/epiphany/files/patch-src_ephy-main.c b/www/epiphany/files/patch-src_ephy-main.c deleted file mode 100644 index f3241ab60..000000000 --- a/www/epiphany/files/patch-src_ephy-main.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/ephy-main.c.orig Wed Mar 1 16:34:13 2006 -+++ src/ephy-main.c Wed Mar 1 16:34:15 2006 -@@ -569,14 +569,13 @@ main (int argc, - - for (i = 0; arguments[i] != NULL; ++i) - { -- char *uri, *path = NULL; -+ char *uri, *path = NULL, rpath[PATH_MAX]; - -- path = realpath (arguments[i], NULL); -+ path = realpath (arguments[i], rpath); - if (path != NULL) - { - uri = g_locale_to_utf8 (path, -1, - NULL, NULL, &error); -- free (path); - } - else - { diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index 2ad384ec6..63e15b140 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -178,6 +178,7 @@ share/locale/id/LC_MESSAGES/epiphany.mo share/locale/is/LC_MESSAGES/epiphany.mo share/locale/it/LC_MESSAGES/epiphany.mo share/locale/ja/LC_MESSAGES/epiphany.mo +share/locale/ka/LC_MESSAGES/epiphany.mo share/locale/ko/LC_MESSAGES/epiphany.mo share/locale/ku/LC_MESSAGES/epiphany.mo share/locale/li/LC_MESSAGES/epiphany.mo @@ -218,6 +219,8 @@ share/locale/zh_HK/LC_MESSAGES/epiphany.mo share/locale/zh_TW/LC_MESSAGES/epiphany.mo @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/ka/LC_MESSAGES +@dirrmtry share/locale/ka @dirrm share/gnome/omf/epiphany @dirrm share/gnome/help/epiphany/uk/figures @dirrm share/gnome/help/epiphany/uk |