Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2017 08:06:22 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437099 - head/dns/hostdb
Message-ID:  <201703280806.v2S86MPi057540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc (src committer)
Date: Tue Mar 28 08:06:22 2017
New Revision: 437099
URL: https://svnweb.freebsd.org/changeset/ports/437099

Log:
  Move from google code to github
  
  Approved by:		ak
  Differential Revision:	https://reviews.freebsd.org/D10159

Modified:
  head/dns/hostdb/Makefile
  head/dns/hostdb/distinfo
  head/dns/hostdb/pkg-descr

Modified: head/dns/hostdb/Makefile
==============================================================================
--- head/dns/hostdb/Makefile	Tue Mar 28 07:37:13 2017	(r437098)
+++ head/dns/hostdb/Makefile	Tue Mar 28 08:06:22 2017	(r437099)
@@ -3,20 +3,20 @@
 
 PORTNAME=	hostdb
 PORTVERSION=	1.004
+PORTREVISION=	1
 CATEGORIES=	dns
-MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	rodrigc@FreeBSD.org
 COMMENT=	Generate DNS and DHCP config files from single source
 
 LICENSE=	GPLv2
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
-
 USES=		shebangfix tar:tgz
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	TomOnTime
+GH_TAGNAME=	fb23e67642514f5
+
 NO_BUILD=	yes
 
 HOSTDB_EXAMPLES_DIRS=	example1/out example1/ example2 hiddenmaster

Modified: head/dns/hostdb/distinfo
==============================================================================
--- head/dns/hostdb/distinfo	Tue Mar 28 07:37:13 2017	(r437098)
+++ head/dns/hostdb/distinfo	Tue Mar 28 08:06:22 2017	(r437099)
@@ -1,2 +1,3 @@
-SHA256 (hostdb-1.004.tgz) = beea7cfcdc384eb40d0bc8b3ad2eb094ee81ca75e8eef7c07ea4a47e9f0da350
-SIZE (hostdb-1.004.tgz) = 164585
+TIMESTAMP = 1490674194
+SHA256 (TomOnTime-hostdb-1.004-fb23e67642514f5_GH0.tar.gz) = d5114c245a743d84ea9ad2efa018b686f7248cda3bcb0b0cef8ded114088d02b
+SIZE (TomOnTime-hostdb-1.004-fb23e67642514f5_GH0.tar.gz) = 163358

Modified: head/dns/hostdb/pkg-descr
==============================================================================
--- head/dns/hostdb/pkg-descr	Tue Mar 28 07:37:13 2017	(r437098)
+++ head/dns/hostdb/pkg-descr	Tue Mar 28 08:06:22 2017	(r437099)
@@ -6,5 +6,4 @@ source.
 A system for generating internal DNS zones, external DNS zones, and
 DHCP configuration data from the same simple repository.
 
-WWW: http://code.google.com/p/hostdb
-     http://everythingsysadmin.com/hostdb
+WWW: http://everythingsysadmin.com/hostdb



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