diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-05 04:48:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-05 04:48:48 +0800 |
commit | 391f7b18b8fd238a1f1ab75f46218f9c7f0aaf11 (patch) | |
tree | 26daf05ecc12d56e8cf49fcad52b63b2659dc499 /www/epiphany | |
parent | 9c60e6b00022b605928d3ce43aa4dd8062c831d3 (diff) | |
download | freebsd-ports-gnome-391f7b18b8fd238a1f1ab75f46218f9c7f0aaf11.tar.gz freebsd-ports-gnome-391f7b18b8fd238a1f1ab75f46218f9c7f0aaf11.tar.zst freebsd-ports-gnome-391f7b18b8fd238a1f1ab75f46218f9c7f0aaf11.zip |
Update to 0.8.2.
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 5 | ||||
-rw-r--r-- | www/epiphany/distinfo | 2 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 9 |
3 files changed, 13 insertions, 3 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index f7c65181bbc2..794348c2e44c 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -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' diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index f178f922b20a..24d3bf5b7bae 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1 +1 @@ -MD5 (gnome2/epiphany-0.8.0.tar.gz) = f3648619a7c93bf6aa5b9e5b515c51a1 +MD5 (gnome2/epiphany-0.8.2.tar.bz2) = 2a9d25540a3e7ed478748872ba8f335e diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index 80406232a97b..5c292e053da8 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -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 |