Date: Tue, 23 May 2017 12:41:49 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441518 - head/textproc/cdiff Message-ID: <201705231241.v4NCfn0O009469@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue May 23 12:41:49 2017 New Revision: 441518 URL: https://svnweb.freebsd.org/changeset/ports/441518 Log: Add a few commits after 1.0, it adds the ability to set the tab width. Sponsored by: Absolight Modified: head/textproc/cdiff/Makefile (contents, props changed) head/textproc/cdiff/distinfo (contents, props changed) Modified: head/textproc/cdiff/Makefile ============================================================================== --- head/textproc/cdiff/Makefile Tue May 23 12:34:15 2017 (r441517) +++ head/textproc/cdiff/Makefile Tue May 23 12:41:49 2017 (r441518) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= cdiff -PORTVERSION= 1.0 +DISTVERSION= 1.0-3 +DISTVERSIONSUFFIX= -ga1a33a5 PORTEPOCH= 1 MASTER_SITES= LOCAL/mat/cdiff GH CATEGORIES= textproc Modified: head/textproc/cdiff/distinfo ============================================================================== --- head/textproc/cdiff/distinfo Tue May 23 12:34:15 2017 (r441517) +++ head/textproc/cdiff/distinfo Tue May 23 12:41:49 2017 (r441518) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495542386 -SHA256 (ymattw-cdiff-1.0_GH0.tar.gz) = d9aa95299973cf25cba9d62a41df845ec4c5d391b9aca4d84f32fcefecccd846 -SIZE (ymattw-cdiff-1.0_GH0.tar.gz) = 33501 +TIMESTAMP = 1495542965 +SHA256 (ymattw-cdiff-1.0-3-ga1a33a5_GH0.tar.gz) = 9a5baa69ba0b768cd38929caf503e9303f61eb41e90cc8f544e2caad6cb15731 +SIZE (ymattw-cdiff-1.0-3-ga1a33a5_GH0.tar.gz) = 33701
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705231241.v4NCfn0O009469>