diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-25 04:39:00 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-25 04:39:00 +0800 |
commit | 4b0f5b0aa5f079c4516889d7be32970478db0f6d (patch) | |
tree | 131667bb543e4d6f32cd55bb81e296ace7d0e98a /www/midori | |
parent | 2202fff0557600a432a15b5e2048eb25f41bca21 (diff) | |
download | freebsd-ports-gnome-4b0f5b0aa5f079c4516889d7be32970478db0f6d.tar.gz freebsd-ports-gnome-4b0f5b0aa5f079c4516889d7be32970478db0f6d.tar.zst freebsd-ports-gnome-4b0f5b0aa5f079c4516889d7be32970478db0f6d.zip |
Update to 0.4.0.
remove --disable-libidn, libsoup is enabled and preferd over libidn.
Enable unique OPTION by default as per upstream default.
Changelog: http://mail.xfce.org/pipermail/xfce/2011-August/028993.html
PR: ports/159518
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Diffstat (limited to 'www/midori')
-rw-r--r-- | www/midori/Makefile | 8 | ||||
-rw-r--r-- | www/midori/distinfo | 4 | ||||
-rw-r--r-- | www/midori/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index 9b4af07626e6..010dcd443073 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -7,8 +7,7 @@ # PORTNAME= midori -PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= www xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -29,8 +28,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-libidn \ - --enable-libnotify \ +CONFIGURE_ARGS+=--enable-libnotify \ --enable-addons \ --enable-docs \ --jobs=${MAKE_JOBS_NUMBER} @@ -51,7 +49,7 @@ PLIST_SUB= VERSION="${PORTVERSION:R}" OPTIONS= NLS "Enable Native Language support" on \ APIDOCS "Build api documentation" off \ - UNIQUE "Enable single instance support" off + UNIQUE "Enable single instance support" on .include <bsd.port.pre.mk> diff --git a/www/midori/distinfo b/www/midori/distinfo index 79eebc6ad829..cb9225b20944 100644 --- a/www/midori/distinfo +++ b/www/midori/distinfo @@ -1,2 +1,2 @@ -SHA256 (xfce4/midori-0.3.6.tar.bz2) = 5fb290ffde81e5e6b39a54d286f5732496bfda10ff65019189cc6bf8408f2410 -SIZE (xfce4/midori-0.3.6.tar.bz2) = 904370 +SHA256 (xfce4/midori-0.4.0.tar.bz2) = 0ac31b008b44e08cf0536a38405a0ecc2da7c28e3d549915325dbba74f74cd75 +SIZE (xfce4/midori-0.4.0.tar.bz2) = 913425 diff --git a/www/midori/pkg-plist b/www/midori/pkg-plist index b4cf0d8820f4..b3e3db216c78 100644 --- a/www/midori/pkg-plist +++ b/www/midori/pkg-plist @@ -25,6 +25,7 @@ share/applications/midori.desktop %%DOCSDIR%%/README %%APIDOCS%%%%DOCSDIR%%/api/katze/html/api-index-full.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/ch01.html +%%APIDOCS%%%%DOCSDIR%%/api/katze/html/deprecated-api-index.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/home.png %%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.html %%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.sgml @@ -47,6 +48,7 @@ share/applications/midori.desktop %%APIDOCS%%%%DOCSDIR%%/api/katze/html/up.png %%APIDOCS%%%%DOCSDIR%%/api/midori/html/api-index-full.html %%APIDOCS%%%%DOCSDIR%%/api/midori/html/ch01.html +%%APIDOCS%%%%DOCSDIR%%/api/midori/html/deprecated-api-index.html %%APIDOCS%%%%DOCSDIR%%/api/midori/html/home.png %%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.html %%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.sgml |