diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-05 06:47:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-05 06:47:54 +0800 |
commit | 7539cc4fca5d8bb189229a9e0c03ef34565f3edf (patch) | |
tree | b0f687a37d1cab755f4fc5eb358bee474684fc3d /www | |
parent | 169cfa2690cd0c4ca48b10d191a2956e3b12080e (diff) | |
download | marcuscom-ports-7539cc4fca5d8bb189229a9e0c03ef34565f3edf.tar.gz marcuscom-ports-7539cc4fca5d8bb189229a9e0c03ef34565f3edf.tar.zst marcuscom-ports-7539cc4fca5d8bb189229a9e0c03ef34565f3edf.zip |
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16363 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany3/Makefile | 11 | ||||
-rw-r--r-- | www/epiphany3/distinfo | 4 | ||||
-rw-r--r-- | www/epiphany3/pkg-plist | 10 |
3 files changed, 12 insertions, 13 deletions
diff --git a/www/epiphany3/Makefile b/www/epiphany3/Makefile index 06b875c1b..ba93ac15f 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.20 2011/09/17 15:39:54 kwm Exp $ +# $MCom: ports/www/epiphany3/Makefile,v 1.21 2011/09/22 14:56:12 kwm Exp $ # PORTNAME= epiphany -PORTVERSION= 3.1.92 +PORTVERSION= 3.2.0 PORTREVISION?= 0 CATEGORIES= www gnome MASTER_SITES= GNOME @@ -45,11 +45,10 @@ GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_OMF= yes CONFIGURE_ARGS+=--enable-introspection \ - --enable-network-manager=no \ --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt -CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ - LIBS="${PTHREAD_LIBS}" +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" GLIB_SCHEMAS= org.gnome.Epiphany.enums.xml \ org.gnome.epiphany.gschema.xml diff --git a/www/epiphany3/distinfo b/www/epiphany3/distinfo index dd2cd4995..16e65deab 100644 --- a/www/epiphany3/distinfo +++ b/www/epiphany3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/epiphany-3.1.92.tar.xz) = b2bc72bbe7c431607538fc56532c8a8a05c8ab5b3f6412b489e79e2392e14331 -SIZE (gnome3/epiphany-3.1.92.tar.xz) = 5114044 +SHA256 (gnome3/epiphany-3.2.0.tar.xz) = e5402cb8b52d3de5c09feb01bbf28a1bd3c20f260a2e0956c9d132f41040e5d2 +SIZE (gnome3/epiphany-3.2.0.tar.xz) = 5104056 diff --git a/www/epiphany3/pkg-plist b/www/epiphany3/pkg-plist index 605199c6c..d76229714 100644 --- a/www/epiphany3/pkg-plist +++ b/www/epiphany3/pkg-plist @@ -32,16 +32,16 @@ include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-state.h include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-type-builtins.h include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-web-view.h include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-window.h -lib/girepository-1.0/EphyEgg-3.0.typelib -lib/girepository-1.0/Epiphany-3.0.typelib -libdata/pkgconfig/epiphany-3.0.pc +lib/girepository-1.0/EphyEgg-3.2.typelib +lib/girepository-1.0/Epiphany-3.2.typelib +libdata/pkgconfig/epiphany-3.2.pc share/aclocal/epiphany.m4 share/applications/bme.desktop share/applications/epiphany.desktop share/dbus-1/services/org.gnome.Epiphany.service share/GConf/gsettings/epiphany.convert -share/gir-1.0/EphyEgg-3.0.gir -share/gir-1.0/Epiphany-3.0.gir +share/gir-1.0/EphyEgg-3.2.gir +share/gir-1.0/Epiphany-3.2.gir %%DATADIR%%/about.ini %%DATADIR%%/default-bookmarks.rdf %%DATADIR%%/epiphany-bookmark-editor-ui.xml |