diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-29 00:40:22 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-29 00:40:22 +0800 |
commit | d52f6c398c1d3e652605dae4a86753dca3ccdb5e (patch) | |
tree | 119686a6bd6ec54963088c96d7d61c3b7307c6e6 /www/epiphany/Makefile | |
parent | 823375e87dcf11efe54e525df24a065503752544 (diff) | |
download | marcuscom-ports-d52f6c398c1d3e652605dae4a86753dca3ccdb5e.tar.gz marcuscom-ports-d52f6c398c1d3e652605dae4a86753dca3ccdb5e.tar.zst marcuscom-ports-d52f6c398c1d3e652605dae4a86753dca3ccdb5e.zip |
Update to 2.29.6.
Tell that seed support is for JavaScript in OPTIONS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13525 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r-- | www/epiphany/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index c4eb11ff2..1388a88ba 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.218 2010/01/17 00:23:14 kwm Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.219 2010/01/28 13:41:55 avl Exp $ # PORTNAME= epiphany -PORTVERSION= 2.29.5 -PORTREVISION?= 2 +PORTVERSION= 2.29.6 +PORTREVISION?= 0 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -46,7 +46,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" on \ - SEED "Enable seed support" off \ + SEED "Enable seed (JavaScript) support" off \ SPELLCHECK "Enable spell checking by default" on .if defined(PACKAGE_BUILDING) |