svn commit: r503972 - head/ports-mgmt/porttools

Antoine Brodin antoine at FreeBSD.org
Tue Jun 11 17:45:24 UTC 2019


Author: antoine
Date: Tue Jun 11 17:45:22 2019
New Revision: 503972
URL: https://svnweb.freebsd.org/changeset/ports/503972

Log:
  Unbreak INDEX

Modified:
  head/ports-mgmt/porttools/Makefile

Modified: head/ports-mgmt/porttools/Makefile
==============================================================================
--- head/ports-mgmt/porttools/Makefile	Tue Jun 11 17:14:05 2019	(r503971)
+++ head/ports-mgmt/porttools/Makefile	Tue Jun 11 17:45:22 2019	(r503972)
@@ -3,6 +3,7 @@
 
 PORTNAME=	porttools
 PORTVERSION=	1.08
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	skreuzer at FreeBSD.org
@@ -11,7 +12,7 @@ COMMENT=	Tools for testing and submitting port updates
 LICENSE=	BSD2CLAUSE
 
 RUN_DEPENDS=	portlint:ports-mgmt/portlint \
-		cdiff:textproc/cdiff \
+		ydiff:textproc/ydiff \
 		sudo:security/sudo \
 		svn:devel/subversion
 


More information about the svn-ports-head mailing list