Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2016 13:21:23 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411065 - head/dns/hesiod
Message-ID:  <201603141321.u2EDLN01084535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Mar 14 13:21:23 2016
New Revision: 411065
URL: https://svnweb.freebsd.org/changeset/ports/411065

Log:
  dns/hesiod: Unbreak port
  
  - Add mirror
  - Add LICENSE
  - Update MAINTAINER
  
  PR:		205771
  MFH:		2016Q1

Modified:
  head/dns/hesiod/Makefile
  head/dns/hesiod/pkg-descr

Modified: head/dns/hesiod/Makefile
==============================================================================
--- head/dns/hesiod/Makefile	Mon Mar 14 13:15:51 2016	(r411064)
+++ head/dns/hesiod/Makefile	Mon Mar 14 13:21:23 2016	(r411065)
@@ -5,9 +5,9 @@ PORTNAME=	hesiod
 PORTVERSION=	3.2.1
 PORTREVISION=	2
 CATEGORIES=	dns
-MASTER_SITES=	ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/
+MASTER_SITES=	http://BSDforge.com/projects/source/dns/hesiod/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Directory service built on DNS and BIND
 
 LICENSE=	BSD2CLAUSE
@@ -16,7 +16,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 OPTIONS_DEFINE=	IDN
 OPTIONS_DEFAULT=IDN
 
-BROKEN=		Does not fetch
 USES=		libtool pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules

Modified: head/dns/hesiod/pkg-descr
==============================================================================
--- head/dns/hesiod/pkg-descr	Mon Mar 14 13:15:51 2016	(r411064)
+++ head/dns/hesiod/pkg-descr	Mon Mar 14 13:21:23 2016	(r411065)
@@ -1,7 +1,5 @@
 Hesiod is part of MIT's Athena Project.  
 
-From the README file:
-
 	Hesiod can provide general name service for a variety of
 	applications and is based on the Berkeley Internet Name Daemon
 	(BIND).



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