Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2019 12:42:25 +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: r503957 - in head: . textproc textproc/cdiff textproc/ydiff
Message-ID:  <201906111242.x5BCgPhG061980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jun 11 12:42:24 2019
New Revision: 503957
URL: https://svnweb.freebsd.org/changeset/ports/503957

Log:
  Update to 1.1 and rename to match upstream.
  
  PR:		238305 (rename)
  Reported by:	0mp

Added:
  head/textproc/ydiff/
     - copied from r503956, head/textproc/cdiff/
Deleted:
  head/textproc/cdiff/
Modified:
  head/MOVED
  head/textproc/Makefile
  head/textproc/ydiff/Makefile
  head/textproc/ydiff/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Jun 11 12:19:40 2019	(r503956)
+++ head/MOVED	Tue Jun 11 12:42:24 2019	(r503957)
@@ -12790,3 +12790,4 @@ dns/bind912|dns/bind914|2019-05-31|Has expired: Suppor
 multimedia/vdr-plugin-softhddevice||2019-05-31|Has expired: unmaintained and depends on vulnerable multimedia/ffmpeg0
 devel/pecl-pthreads||2019-06-02|Has expired: Does not work with recent versions of php
 net-mgmt/ccnet-client||2019-06-10|Removed, no longer has dependencies and has been abandoned upstream
+textproc/cdiff|textproc/ydiff|2019-06-11|Renamed to match upstream

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Jun 11 12:19:40 2019	(r503956)
+++ head/textproc/Makefile	Tue Jun 11 12:42:24 2019	(r503957)
@@ -81,7 +81,6 @@
     SUBDIR += castxml
     SUBDIR += catdoc
     SUBDIR += cdif
-    SUBDIR += cdiff
     SUBDIR += cgrep
     SUBDIR += chkascii
     SUBDIR += chpp
@@ -1844,6 +1843,7 @@
     SUBDIR += yali
     SUBDIR += yamcha
     SUBDIR += yaml-mode.el
+    SUBDIR += ydiff
     SUBDIR += yelp-tools
     SUBDIR += yelp-xsl
     SUBDIR += yi-aspell

Modified: head/textproc/ydiff/Makefile
==============================================================================
--- head/textproc/cdiff/Makefile	Tue Jun 11 12:19:40 2019	(r503956)
+++ head/textproc/ydiff/Makefile	Tue Jun 11 12:42:24 2019	(r503957)
@@ -1,12 +1,10 @@
 # Created by: eivind
 # $FreeBSD$
 
-PORTNAME=	cdiff
-DISTVERSION=	1.0-3
-PORTREVISION=	1
-DISTVERSIONSUFFIX=	-ga1a33a5
+PORTNAME=	ydiff
+DISTVERSION=	1.1
 PORTEPOCH=	1
-MASTER_SITES=	LOCAL/mat/cdiff GH
+MASTER_SITES=	LOCAL/mat/ydiff
 CATEGORIES=	textproc
 
 MAINTAINER=	mat@FreeBSD.org
@@ -15,16 +13,16 @@ COMMENT=	Diff readability enhancer for color terminals
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		python
+USE_PYTHON=	distutils autoplist concurrent noflavors
 USE_GITHUB=
 GH_ACCOUNT=	ymattw
 
-USES=		python
-USE_PYTHON=	distutils autoplist concurrent optsuffix
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	DOCS
-
 PORTDOCS=	CHANGES.rst README.rst
+
+OPTIONS_DEFINE=	DOCS
 
 post-install-DOCS-on:
 	${INSTALL} -d ${STAGEDIR}${DOCSDIR}

Modified: head/textproc/ydiff/distinfo
==============================================================================
--- head/textproc/cdiff/distinfo	Tue Jun 11 12:19:40 2019	(r503956)
+++ head/textproc/ydiff/distinfo	Tue Jun 11 12:42:24 2019	(r503957)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495542965
-SHA256 (ymattw-cdiff-1.0-3-ga1a33a5_GH0.tar.gz) = 9a5baa69ba0b768cd38929caf503e9303f61eb41e90cc8f544e2caad6cb15731
-SIZE (ymattw-cdiff-1.0-3-ga1a33a5_GH0.tar.gz) = 33701
+TIMESTAMP = 1560255735
+SHA256 (ymattw-ydiff-1.1_GH0.tar.gz) = 4c749204d1368557e74392845de22155201484edb2fdb5f97730cd6282c2dcca
+SIZE (ymattw-ydiff-1.1_GH0.tar.gz) = 36463



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906111242.x5BCgPhG061980>