summaryrefslogtreecommitdiffstats
path: root/www/epiphany3
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-09-22 22:56:12 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-09-22 22:56:12 +0800
commit71f4ea4fe97fd8676640df8619f61365da34a405 (patch)
tree9490e88077fbc59e7c1b9bb9ef6c77cbe8c724ae /www/epiphany3
parent0c216d896f4325eef506ee0e486a216a2efdaa77 (diff)
downloadmarcuscom-ports-71f4ea4fe97fd8676640df8619f61365da34a405.tar
marcuscom-ports-71f4ea4fe97fd8676640df8619f61365da34a405.tar.gz
marcuscom-ports-71f4ea4fe97fd8676640df8619f61365da34a405.tar.bz2
marcuscom-ports-71f4ea4fe97fd8676640df8619f61365da34a405.tar.lz
marcuscom-ports-71f4ea4fe97fd8676640df8619f61365da34a405.tar.xz
marcuscom-ports-71f4ea4fe97fd8676640df8619f61365da34a405.tar.zst
marcuscom-ports-71f4ea4fe97fd8676640df8619f61365da34a405.zip
Update to 3.1.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16320 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany3')
-rw-r--r--www/epiphany3/Makefile15
-rw-r--r--www/epiphany3/distinfo4
2 files changed, 13 insertions, 6 deletions
diff --git a/www/epiphany3/Makefile b/www/epiphany3/Makefile
index 0613171cf..06b875c1b 100644
--- a/www/epiphany3/Makefile
+++ b/www/epiphany3/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/epiphany3/Makefile,v 1.19 2011/08/17 13:11:01 kwm Exp $
+# $MCom: ports/www/epiphany3/Makefile,v 1.20 2011/09/17 15:39:54 kwm Exp $
#
PORTNAME= epiphany
-PORTVERSION= 3.1.91.1
+PORTVERSION= 3.1.92
PORTREVISION?= 0
CATEGORIES= www gnome
MASTER_SITES= GNOME
@@ -47,8 +47,8 @@ INSTALLS_OMF= yes
CONFIGURE_ARGS+=--enable-introspection \
--enable-network-manager=no \
--with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib" \
+CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="${PTHREAD_LIBS}"
GLIB_SCHEMAS= org.gnome.Epiphany.enums.xml \
@@ -59,6 +59,7 @@ PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}"
MAN1= epiphany.1
OPTIONS= NSS "Import passwords from 2.26 and older on first run" off \
+ AVAHI "Enable zeroconf bookmark support" on \
SPELLCHECK "Enable spell checking by default" on \
SEED "Enable seed (JavaScript) support" on
@@ -82,6 +83,12 @@ CONFIGURE_ARGS+=--enable-nss
CONFIGURE_ARGS+=--disable-nss
.endif
+.if defined(WITH_AVAHI)
+LIB_DEPENDS+= avahi-gobject.0:${PORTSDIR}/net/avahi-app
+.else
+CONFIGURE_ARGS+=--disable-zeroconf
+.endif
+
.if defined(WITH_SEED)
LIB_DEPENDS+= seed-gtk3.0:${PORTSDIR}/devel/seed3
CONFIGURE_ARGS+=--enable-seed
diff --git a/www/epiphany3/distinfo b/www/epiphany3/distinfo
index 101e8ba0b..dd2cd4995 100644
--- a/www/epiphany3/distinfo
+++ b/www/epiphany3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/epiphany-3.1.91.1.tar.xz) = 38dad200717463b833b847a05c63a64e079ad79e97a7b92b2053cef6f96d13e8
-SIZE (gnome3/epiphany-3.1.91.1.tar.xz) = 5109328
+SHA256 (gnome3/epiphany-3.1.92.tar.xz) = b2bc72bbe7c431607538fc56532c8a8a05c8ab5b3f6412b489e79e2392e14331
+SIZE (gnome3/epiphany-3.1.92.tar.xz) = 5114044