Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2017 20:13:46 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r440708 - in branches/2017Q2/dns/dnswalk: . files
Message-ID:  <201705122013.v4CKDkHC013242@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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