From owner-svn-ports-head@freebsd.org Sat May 7 08:28:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 887F6B31FFE; Sat, 7 May 2016 08:28:09 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 583BC1259; Sat, 7 May 2016 08:28:09 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u478S8oJ020277; Sat, 7 May 2016 08:28:08 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u478S8HW020275; Sat, 7 May 2016 08:28:08 GMT (envelope-from se@FreeBSD.org) Message-Id: <201605070828.u478S8HW020275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Sat, 7 May 2016 08:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414763 - in head/dns/gen6dns: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 08:28:09 -0000 Author: se Date: Sat May 7 08:28:08 2016 New Revision: 414763 URL: https://svnweb.freebsd.org/changeset/ports/414763 Log: Upgrade to version 1.2. The new version removes the need for a patch to make it compile on 9.x and silences a compiler warning. A new "Dynamic DNS Mode has been added, but is only slightly tested by the author of gen6dns (Holger.Zuleger(at)hznet.de), who would appreciate any feedback on this feature. Approved by: antoine (mentor, implicit) Deleted: head/dns/gen6dns/files/ Modified: head/dns/gen6dns/Makefile head/dns/gen6dns/distinfo Modified: head/dns/gen6dns/Makefile ============================================================================== --- head/dns/gen6dns/Makefile Sat May 7 07:58:26 2016 (r414762) +++ head/dns/gen6dns/Makefile Sat May 7 08:28:08 2016 (r414763) @@ -1,12 +1,12 @@ -# Created by: Stefan Esser +# Created by: Stefan Esser # $FreeBSD$ PORTNAME= gen6dns -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= dns MASTER_SITES= http://www.hznet.de/tools/ -MAINTAINER= se@freebsd.org +MAINTAINER= se@FreeBSD.org COMMENT= Tool to generate static DNS records for IPv6 hosts using SLAAC LICENSE= BSD3CLAUSE Modified: head/dns/gen6dns/distinfo ============================================================================== --- head/dns/gen6dns/distinfo Sat May 7 07:58:26 2016 (r414762) +++ head/dns/gen6dns/distinfo Sat May 7 08:28:08 2016 (r414763) @@ -1,2 +1,2 @@ -SHA256 (gen6dns-1.1.tar.gz) = 8777dc50c51aa8061524891f3e5f9afde01929db924f28438aa5dd52ca752e22 -SIZE (gen6dns-1.1.tar.gz) = 1683936 +SHA256 (gen6dns-1.2.tar.gz) = 078e2aca648396b3ef4b04db5b422c3546369b4640af9d34877a6b8470b781f7 +SIZE (gen6dns-1.2.tar.gz) = 88374