svn commit: r452395 - head/editors/jucipp
Steve Wills
swills at FreeBSD.org
Thu Oct 19 05:52:29 UTC 2017
Author: swills
Date: Thu Oct 19 05:52:28 2017
New Revision: 452395
URL: https://svnweb.freebsd.org/changeset/ports/452395
Log:
editors/jucipp: update to 1.3.0
PR: 222913
Submitted by: Mohammad S. Babaei <info at babaei.net> (maintainer)
Modified:
head/editors/jucipp/Makefile
head/editors/jucipp/distinfo
Modified: head/editors/jucipp/Makefile
==============================================================================
--- head/editors/jucipp/Makefile Thu Oct 19 04:59:37 2017 (r452394)
+++ head/editors/jucipp/Makefile Thu Oct 19 05:52:28 2017 (r452395)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= jucipp
-PORTVERSION= 1.2.4
-PORTREVISION= 2
+PORTVERSION= 1.3.0
DISTVERSIONPREFIX= v
CATEGORIES= editors
@@ -16,24 +15,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libaspell.so:textproc/aspell \
libboost_filesystem.so:devel/boost-libs \
libgit2.so:devel/libgit2 \
- libclang.so:devel/llvm40
+ libclang.so:devel/llvm50
-USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3
USES= cmake:outsource desktop-file-utils pkgconfig
+USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3
INSTALLS_ICONS= yes
USE_GITHUB= yes
GH_ACCOUNT= cppit
-GH_TUPLE= cppit:libclangmm:1ef0424:libclangmm/libclangmm \
- eidheim:tiny-process-library:8025c45:tiny_process_library/tiny-process-library
+GH_TUPLE= cppit:libclangmm:d978517:libclangmm/libclangmm \
+ eidheim:tiny-process-library:cf212df:tiny_process_library/tiny-process-library
PLIST_FILES= bin/juci \
share/applications/juci.desktop \
share/icons/hicolor/scalable/apps/juci.svg
-
-post-patch:
-# Make sure that jucipp can find LLVM 4.0
- @${REINPLACE_CMD} 's,[[:<:]]llvm39/\(.*\)[[:>:]],llvm40/\1,g' \
- ${WRKSRC}/cmake_modules/FindLibClang.cmake
.include <bsd.port.mk>
Modified: head/editors/jucipp/distinfo
==============================================================================
--- head/editors/jucipp/distinfo Thu Oct 19 04:59:37 2017 (r452394)
+++ head/editors/jucipp/distinfo Thu Oct 19 05:52:28 2017 (r452395)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1497221520
-SHA256 (cppit-jucipp-v1.2.4_GH0.tar.gz) = 147ce19a58c6376442db6adef3b579c3778529814861508aaf75cd057e0a841f
-SIZE (cppit-jucipp-v1.2.4_GH0.tar.gz) = 356507
-SHA256 (cppit-libclangmm-1ef0424_GH0.tar.gz) = 207638f46986ae61c060f35095b31a7c0f6771ca24495ad0bfbb02918f76ea5c
-SIZE (cppit-libclangmm-1ef0424_GH0.tar.gz) = 13817
-SHA256 (eidheim-tiny-process-library-8025c45_GH0.tar.gz) = d1ddc974e4047c1c9af9fed21cfaec730a215e3f7a7d74bcd943dd0e6a3eb475
-SIZE (eidheim-tiny-process-library-8025c45_GH0.tar.gz) = 8032
+TIMESTAMP = 1506530898
+SHA256 (cppit-jucipp-v1.3.0_GH0.tar.gz) = 1c159ffc6ea9f0269dbe11fb3707ef84b1e3868fd37181e51817729806b37716
+SIZE (cppit-jucipp-v1.3.0_GH0.tar.gz) = 478855
+SHA256 (cppit-libclangmm-d978517_GH0.tar.gz) = b198a809d8d8c796a17dafd7c2e53055f54fa0359f67349d3a4c7e77a0512a4a
+SIZE (cppit-libclangmm-d978517_GH0.tar.gz) = 17331
+SHA256 (eidheim-tiny-process-library-cf212df_GH0.tar.gz) = dddc6316d29e3bad683126b4942cb68fc44770da07e330d914e7a2a0b7e17336
+SIZE (eidheim-tiny-process-library-cf212df_GH0.tar.gz) = 8359
More information about the svn-ports-head
mailing list