diff options
author | yuri <yuri@FreeBSD.org> | 2019-03-01 10:56:51 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-03-01 10:56:51 +0800 |
commit | f7368712c2cefafaa479ec9bd5425ea820aea839 (patch) | |
tree | e19daf265c84d335b13304981f02311f6ac9276d /editors | |
parent | cb3ba01d3f40f49c94f43dd52843a19b5a69085a (diff) | |
download | freebsd-ports-gnome-f7368712c2cefafaa479ec9bd5425ea820aea839.tar.gz freebsd-ports-gnome-f7368712c2cefafaa479ec9bd5425ea820aea839.tar.zst freebsd-ports-gnome-f7368712c2cefafaa479ec9bd5425ea820aea839.zip |
editors/jucipp: Update 1.4.4 -> 1.4.6
The project moved to GutLab.
PR: 235974
Submitted by: Mohammad S. Babaei <info@babaei.net> (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jucipp/Makefile | 25 | ||||
-rw-r--r-- | editors/jucipp/distinfo | 14 |
2 files changed, 20 insertions, 19 deletions
diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile index 6a5fa173db87..974d13bb85bc 100644 --- a/editors/jucipp/Makefile +++ b/editors/jucipp/Makefile @@ -3,8 +3,7 @@ PORTNAME= jucipp DISTVERSIONPREFIX= v -DISTVERSION= 1.4.4 -PORTREVISION= 2 +DISTVERSION= 1.4.6 CATEGORIES= editors MAINTAINER= info@babaei.net @@ -13,21 +12,23 @@ COMMENT= Lightweight C++-IDE with support for C++11, C++14 and C++17 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} LIB_DEPENDS= libaspell.so:textproc/aspell \ libboost_filesystem.so:devel/boost-libs \ - libgit2.so:devel/libgit2 \ - libclang.so.5:devel/llvm50 - -USES= cmake compiler:c++14-lang desktop-file-utils pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= cppit -GH_TUPLE= cppit:libclangmm:5a0195e:libclangmm/libclangmm \ - eidheim:tiny-process-library:a034812:tiny_process_library/tiny-process-library + libgit2.so:devel/libgit2 +RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} + +USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig +USE_GITLAB= yes +GL_ACCOUNT= cppit +GL_COMMIT= ec182761603fa01fe008f09989b99acdf3466096 +GL_TUPLE= cppit:libclangmm:2b2f2ead1f685a9efb28ee2c0ff3cbe452a724dd:libclangmm/lib/libclangmm \ + eidheim:tiny-process-library:54b95a21cf35f8467e21038f523fd3342a77de4c:tinyprocesslibrary/lib/tiny-process-library USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3 INSTALLS_ICONS= yes -CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH=${LOCALBASE}/llvm50/include \ - -DCMAKE_LIBRARY_PATH=${LOCALBASE}/llvm50/lib +CMAKE_ARGS= -DCMAKE_INCLUDE_PATH=${LOCALBASE}/llvm${LLVM_DEFAULT}/include \ + -DCMAKE_LIBRARY_PATH=${LOCALBASE}/llvm${LLVM_DEFAULT}/lib PLIST_FILES= bin/juci \ share/applications/juci.desktop \ diff --git a/editors/jucipp/distinfo b/editors/jucipp/distinfo index f8f4bf809a1b..d1d6ad7a8042 100644 --- a/editors/jucipp/distinfo +++ b/editors/jucipp/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1528741313 -SHA256 (cppit-jucipp-v1.4.4_GH0.tar.gz) = 1af88ddc869b63dc15bbdc0da6d43f3b0ce45a0083fb2c1f6e74dd2104688ea7 -SIZE (cppit-jucipp-v1.4.4_GH0.tar.gz) = 570650 -SHA256 (cppit-libclangmm-5a0195e_GH0.tar.gz) = d8b366f86b37ebba53bf14d9dc52a8e9e95946f8217d80d10bfaca5c4cd61294 -SIZE (cppit-libclangmm-5a0195e_GH0.tar.gz) = 18683 -SHA256 (eidheim-tiny-process-library-a034812_GH0.tar.gz) = a9410c6afa664c8548673aa088bcd47b2f57c6830d84bebced1ccfebcc871987 -SIZE (eidheim-tiny-process-library-a034812_GH0.tar.gz) = 8700 +TIMESTAMP = 1551122232 +SHA256 (cppit-jucipp-ec182761603fa01fe008f09989b99acdf3466096_GL0.tar.gz) = 7a8e6edbfe424ff56e3d3efca1427aff0bc9d14cbc43c2b27830fa30da791a87 +SIZE (cppit-jucipp-ec182761603fa01fe008f09989b99acdf3466096_GL0.tar.gz) = 578203 +SHA256 (cppit-libclangmm-2b2f2ead1f685a9efb28ee2c0ff3cbe452a724dd_GL0.tar.gz) = 538003cc308185a952fbbba7688d4d4e79a7e6707ad9daf62034347c3036a2b4 +SIZE (cppit-libclangmm-2b2f2ead1f685a9efb28ee2c0ff3cbe452a724dd_GL0.tar.gz) = 18069 +SHA256 (cppit-tiny-process-library-54b95a21cf35f8467e21038f523fd3342a77de4c_GL0.tar.gz) = dc8e7c0632773a1366f7824b2ede517c333435a281b851cdcb6abcc22dd136ed +SIZE (cppit-tiny-process-library-54b95a21cf35f8467e21038f523fd3342a77de4c_GL0.tar.gz) = 9756 |