View | Details | Raw Unified | Return to bug 222913 | Differences between
and this patch

Collapse All | Expand All

(-)jucipp/Makefile (-10 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/editors/jucipp/Makefile 450560 2017-09-25 00:08:16Z jbeich $
2
# $FreeBSD: head/editors/jucipp/Makefile 450560 2017-09-25 00:08:16Z jbeich $
3
3
4
PORTNAME=	jucipp
4
PORTNAME=	jucipp
5
PORTVERSION=	1.2.4
5
PORTVERSION=	1.3.0
6
PORTREVISION=	2
7
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
8
CATEGORIES=	editors
7
CATEGORIES=	editors
9
8
Lines 16-22 Link Here
16
LIB_DEPENDS=	libaspell.so:textproc/aspell \
15
LIB_DEPENDS=	libaspell.so:textproc/aspell \
17
		libboost_filesystem.so:devel/boost-libs \
16
		libboost_filesystem.so:devel/boost-libs \
18
		libgit2.so:devel/libgit2 \
17
		libgit2.so:devel/libgit2 \
19
		libclang.so:devel/llvm40
18
		libclang.so:devel/llvm50
20
19
21
USE_GNOME=	gdkpixbuf2 gtkmm30 gtksourceviewmm3
20
USE_GNOME=	gdkpixbuf2 gtkmm30 gtksourceviewmm3
22
USES=		cmake:outsource desktop-file-utils pkgconfig
21
USES=		cmake:outsource desktop-file-utils pkgconfig
Lines 24-39 Link Here
24
23
25
USE_GITHUB=	yes
24
USE_GITHUB=	yes
26
GH_ACCOUNT=	cppit
25
GH_ACCOUNT=	cppit
27
GH_TUPLE=	cppit:libclangmm:1ef0424:libclangmm/libclangmm \
26
GH_TUPLE=	cppit:libclangmm:d978517:libclangmm/libclangmm \
28
		eidheim:tiny-process-library:8025c45:tiny_process_library/tiny-process-library
27
		eidheim:tiny-process-library:cf212df:tiny_process_library/tiny-process-library
29
28
30
PLIST_FILES=	bin/juci \
29
PLIST_FILES=	bin/juci \
31
		share/applications/juci.desktop \
30
		share/applications/juci.desktop \
32
		share/icons/hicolor/scalable/apps/juci.svg
31
		share/icons/hicolor/scalable/apps/juci.svg
33
32
34
post-patch:
35
# Make sure that jucipp can find LLVM 4.0
36
	@${REINPLACE_CMD} 's,[[:<:]]llvm39/\(.*\)[[:>:]],llvm40/\1,g' \
37
		${WRKSRC}/cmake_modules/FindLibClang.cmake
38
39
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)jucipp/distinfo (-7 / +7 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1497221520
1
TIMESTAMP = 1506530898
2
SHA256 (cppit-jucipp-v1.2.4_GH0.tar.gz) = 147ce19a58c6376442db6adef3b579c3778529814861508aaf75cd057e0a841f
2
SHA256 (cppit-jucipp-v1.3.0_GH0.tar.gz) = 1c159ffc6ea9f0269dbe11fb3707ef84b1e3868fd37181e51817729806b37716
3
SIZE (cppit-jucipp-v1.2.4_GH0.tar.gz) = 356507
3
SIZE (cppit-jucipp-v1.3.0_GH0.tar.gz) = 478855
4
SHA256 (cppit-libclangmm-1ef0424_GH0.tar.gz) = 207638f46986ae61c060f35095b31a7c0f6771ca24495ad0bfbb02918f76ea5c
4
SHA256 (cppit-libclangmm-d978517_GH0.tar.gz) = b198a809d8d8c796a17dafd7c2e53055f54fa0359f67349d3a4c7e77a0512a4a
5
SIZE (cppit-libclangmm-1ef0424_GH0.tar.gz) = 13817
5
SIZE (cppit-libclangmm-d978517_GH0.tar.gz) = 17331 
6
SHA256 (eidheim-tiny-process-library-8025c45_GH0.tar.gz) = d1ddc974e4047c1c9af9fed21cfaec730a215e3f7a7d74bcd943dd0e6a3eb475
6
SHA256 (eidheim-tiny-process-library-cf212df_GH0.tar.gz) = dddc6316d29e3bad683126b4942cb68fc44770da07e330d914e7a2a0b7e17336
7
SIZE (eidheim-tiny-process-library-8025c45_GH0.tar.gz) = 8032
7
SIZE (eidheim-tiny-process-library-cf212df_GH0.tar.gz) = 8359

Return to bug 222913