mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Update to 1.6.4.
This commit is contained in:
parent
3a369b791a
commit
7b1f674b62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138522
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= epiphany
|
||||
PORTVERSION= 1.6.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6.4
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.6
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gnome2/epiphany-1.6.3.tar.bz2) = dcb0dfd819a04dfaa55e63d10ef51496
|
||||
SIZE (gnome2/epiphany-1.6.3.tar.bz2) = 3021173
|
||||
MD5 (gnome2/epiphany-1.6.4.tar.bz2) = fbe9925593968c2f78abfa1e3a08e6d4
|
||||
SIZE (gnome2/epiphany-1.6.4.tar.bz2) = 3036153
|
||||
|
@ -1,7 +1,7 @@
|
||||
bin/epiphany
|
||||
bin/epiphany-bin
|
||||
include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-bookmarks.h
|
||||
include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-bookmarks-type-builtins.h
|
||||
include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-bookmarks.h
|
||||
include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-command-manager.h
|
||||
include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-cookie-manager.h
|
||||
include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-dialog.h
|
||||
@ -32,7 +32,7 @@ include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-tab.h
|
||||
include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-type-builtins.h
|
||||
include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-window.h
|
||||
libdata/bonobo/servers/GNOME_Epiphany_Automation.server
|
||||
libdata/pkgconfig/epiphany-1.6.pc
|
||||
libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc
|
||||
%%DOCSDIR%%/EphyCommandManager.html
|
||||
%%DOCSDIR%%/EphyEmbed.html
|
||||
%%DOCSDIR%%/EphyNodeDb.html
|
||||
@ -41,11 +41,11 @@ libdata/pkgconfig/epiphany-1.6.pc
|
||||
%%DOCSDIR%%/ch01.html
|
||||
%%DOCSDIR%%/ch02.html
|
||||
%%DOCSDIR%%/epiphany-EphyEmbedFactory.html
|
||||
%%DOCSDIR%%/epiphany-EphyExtensionsManager.html
|
||||
%%DOCSDIR%%/epiphany-EphyEmbedPersist.html
|
||||
%%DOCSDIR%%/epiphany-EphyEmbedSingle.html
|
||||
%%DOCSDIR%%/epiphany-EphyPermissionManager.html
|
||||
%%DOCSDIR%%/epiphany-EphyExtensionsManager.html
|
||||
%%DOCSDIR%%/epiphany-EphyGlade.html
|
||||
%%DOCSDIR%%/epiphany-EphyPermissionManager.html
|
||||
%%DOCSDIR%%/epiphany-ephy-cookie-manager.html
|
||||
%%DOCSDIR%%/epiphany-ephy-password-manager.html
|
||||
%%DOCSDIR%%/epiphany-ephy-session.html
|
||||
@ -61,7 +61,6 @@ libdata/pkgconfig/epiphany-1.6.pc
|
||||
share/gnome/application-registry/epiphany.applications
|
||||
share/gnome/applications/bme.desktop
|
||||
share/gnome/applications/epiphany.desktop
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
share/gnome/epiphany/art/epiphany-bookmarks.png
|
||||
share/gnome/epiphany/art/epiphany-close-tab.png
|
||||
share/gnome/epiphany/art/epiphany-download.png
|
||||
@ -147,6 +146,7 @@ share/locale/fa/LC_MESSAGES/epiphany.mo
|
||||
share/locale/fi/LC_MESSAGES/epiphany.mo
|
||||
share/locale/fr/LC_MESSAGES/epiphany.mo
|
||||
share/locale/ga/LC_MESSAGES/epiphany.mo
|
||||
share/locale/gl/LC_MESSAGES/epiphany.mo
|
||||
share/locale/gu/LC_MESSAGES/epiphany.mo
|
||||
share/locale/he/LC_MESSAGES/epiphany.mo
|
||||
share/locale/hi/LC_MESSAGES/epiphany.mo
|
||||
@ -191,6 +191,10 @@ share/locale/vi/LC_MESSAGES/epiphany.mo
|
||||
share/locale/wa/LC_MESSAGES/epiphany.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/epiphany.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/epiphany.mo
|
||||
@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/rw 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/mi/LC_MESSAGES 2> /dev/null || true
|
||||
@unexec rmdir %D/share/locale/mi 2> /dev/null || true
|
||||
@dirrm share/gnome/omf/epiphany
|
||||
@dirrm share/gnome/help/epiphany/uk/figures
|
||||
@dirrm share/gnome/help/epiphany/uk
|
||||
@ -211,4 +215,5 @@ share/locale/zh_TW/LC_MESSAGES/epiphany.mo
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm include/epiphany-%%EPHY_VERSION%%/epiphany
|
||||
@dirrm include/epiphany-%%EPHY_VERSION%%
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user