diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-16 04:16:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-16 04:16:42 +0800 |
commit | 5752cc4290f146c7c812ea173cb687717e32fdfa (patch) | |
tree | 6b8f6676d351ce0df96c2402107c4882aded984c /www | |
parent | d7dbab1fac78a9ce187e5ec110d765d40f76288f (diff) | |
download | marcuscom-ports-5752cc4290f146c7c812ea173cb687717e32fdfa.tar marcuscom-ports-5752cc4290f146c7c812ea173cb687717e32fdfa.tar.gz marcuscom-ports-5752cc4290f146c7c812ea173cb687717e32fdfa.tar.bz2 marcuscom-ports-5752cc4290f146c7c812ea173cb687717e32fdfa.tar.lz marcuscom-ports-5752cc4290f146c7c812ea173cb687717e32fdfa.tar.xz marcuscom-ports-5752cc4290f146c7c812ea173cb687717e32fdfa.tar.zst marcuscom-ports-5752cc4290f146c7c812ea173cb687717e32fdfa.zip |
Update to 1.1.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1831 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 3 | ||||
-rw-r--r-- | www/epiphany/distinfo | 3 | ||||
-rw-r--r-- | www/epiphany/files/patch-embed_mozilla_GlobalHistory.cpp | 21 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 5 |
4 files changed, 28 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index bc04e79ac..91b4281d7 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -6,8 +6,7 @@ # PORTNAME= epiphany -PORTVERSION= 1.1.7 -PORTREVISION= 1 +PORTVERSION= 1.1.8 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index 193e53ad9..7593076fa 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1 +1,2 @@ -MD5 (gnome2/epiphany-1.1.7.tar.bz2) = 42cca068c54c931537ec4f6a6ccfcd8b +MD5 (gnome2/epiphany-1.1.8.tar.bz2) = 62ab4bfed909eaf87c436b5b202defac +SIZE (gnome2/epiphany-1.1.8.tar.bz2) = 2078083 diff --git a/www/epiphany/files/patch-embed_mozilla_GlobalHistory.cpp b/www/epiphany/files/patch-embed_mozilla_GlobalHistory.cpp new file mode 100644 index 000000000..c8c6e823a --- /dev/null +++ b/www/epiphany/files/patch-embed_mozilla_GlobalHistory.cpp @@ -0,0 +1,21 @@ +--- embed/mozilla/GlobalHistory.cpp.orig Sun Feb 15 14:52:36 2004 ++++ embed/mozilla/GlobalHistory.cpp Sun Feb 15 14:54:18 2004 +@@ -30,13 +30,15 @@ + #include <nsString.h> + #include <nsIURI.h> + +-NS_IMPL_ISUPPORTS2(MozGlobalHistory, + #if MOZILLA_SNAPSHOT > 13 +- nsIGlobalHistory2, ++NS_IMPL_ISUPPORTS2(MozGlobalHistory, ++ nsIGlobalHistory2, ++ nsIBrowserHistory) + #else ++NS_IMPL_ISUPPORTS2(MozGlobalHistory, + nsIGlobalHistory, +-#endif + nsIBrowserHistory) ++#endif + + MozGlobalHistory::MozGlobalHistory () + { diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index 1012d7811..2dec28ab5 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -34,11 +34,12 @@ include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-password-manager.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-permission-manager.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-session.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-shell.h +include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-statusbar.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-tab.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-window.h libdata/bonobo/servers/GNOME_Epiphany_Automation.server libdata/bonobo/servers/GNOME_Epiphany_NautilusView.server -libdata/pkgconfig/epiphany-1.0.pc +libdata/pkgconfig/epiphany-1.2.pc %%DOCSDIR%%/ch01.html %%DOCSDIR%%/epiphany-ephy-cookie-manager.html %%DOCSDIR%%/epiphany-ephy-embed-factory.html @@ -119,6 +120,7 @@ share/locale/ja/LC_MESSAGES/epiphany.mo share/locale/ko/LC_MESSAGES/epiphany.mo share/locale/li/LC_MESSAGES/epiphany.mo share/locale/lt/LC_MESSAGES/epiphany.mo +share/locale/mi/LC_MESSAGES/epiphany.mo share/locale/mk/LC_MESSAGES/epiphany.mo share/locale/mn/LC_MESSAGES/epiphany.mo share/locale/ms/LC_MESSAGES/epiphany.mo @@ -137,6 +139,7 @@ share/locale/sr@Latn/LC_MESSAGES/epiphany.mo share/locale/sv/LC_MESSAGES/epiphany.mo share/locale/ta/LC_MESSAGES/epiphany.mo share/locale/tr/LC_MESSAGES/epiphany.mo +share/locale/uk/LC_MESSAGES/epiphany.mo share/locale/vi/LC_MESSAGES/epiphany.mo share/locale/wa/LC_MESSAGES/epiphany.mo share/locale/zh_CN/LC_MESSAGES/epiphany.mo |