svn commit: r395341 - branches/2015Q3/dns/ldapdns

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 26 02:47:11 UTC 2015


Author: amdmi3
Date: Wed Aug 26 02:47:10 2015
New Revision: 395341
URL: https://svnweb.freebsd.org/changeset/ports/395341

Log:
  MFH: r395335
  
  - Add LICENSE_FILE
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/dns/ldapdns/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/dns/ldapdns/Makefile
==============================================================================
--- branches/2015Q3/dns/ldapdns/Makefile	Wed Aug 26 02:45:51 2015	(r395340)
+++ branches/2015Q3/dns/ldapdns/Makefile	Wed Aug 26 02:47:10 2015	(r395341)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ldapdns
 PORTVERSION=	2.07
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 MASTER_SITES=	http://bsdforge.com/projects/source/dns/ldapdns/
 
@@ -11,6 +11,7 @@ MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	LDAP-backed DNS server
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	setuidgid:${PORTSDIR}/sysutils/daemontools \
 		tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
@@ -23,7 +24,8 @@ CONFIGURE_ARGS=	--prefix=${PREFIX}
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_CSTD=	gnu89
-USES=		tar:xz
+USES=		shebangfix tar:xz
+SHEBANG_FILES=	admin/*
 
 ALL_TARGET=	default
 


More information about the svn-ports-branches mailing list