mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Update to 0.8.2.
This commit is contained in:
parent
6cc1afcbb1
commit
2d6966dda7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86309
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= epiphany
|
||||
PORTVERSION= 0.8.0
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
|
||||
@ -38,6 +38,7 @@ HEADERS_SUFX=
|
||||
.endif
|
||||
.endif
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomeprefix gnomehack libgnomeui
|
||||
WANT_GNOME= yes
|
||||
@ -88,7 +89,7 @@ post-extract:
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' ${WRKSRC}/configure
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-lpthread|${PTHREAD_LIBS}|g'
|
||||
@${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|malloc\.h|stdlib.h|g'
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/epiphany-0.8.0.tar.gz) = f3648619a7c93bf6aa5b9e5b515c51a1
|
||||
MD5 (gnome2/epiphany-0.8.2.tar.bz2) = 2a9d25540a3e7ed478748872ba8f335e
|
||||
|
@ -32,6 +32,7 @@ include/epiphany-1.0/epiphany/ephy-window.h
|
||||
include/epiphany-1.0/epiphany/session.h
|
||||
libdata/bonobo/servers/GNOME_Epiphany_Automation.server
|
||||
libdata/bonobo/servers/GNOME_Epiphany_NautilusView.server
|
||||
libdata/pkgconfig/epiphany-1.0.pc
|
||||
share/gnome/application-registry/epiphany.applications
|
||||
share/gnome/applications/bme.desktop
|
||||
share/gnome/applications/epiphany.desktop
|
||||
@ -60,19 +61,26 @@ share/gnome/epiphany/nautilus-epiphany-view.xml
|
||||
share/gnome/help/epiphany/C/epiphany.xml
|
||||
share/gnome/help/epiphany/C/figures/ephy-screenshot.png
|
||||
share/gnome/help/epiphany/C/legal.xml
|
||||
share/gnome/help/epiphany/nl/epiphany.xml
|
||||
share/gnome/help/epiphany/nl/figures/ephy-screenshot.png
|
||||
share/gnome/help/epiphany/nl/legal.xml
|
||||
share/gnome/omf/epiphany/epiphany-C.omf
|
||||
@exec scrollkeeper-install -q %D/share/gnome/omf/epiphany/epiphany-C.omf 2>/dev/null || /usr/bin/true
|
||||
share/gnome/omf/epiphany/epiphany-nl.omf
|
||||
@exec scrollkeeper-install -q %D/share/gnome/omf/epiphany/epiphany-nl.omf 2>/dev/null || /usr/bin/true
|
||||
share/gnome/pixmaps/epiphany-bookmarks.png
|
||||
share/locale/am/LC_MESSAGES/epiphany.mo
|
||||
share/locale/ar/LC_MESSAGES/epiphany.mo
|
||||
share/locale/be/LC_MESSAGES/epiphany.mo
|
||||
share/locale/ca/LC_MESSAGES/epiphany.mo
|
||||
share/locale/cs/LC_MESSAGES/epiphany.mo
|
||||
share/locale/cy/LC_MESSAGES/epiphany.mo
|
||||
share/locale/da/LC_MESSAGES/epiphany.mo
|
||||
share/locale/de/LC_MESSAGES/epiphany.mo
|
||||
share/locale/el/LC_MESSAGES/epiphany.mo
|
||||
share/locale/en_GB/LC_MESSAGES/epiphany.mo
|
||||
share/locale/es/LC_MESSAGES/epiphany.mo
|
||||
share/locale/fi/LC_MESSAGES/epiphany.mo
|
||||
share/locale/fr/LC_MESSAGES/epiphany.mo
|
||||
share/locale/hu/LC_MESSAGES/epiphany.mo
|
||||
share/locale/ja/LC_MESSAGES/epiphany.mo
|
||||
@ -111,3 +119,4 @@ share/locale/zh_TW/LC_MESSAGES/epiphany.mo
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/epiphany/dialogs
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/epiphany
|
||||
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/epiphany/epiphany-C.omf 2>/dev/null || /usr/bin/true
|
||||
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/epiphany/epiphany-nl.omf 2>/dev/null || /usr/bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user