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

Collapse All | Expand All

(-)jucipp/Makefile (-5 / +7 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/editors/jucipp/Makefile 459315 2018-01-18 04:11:02Z jbeich $
2
# $FreeBSD: head/editors/jucipp/Makefile 459315 2018-01-18 04:11:02Z jbeich $
3
3
4
PORTNAME=	jucipp
4
PORTNAME=	jucipp
5
PORTVERSION=	1.3.0
5
PORTVERSION=	1.4.0
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	1
8
CATEGORIES=	editors
7
CATEGORIES=	editors
9
8
10
MAINTAINER=	info@babaei.net
9
MAINTAINER=	info@babaei.net
Lines 24-34 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:d978517:libclangmm/libclangmm \
26
GH_TUPLE=	cppit:libclangmm:997d02a:libclangmm/libclangmm \
28
		eidheim:tiny-process-library:cf212df:tiny_process_library/tiny-process-library
27
		eidheim:tiny-process-library:a034812: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 \
32
		share/licenses/jucipp-1.4.0/catalog.mk \
33
		share/licenses/jucipp-1.4.0/LICENSE \
34
		share/licenses/jucipp-1.4.0/MIT
33
35
34
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)jucipp/distinfo (-7 / +7 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1506530898
1
TIMESTAMP = 1519910060
2
SHA256 (cppit-jucipp-v1.3.0_GH0.tar.gz) = 1c159ffc6ea9f0269dbe11fb3707ef84b1e3868fd37181e51817729806b37716
2
SHA256 (cppit-jucipp-v1.4.0_GH0.tar.gz) = 6a66c744e324aaf28c8674d83ad89ebb300e03ef392e02152d91a47d4cb20d28
3
SIZE (cppit-jucipp-v1.3.0_GH0.tar.gz) = 478855
3
SIZE (cppit-jucipp-v1.4.0_GH0.tar.gz) = 560301
4
SHA256 (cppit-libclangmm-d978517_GH0.tar.gz) = b198a809d8d8c796a17dafd7c2e53055f54fa0359f67349d3a4c7e77a0512a4a
4
SHA256 (cppit-libclangmm-997d02a_GH0.tar.gz) = b01e20ba48f17eb7e1fccd370fa5dfb8759e0c050f91dfc9a1c392374a1b38d2
5
SIZE (cppit-libclangmm-d978517_GH0.tar.gz) = 17331 
5
SIZE (cppit-libclangmm-997d02a_GH0.tar.gz) = 18569 
6
SHA256 (eidheim-tiny-process-library-cf212df_GH0.tar.gz) = dddc6316d29e3bad683126b4942cb68fc44770da07e330d914e7a2a0b7e17336
6
SHA256 (eidheim-tiny-process-library-a034812_GH0.tar.gz) = a9410c6afa664c8548673aa088bcd47b2f57c6830d84bebced1ccfebcc871987
7
SIZE (eidheim-tiny-process-library-cf212df_GH0.tar.gz) = 8359
7
SIZE (eidheim-tiny-process-library-a034812_GH0.tar.gz) = 8700

Return to bug 226281