Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2014 21:10:01 GMT
From:      "C Hutchinson" <portmaster@bsdforge.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/188929: dns/ldapdns - maintainer-update MASTER_SITES  update [PATCH]
Message-ID:  <201404232110.s3NLA1I6084134@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188929; it has been noted by GNATS.

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
 
 
 



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