svn commit: r440708 - in branches/2017Q2/dns/dnswalk: . files

Mark Felder feld at FreeBSD.org
Fri May 12 20:13:47 UTC 2017


Author: feld
Date: Fri May 12 20:13:46 2017
New Revision: 440708
URL: https://svnweb.freebsd.org/changeset/ports/440708

Log:
  MFH: r440707
  
  dns/dnswalk: Unbreak port
  
  Deprecated Perl syntax was preventing the port from working.
  
  Approved by:	portmgr (with hat)

Added:
  branches/2017Q2/dns/dnswalk/files/
     - copied from r440707, head/dns/dnswalk/files/
Modified:
  branches/2017Q2/dns/dnswalk/Makefile
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/dns/dnswalk/Makefile
==============================================================================
--- branches/2017Q2/dns/dnswalk/Makefile	Fri May 12 19:48:17 2017	(r440707)
+++ branches/2017Q2/dns/dnswalk/Makefile	Fri May 12 20:13:46 2017	(r440708)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dnswalk
 PORTVERSION=	2.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns
 MASTER_SITES=	SF
 


More information about the svn-ports-all mailing list