From nobody@FreeBSD.org  Wed Apr 23 20:33:41 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id EBEA2821
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Apr 2014 20:33:41 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id D8E9414C6
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Apr 2014 20:33:41 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NKXePL081140
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Apr 2014 20:33:40 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3NKXeg9081127;
	Wed, 23 Apr 2014 20:33:40 GMT
	(envelope-from nobody)
Message-Id: <201404232033.s3NKXeg9081127@cgiserv.freebsd.org>
Date: Wed, 23 Apr 2014 20:33:40 GMT
From: C Hutchinson <portmaster@bsdforge.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: dns/ldapdns - maintainer-update MASTER_SITES update
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         188929
>Category:       ports
>Synopsis:       dns/ldapdns - maintainer-update MASTER_SITES update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 23 20:40:00 UTC 2014
>Closed-Date:    
>Last-Modified:  Wed Apr 23 21:10:00 UTC 2014
>Originator:     C Hutchinson
>Release:        releng_8, releng_9
>Organization:
>Environment:
>Description:
This comes as a request for maintainer-update, and master_sites update.
I am able to maintain this port, as well as provide a reliable master_sites
location for it's source. I have the entire source tree, including it's
entire history. It is also my goal to move this forward to a newer version.
But wish to wait until this pr(1) has been addressed, and the FreeBSD ports
tree has been updated with the new information (should this request be approved).

I'll send a patch reflecting the (proposed) changes within a few minutes.

--Chris

>How-To-Repeat:
Attempt to build this port.
>Fix:
Approve this request, and apply the upcoming patch.


>Release-Note:
>Audit-Trail:

From: "C Hutchinson" <portmaster@bsdforge.com>
To: bug-followup@FreeBSD.org
Cc: portmaster@bsdforge.com
Subject: Re: ports/188929: dns/ldapdns - maintainer-update MASTER_SITES 
     update [PATCH]
Date: Wed, 23 Apr 2014 14:09:40 -0700 (PDT)

 > Thank you very much for your problem report.
 > It has the internal identification `ports/188929'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs.
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=188929
 >
 >>Category:       ports
 >>Responsible:    freebsd-ports-bugs
 >>Synopsis:       dns/ldapdns - maintainer-update MASTER_SITES update
 >>Arrival-Date:   Wed Apr 23 20:40:00 UTC 2014
 >
 
 Here's the patch(1), as promised.
 
 MODIFIES:
 MASTER_SITES
 MAINTAINER
 
 PROVIDES:
 STAGEDIR
 
 FILES AFFECTED:
 Makefile
 
 
 Index: ldapdns/Makefile
 ===================================================================
 --- ldapdns/Makefile	(revision 351974)
 +++ ldapdns/Makefile	(working copy)
 @@ -5,9 +5,9 @@
  PORTVERSION=	2.06
  PORTREVISION=	2
  CATEGORIES=	dns
 -MASTER_SITES=	#http://www.nimh.org/dl/
 +MASTER_SITES=	http://bsdforge.com/projects/source/dns/ldapdns/
 
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	portmaster@bsdforge.com
  COMMENT=	LDAP-backed DNS server
 
  LICENSE=	GPLv2
 @@ -15,9 +15,6 @@
  RUN_DEPENDS=	setuidgid:${PORTSDIR}/sysutils/daemontools \
  		tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
 
 -BROKEN=		${MASTER_SITES} is gone - no public distfiles. \
 -		port needs upgrade to version 3 (ldapdns.sourceforge.net)
 -
  USE_OPENLDAP=	yes
  HAS_CONFIGURE=	yes
  CONFIGURE_ARGS=	--prefix=${PREFIX}
 @@ -31,21 +28,20 @@
  SCRIPTS=	ldapdns-conf ldapaxfr-conf domainname.sh
  DOCS=		AUTHORS CHANGELOG FAQ INSTALL README README.[a-s]*
 
 -NO_STAGE=	yes
  do-install:
  .for i in ${PROGRAMS}
 -	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin
 +	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin
  .endfor
  .for i in ${SCRIPTS}
 -	${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin
 +	${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin
  .endfor
  	@${MKDIR} ${EXAMPLESDIR}/admin
 -	${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}
 -	${INSTALL_SCRIPT} ${WRKSRC}/admin/* ${EXAMPLESDIR}/admin
 +	${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${EXAMPLESDIR}
 +	${INSTALL_SCRIPT} ${WRKSRC}/admin/* ${STAGEDIR}${EXAMPLESDIR}/admin
  .if !defined(NOPORTDOCS)
 -	@${MKDIR} ${DOCSDIR}
 +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
  .for i in ${DOCS}
 -	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
 +	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
  .endfor
  .endif
 
 
 
>Unformatted:
