svn commit: r463552 - head/editors/jucipp

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 4 05:26:59 UTC 2018


Author: yuri
Date: Sun Mar  4 05:26:58 2018
New Revision: 463552
URL: https://svnweb.freebsd.org/changeset/ports/463552

Log:
  editors/jucipp: Update to 1.4.0
  
  Port changes:
  * Changed to DISTVERSION
  * Updated GH_TUPLE
  
  PR:		226281
  Submitted by:	Mohammad S. Babaei <info at babaei.net> (maintainer)
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/editors/jucipp/Makefile
  head/editors/jucipp/distinfo

Modified: head/editors/jucipp/Makefile
==============================================================================
--- head/editors/jucipp/Makefile	Sun Mar  4 05:21:09 2018	(r463551)
+++ head/editors/jucipp/Makefile	Sun Mar  4 05:26:58 2018	(r463552)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	jucipp
-PORTVERSION=	1.3.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+DISTVERSION=	1.4.0
 CATEGORIES=	editors
 
 MAINTAINER=	info at babaei.net
@@ -19,13 +18,12 @@ LIB_DEPENDS=	libaspell.so:textproc/aspell \
 		libclang.so:devel/llvm50
 
 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:d978517:libclangmm/libclangmm \
-		eidheim:tiny-process-library:cf212df:tiny_process_library/tiny-process-library
+GH_TUPLE=	cppit:libclangmm:997d02a:libclangmm/libclangmm \
+		eidheim:tiny-process-library:a034812:tiny_process_library/tiny-process-library
+USE_GNOME=	gdkpixbuf2 gtkmm30 gtksourceviewmm3
+INSTALLS_ICONS=	yes
 
 PLIST_FILES=	bin/juci \
 		share/applications/juci.desktop \

Modified: head/editors/jucipp/distinfo
==============================================================================
--- head/editors/jucipp/distinfo	Sun Mar  4 05:21:09 2018	(r463551)
+++ head/editors/jucipp/distinfo	Sun Mar  4 05:26:58 2018	(r463552)
@@ -1,7 +1,7 @@
-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
+TIMESTAMP = 1519910060
+SHA256 (cppit-jucipp-v1.4.0_GH0.tar.gz) = 6a66c744e324aaf28c8674d83ad89ebb300e03ef392e02152d91a47d4cb20d28
+SIZE (cppit-jucipp-v1.4.0_GH0.tar.gz) = 560301
+SHA256 (cppit-libclangmm-997d02a_GH0.tar.gz) = b01e20ba48f17eb7e1fccd370fa5dfb8759e0c050f91dfc9a1c392374a1b38d2
+SIZE (cppit-libclangmm-997d02a_GH0.tar.gz) = 18569 
+SHA256 (eidheim-tiny-process-library-a034812_GH0.tar.gz) = a9410c6afa664c8548673aa088bcd47b2f57c6830d84bebced1ccfebcc871987
+SIZE (eidheim-tiny-process-library-a034812_GH0.tar.gz) = 8700


More information about the svn-ports-all mailing list