svn commit: r459555 - head/devel/git-cinnabar

Jan Beich jbeich at FreeBSD.org
Sat Jan 20 21:42:40 UTC 2018


Author: jbeich
Date: Sat Jan 20 21:42:38 2018
New Revision: 459555
URL: https://svnweb.freebsd.org/changeset/ports/459555

Log:
  devel/git-cinnabar: update to 0.5.0.b2.12 to unbreak after r459462
  
  ./helper/cinnabar-helper.c:405:2: warning: implicit declaration of function 'DIFF_OPT_SET' is invalid in C99 [-Wimplicit-function-declaration]
          DIFF_OPT_SET(&revs.diffopt, RECURSIVE);
          ^
  ./helper/cinnabar-helper.c:405:30: error: use of undeclared identifier 'RECURSIVE'
          DIFF_OPT_SET(&revs.diffopt, RECURSIVE);
                                      ^
  Changes:	https://github.com/glandium/git-cinnabar/compare/c3e5bce...826f1d8
  Reported by:	pkg-fallout

Modified:
  head/devel/git-cinnabar/Makefile   (contents, props changed)
  head/devel/git-cinnabar/distinfo   (contents, props changed)

Modified: head/devel/git-cinnabar/Makefile
==============================================================================
--- head/devel/git-cinnabar/Makefile	Sat Jan 20 21:32:07 2018	(r459554)
+++ head/devel/git-cinnabar/Makefile	Sat Jan 20 21:42:38 2018	(r459555)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	git-cinnabar
-DISTVERSION=	0.5.0b2-11
-DISTVERSIONSUFFIX=	-gc3e5bce # custom release branch
+DISTVERSION=	0.5.0b2-12
+DISTVERSIONSUFFIX=	-g826f1d8 # custom release branch
 CATEGORIES=	devel
 
 MAINTAINER=	jbeich at FreeBSD.org

Modified: head/devel/git-cinnabar/distinfo
==============================================================================
--- head/devel/git-cinnabar/distinfo	Sat Jan 20 21:32:07 2018	(r459554)
+++ head/devel/git-cinnabar/distinfo	Sat Jan 20 21:42:38 2018	(r459555)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512679458
-SHA256 (glandium-git-cinnabar-0.5.0b2-11-gc3e5bce_GH0.tar.gz) = b561da496a7c651badfcdf3041b4af4565ced336d3bc84757ce9a28e06fdbb01
-SIZE (glandium-git-cinnabar-0.5.0b2-11-gc3e5bce_GH0.tar.gz) = 104503
+TIMESTAMP = 1516483569
+SHA256 (glandium-git-cinnabar-0.5.0b2-12-g826f1d8_GH0.tar.gz) = 40f2db3cdc94950555a56ac79ce36af730a53e885d3e277787cf85c438d7e943
+SIZE (glandium-git-cinnabar-0.5.0b2-12-g826f1d8_GH0.tar.gz) = 104504


More information about the svn-ports-all mailing list