diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-09-03 11:50:14 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-09-03 11:50:14 +0000 |
commit | 9c9760afb836771cd766aecbd545ee097a8d12eb (patch) | |
tree | 8a4fae0d40110e7eb4f8dbea5a60a8385ab8ef97 | |
parent | lang/clojure-mode.el: Update to 5.6.1 (diff) |
Update to 0.4.0.
- Add a few missing implicit X11 dependencies.
- Drop dependency on Qt5 SQL, the port uses sqlite directly now.
- Upstream now uses CMake, switch to it here too.
Notes
Notes:
svn path=/head/; revision=449200
-rw-r--r-- | devel/zeal/Makefile | 14 | ||||
-rw-r--r-- | devel/zeal/distinfo | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/devel/zeal/Makefile b/devel/zeal/Makefile index e847e1e9a66b..edfcc7d75c9c 100644 --- a/devel/zeal/Makefile +++ b/devel/zeal/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zeal -PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTVERSION= 0.4.0 DISTVERSIONPREFIX=v CATEGORIES= devel @@ -15,13 +14,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxcb.so:x11/libxcb \ libxcb-keysyms.so:x11/xcb-util-keysyms -USES= compiler:c++11-lib desktop-file-utils libarchive \ - pkgconfig qmake:outsource +USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ + kde:5 libarchive pkgconfig sqlite USE_GL= gl # Dependency added by qt5-gui. USE_GITHUB= yes -USE_QT5= concurrent core gui network sql webkit widgets x11extras \ - buildtools_build sql-sqlite3_run -USE_XORG= x11 xcb +USE_KDE= ecm +USE_QT5= concurrent core gui network webkit widgets x11extras \ + buildtools_build qmake_build +USE_XORG= ice sm x11 xcb xext GH_ACCOUNT= zealdocs INSTALLS_ICONS= yes diff --git a/devel/zeal/distinfo b/devel/zeal/distinfo index e33f6e9994ed..7e24cd7d059c 100644 --- a/devel/zeal/distinfo +++ b/devel/zeal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476180018 -SHA256 (zealdocs-zeal-v0.3.1_GH0.tar.gz) = 55f8511977818612e00ae87a4fddaa346210189531469690f2e3961bb4c2c318 -SIZE (zealdocs-zeal-v0.3.1_GH0.tar.gz) = 920814 +TIMESTAMP = 1504431411 +SHA256 (zealdocs-zeal-v0.4.0_GH0.tar.gz) = 1f6b50026036923ae0cfbf3f4eb1066ee2fdaf0425d4c321203e0dd9506823fd +SIZE (zealdocs-zeal-v0.4.0_GH0.tar.gz) = 1049326 |