diff options
-rw-r--r-- | www/epiphany/Makefile | 16 | ||||
-rw-r--r-- | www/epiphany/distinfo | 6 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 4 |
3 files changed, 15 insertions, 11 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 849ac3ce0..2bad99189 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.206 2009/08/25 00:04:45 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.207 2009/08/25 07:06:31 kwm Exp $ # PORTNAME= epiphany -PORTVERSION= 2.27.91 +PORTVERSION= 2.27.92 PORTREVISION?= 0 CATEGORIES= www gnome MASTER_SITES= GNOME @@ -18,7 +18,7 @@ COMMENT?= An extremely lightweight and simple web browser for GNOME 2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - webkit-1.0.11:${PORTSDIR}/www/webkit-gtk2 \ + webkit-1.0.12:${PORTSDIR}/www/webkit-gtk2 \ notify.1:${PORTSDIR}/devel/libnotify \ gnome-keyring.0:${PORTSDIR}/security/gnome-keyring RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ @@ -44,7 +44,7 @@ PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}" MAN1= epiphany.1 -OPTIONS= SPELL_CHECKER "Enable spell checking support" off +OPTIONS= NSS "Import passwords from 2.26 and older on first run" on .if defined(PACKAGE_BUILDING) .undef WITHOUT_GNOME @@ -59,9 +59,11 @@ NO_WERROR= yes CONFIGURE_ARGS+= --enable-compile-warnings=no .endif -.if defined(WITH_SPELL_CHECKER) -LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant -CONFIGURE_ARGS+=--enable-spell-checker +.if defined(WITH_NSS) +LIB_DEPENDS+= nss3.1:${PORTSDIR}/security/nss +CONFIGURE_ARGS+=--enable-nss +.else +CONFIGURE_ARGS+=--disable-nss .endif post-patch: diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index 965fda587..a3529ddd3 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/epiphany-2.27.91.tar.bz2) = 3d275ded5c0626fac0b53ef7cfb20663 -SHA256 (gnome2/epiphany-2.27.91.tar.bz2) = 037f1f5df3a203e39dd2f8184b8bf99434782f63ae0b0c722f0d58bb86457e22 -SIZE (gnome2/epiphany-2.27.91.tar.bz2) = 5683771 +MD5 (gnome2/epiphany-2.27.92.tar.bz2) = abb1d7171c9910cf722360674bfaf3bf +SHA256 (gnome2/epiphany-2.27.92.tar.bz2) = aa65f4ec12abb0d9b1ddac1e65055f7e75d53004a4a05c848877f9378a68b11f +SIZE (gnome2/epiphany-2.27.92.tar.bz2) = 5650695 diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index bb7eed5ca..5de88f3ed 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -294,7 +294,7 @@ share/locale/sk/LC_MESSAGES/epiphany.mo share/locale/sl/LC_MESSAGES/epiphany.mo share/locale/sq/LC_MESSAGES/epiphany.mo share/locale/sr/LC_MESSAGES/epiphany.mo -share/locale/sr@Latn/LC_MESSAGES/epiphany.mo +share/locale/sr@latin/LC_MESSAGES/epiphany.mo share/locale/sv/LC_MESSAGES/epiphany.mo share/locale/ta/LC_MESSAGES/epiphany.mo share/locale/te/LC_MESSAGES/epiphany.mo @@ -408,6 +408,8 @@ share/omf/epiphany/epiphany-uk.omf @dirrmtry share/locale/zh_HK @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin @dirrmtry share/locale/si/LC_MESSAGES @dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES |