diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 16:53:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 16:53:51 +0800 |
commit | 95cf5a10420d1156359e88cc40f2e001276031a1 (patch) | |
tree | 9753a758a9b732157fd424d364142988b9e80b4d /www | |
parent | e8edd8b8838e1e0a781d8bf822f2081a0bf8f2d0 (diff) | |
download | marcuscom-ports-95cf5a10420d1156359e88cc40f2e001276031a1.tar.gz marcuscom-ports-95cf5a10420d1156359e88cc40f2e001276031a1.tar.zst marcuscom-ports-95cf5a10420d1156359e88cc40f2e001276031a1.zip |
Update to 3.0.0.
Add conflict with epiphany-extensions 2.30
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15800 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany-extensions3/Makefile | 10 | ||||
-rw-r--r-- | www/epiphany-extensions3/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/epiphany-extensions3/Makefile b/www/epiphany-extensions3/Makefile index 0aa1311a4..18701ffc1 100644 --- a/www/epiphany-extensions3/Makefile +++ b/www/epiphany-extensions3/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions3/Makefile,v 1.1 2011/03/24 09:27:05 kwm Exp $ +# $MCom: ports/www/epiphany-extensions3/Makefile,v 1.2 2011/04/07 10:36:46 kwm Exp $ # PORTNAME= epiphany-extensions -PORTVERSION= 2.91.92 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -21,6 +20,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 RUN_DEPENDS= epiphany>=2.91.0:${PORTSDIR}/www/epiphany3 +CONFLICTS= epiphany-extensions-2.[0-9]* + USE_GETTEXT= yes USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack intlhack @@ -35,7 +36,7 @@ GLIB_SCHEMAS= org.gnome.epiphanyextensions.gschema.xml EPHY_EXTENSIONS=really-all EPHY_VERSION= ${PORTVERSION:R} -PLIST_SUB= VERSION=${EPHY_VERSION} EPHY_VERSION=2.31 +PLIST_SUB= VERSION=${EPHY_VERSION} EPHY_VERSION=3.0 OPTIONS= OPENSP "Enable OpenSP SGML support" off @@ -53,7 +54,6 @@ CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}" post-patch: @${REINPLACE_CMD} -e 's|$$($$PKG_CONFIG --variable=extensionsdir epiphany-$$_epiphany_api_version)|${PREFIX}/lib/epiphany/${PORTVERSION:R}/extensions|g' \ -e 's|$$($$PKG_CONFIG --variable=icondir epiphany-$$EPIPHANY_API_VERSION)|${PREFIX}/share/epiphany/icons|g' \ - -e 's|2.31|3.0|g' \ ${WRKSRC}/configure # temp disable until autoscroller and permissions gets updated to new API. @${REINPLACE_CMD} -e 's|auto-scroller||g' -e 's|permissions||g' \ diff --git a/www/epiphany-extensions3/distinfo b/www/epiphany-extensions3/distinfo index 7903a097d..20f3cbc09 100644 --- a/www/epiphany-extensions3/distinfo +++ b/www/epiphany-extensions3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/epiphany-extensions-2.91.92.tar.bz2) = 5c0e146a62a09fad660d9199de456ffa914c47530864308b07dcf65ca0d62a05 -SIZE (gnome3/epiphany-extensions-2.91.92.tar.bz2) = 1613873 +SHA256 (gnome3/epiphany-extensions-3.0.0.tar.bz2) = c9984de0912b307fecd0232135c0e3d8c7f0859867b9693221ff12d1c483b724 +SIZE (gnome3/epiphany-extensions-3.0.0.tar.bz2) = 1598864 |