From mat@aragorn.in.absolight.net  Fri Jun 21 14:18:58 2013
Return-Path: <mat@aragorn.in.absolight.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 735E0B8D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jun 2013 14:18:58 +0000 (UTC)
	(envelope-from mat@aragorn.in.absolight.net)
Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25])
	by mx1.freebsd.org (Postfix) with ESMTP id DB53211F1
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jun 2013 14:18:55 +0000 (UTC)
Received: from prod2.absolight.net (localhost [127.0.0.1])
	by prod2.absolight.net (Postfix) with ESMTP id C4959BDCB2
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jun 2013 16:18:52 +0200 (CEST)
Received: from gw.in.absolight.net (unknown [79.143.241.69])
	(using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
	(Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified))
	by prod2.absolight.net (Postfix) with ESMTPSA id 83CFABDCB0
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jun 2013 16:18:52 +0200 (CEST)
Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225])
	by gw.in.absolight.net (Postfix) with ESMTP id 232546113
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jun 2013 16:18:51 +0200 (CEST)
Received: by aragorn.in.absolight.net (Postfix, from userid 1000)
	id 7306F14269C; Fri, 21 Jun 2013 16:18:50 +0200 (CEST)
Message-Id: <20130621141850.7306F14269C@aragorn.in.absolight.net>
Date: Fri, 21 Jun 2013 16:18:50 +0200 (CEST)
From: Mathieu Arnold <mat@freebsd.org>
Reply-To: Mathieu Arnold <mat@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Extract the python part from dns/ldns into dns/py-ldns
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jaap@NLnetLabs.nl

>Number:         179812
>Category:       ports
>Synopsis:       Extract the python part from dns/ldns into dns/py-ldns
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 21 14:20:00 UTC 2013
>Closed-Date:    Thu Jul 11 13:23:19 UTC 2013
>Last-Modified:  Thu Jul 11 13:23:19 UTC 2013
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

>Description:
Right now, when dns/ldns is compiled with python support, it changes name and
becomes dns/py-ldns. Some ports depends on the former, some depend on the
later, and it's a bit of a mess.
>How-To-Repeat:
>Fix:
This part makes dns/py-ldns install only the python bits, and removes those
bits from dns/ldns.

--- ldns.diff begins here ---
Index: dns/ldns/Makefile
===================================================================
--- dns/ldns/Makefile	(revision 321238)
+++ dns/ldns/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ldns
 PORTVERSION=	1.6.16
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
 		CRITICAL
@@ -17,23 +18,32 @@
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 
-OPTIONS_DEFINE=	DOXYGEN EXAMPLES DRILL GOST PYLDNS
+.if !defined(BUILD_PYLDNS)
+OPTIONS_DEFINE=	DOXYGEN EXAMPLES DRILL
 OPTIONS_DEFAULT=	EXAMPLES DRILL
 
 DRILL_DESC=	With drill program
+.endif
+
+OPTIONS_DEFINE+=	GOST
+
 GOST_DESC=	GOST signatures enabled, requires openssl >= 1.0.0
-PYLDNS_DESC=	${PYTHON_DESC}
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MPYLDNS}
+.if defined(BUILD_PYLDNS)
 USE_PYTHON=	yes
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-CONFLICTS=	ldns-[0-9]*
+ALL_TARGET=	pyldns
+INSTALL_TARGET=	install-pyldns
+
+CONFIGURE_ARGS+=--with-pyldns
+LIB_DEPENDS+=	ldns:${PORTSDIR}/dns/ldns
+BUILD_DEPENDS+=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
+
+post-patch:
+	@${SED} -i '' -e 's=-I./include/ldns=-I${LOCALBASE}/include/ldns=' ${WRKSRC}/Makefile.in
 .else
-CONFLICTS=	py*-ldns-[0-9]*
-.endif
-
 ALL_TARGET=	all
 INSTALL_TARGET=	install-lib install-h install-config
 
@@ -233,13 +243,6 @@
 MAN1+=	ldns-config.1
 .endif
 
-.if ${PORT_OPTIONS:MGOST}
-BUILD_DEPENDS+=	openssl>=1.0:${PORTSDIR}/security/openssl
-.else
-NO_GOST=	--disable-gost
-CONFIGURE_ARGS+=${NO_GOST}
-.endif
-
 .if ${PORT_OPTIONS:MDRILL}
 PLIST_SUB+=	DRILLPROG=""
 MAN1+=	drill.1
@@ -262,13 +265,13 @@
 PLIST_SUB+=	EXAMPLES="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MPYLDNS}
-CONFIGURE_ARGS+=--with-pyldns
-BUILD_DEPENDS+=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
-INSTALL_TARGET+=install-pyldns
-PLIST_SUB+=	PYLDNS=""
+.endif # BUILD_PYLDNS
+
+.if ${PORT_OPTIONS:MGOST}
+BUILD_DEPENDS+=	openssl>=1.0:${PORTSDIR}/security/openssl
 .else
-PLIST_SUB+=	PYLDNS="@comment "
+NO_GOST=	--disable-gost
+CONFIGURE_ARGS+=${NO_GOST}
 .endif
 
 post-configure:
Index: dns/ldns/pkg-plist
===================================================================
--- dns/ldns/pkg-plist	(revision 321238)
+++ dns/ldns/pkg-plist	(working copy)
@@ -60,10 +60,4 @@
 lib/libldns.la
 lib/libldns.so
 lib/libldns.so.1
-%%PYLDNS%%%%PYTHON_SITELIBDIR%%/_ldns.so.1
-%%PYLDNS%%%%PYTHON_SITELIBDIR%%/ldns.py
-%%PYLDNS%%%%PYTHON_SITELIBDIR%%/_ldns.so
-%%PYLDNS%%%%PYTHON_SITELIBDIR%%/_ldns.la
-%%PYLDNS%%%%PYTHON_SITELIBDIR%%/_ldns.a
-%%PYLDNS%%@dirrm %%PYTHON_SITELIBDIR%%/ldns
 @dirrm include/ldns
Index: dns/py-ldns/Makefile
===================================================================
--- dns/py-ldns/Makefile	(revision 321238)
+++ dns/py-ldns/Makefile	(working copy)
@@ -3,6 +3,8 @@
 
 MASTERDIR=	${.CURDIR}/../../dns/ldns
 
-OPTIONS_SET=	PYLDNS
+BUILD_PYLDNS=yes
 
+PLIST=	${.CURDIR}/pkg-plist
+
 .include "${MASTERDIR}/Makefile"
Index: dns/py-ldns/pkg-plist
===================================================================
--- dns/py-ldns/pkg-plist	(revision 0)
+++ dns/py-ldns/pkg-plist	(working copy)
@@ -0,0 +1,6 @@
+%%PYTHON_SITELIBDIR%%/_ldns.so.1
+%%PYTHON_SITELIBDIR%%/ldns.py
+%%PYTHON_SITELIBDIR%%/_ldns.so
+%%PYTHON_SITELIBDIR%%/_ldns.la
+%%PYTHON_SITELIBDIR%%/_ldns.a
+@dirrm %%PYTHON_SITELIBDIR%%/ldns
--- ldns.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 21 14:20:09 UTC 2013 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179812 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jun 21 14:20:10 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179812 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jaap@NLnetLabs.nl
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/179812: Extract the python part from dns/ldns into dns/py-ldns
Date: Fri, 21 Jun 2013 14:20:10 UT

 Maintainer of dns/ldns,
 
 Please note that PR ports/179812 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179812
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Jaap Akkerhuis <jaap@NLnetLabs.nl>
To: bug-followup@FreeBSD.org, Edwin Groothuis <edwin@FreeBSD.org>
Cc:  
Subject: Re: ports/179812: Extract the python part from dns/ldns into dns/py-ldns
Date: Mon, 01 Jul 2013 23:53:38 +0200

     > Maintainer of dns/ldns,
     > 
     > Please note that PR ports/179812 has just been submitted.
     > 
     > If it contains a patch for an upgrade, an enhancement or a bug fix
     > you agree on, reply to this email stating that you approve the patch
     > and a committer will take care of it.
     > 
     > The full text of the PR can be found at:
     >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179812
 
 This seems to be a fine approach to the problem. However I had to
 make a small adjustment to make it work (See the snipped of the
 Makefile below). With this change, I'll approve.
 
 	jaap
 
 ------
 
 post-build:
 .if ${PORT_OPTIONS:MEXAMPLES} && !defined(BUILD_PYLDNS)
 	 @(cd ${WRKSRC}/examples; ${GMAKE})
 .endif
 .if ${PORT_OPTIONS:MDRILL}
 	 @(cd ${WRKSRC}/drill; ${GMAKE})
 .endif
 
 post-install:
 .if ${PORT_OPTIONS:MEXAMPLES} && !defined(BUILD_PYLDNS)
 	@(cd ${WRKSRC}/examples; ${GMAKE} install)
 .endif
 .if ${PORT_OPTIONS:MDRILL}
 	@(cd ${WRKSRC}/drill; ${GMAKE} install)
 .endif
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Mon Jul 1 23:31:19 UTC 2013 
State-Changed-Why:  
maintainer has replied with updated patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179812 

From: Mathieu Arnold <mat@mat.cc>
To: bug-followup@FreeBSD.org, Jaap Akkerhuis <jaap@NLnetLabs.nl>
Cc:  
Subject: Re: ports/179812: Extract the python part from dns/ldns into
 dns/py-ldns
Date: Tue, 02 Jul 2013 13:05:40 +0200

 Hi,
 
 Ah, yes, I missed that part.
 
 What about enclosing the post-configure, post-build and post-install inside
 a .if !defined(BUILD_PYLDNS) ?
 There's no point of adding them if they're empty anyway.
 
 -- 
 Mathieu Arnold

From: Jaap Akkerhuis <jaap@NLnetLabs.nl>
To: Mathieu Arnold <mat@mat.cc>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/179812: Extract the python part from dns/ldns into dns/py-ldns
Date: Tue, 02 Jul 2013 14:12:49 +0200

 Hi,
     
    >What about enclosing the post-configure, post-build and post-install inside
    >a .if !defined(BUILD_PYLDNS) ?
    >There's no point of adding them if they're empty anyway.
 
 I personally dislike nested .if statements and try to avoid them
 but yes, it likely works just as well.
 
 	jaap

From: Mathieu Arnold <mat@mat.cc>
To: Jaap Akkerhuis <jaap@NLnetLabs.nl>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/179812: Extract the python part from dns/ldns into
 dns/py-ldns
Date: Tue, 02 Jul 2013 18:21:49 +0200

 +--On 2 juillet 2013 14:12:49 +0200 Jaap Akkerhuis <jaap@NLnetLabs.nl>
 wrote:
 | Hi,
 |     
 |    >What about enclosing the post-configure, post-build and post-install
 | inside    >a .if !defined(BUILD_PYLDNS) ?
 |    >There's no point of adding them if they're empty anyway.
 | 
 | I personally dislike nested .if statements and try to avoid them
 | but yes, it likely works just as well.
 
 Well, I've thought about it for a while when I was cooking the patch, it's
 either :
 - what I did with nested .if's
 - extract what's not needed by the python part in another file and include
 it (ugly)
 - copying stuffs to dns/py-ldns so that they're no longer master/slave but
 it'd be twice the load for each upgrade.
 
 -- 
 Mathieu Arnold

From: Jaap Akkerhuis <jaap@NLnetLabs.nl>
To: Mathieu Arnold <mat@mat.cc>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/179812: Extract the python part from dns/ldns into dns/py-ldns
Date: Tue, 02 Jul 2013 18:47:05 +0200

   > +--On 2 juillet 2013 14:12:49 +0200 Jaap Akkerhuis <jaap@NLnetLabs.nl>
   > wrote:
   > | Hi,
   > |     
   > |    >What about enclosing the post-configure, post-build and post-install
   > | inside    >a .if !defined(BUILD_PYLDNS) ?
   > |    >There's no point of adding them if they're empty anyway.
   > | 
   > | I personally dislike nested .if statements and try to avoid them
   > | but yes, it likely works just as well.
   > 
   > Well, I've thought about it for a while when I was cooking the patch, it's
   > either :
   > - what I did with nested .if's
   > - extract what's not needed by the python part in another file and include
   > it (ugly)
   > - copying stuffs to dns/py-ldns so that they're no longer master/slave but
   > it'd be twice the load for each upgrade.
 
 Yes, it is a devilish dilemma. When I said "dislike" it doesn't
 mean I'm dead against it. I can go either way, either the big .if
 or the repeated !defined(BUILD_PYLDNS). You pick.
 
 	jaap
Responsible-Changed-From-To: freebsd-python->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Thu Jul 11 12:30:52 UTC 2013 
Responsible-Changed-Why:  
Take that back. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179812 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179812: commit references a PR
Date: Thu, 11 Jul 2013 12:41:08 +0000 (UTC)

 Author: mat
 Date: Thu Jul 11 12:40:54 2013
 New Revision: 322766
 URL: http://svnweb.freebsd.org/changeset/ports/322766
 
 Log:
   Have dns/py-ldns only install the Python bits.
   
   PR:		ports/179812
   Submitted by:	mat
   Approved by:	maintainer
 
 Added:
   head/dns/py-ldns/pkg-plist   (contents, props changed)
 Modified:
   head/UPDATING
   head/dns/ldns/Makefile
   head/dns/ldns/pkg-plist
   head/dns/py-ldns/Makefile
 
 Modified: head/UPDATING
 ==============================================================================
 --- head/UPDATING	Thu Jul 11 12:14:56 2013	(r322765)
 +++ head/UPDATING	Thu Jul 11 12:40:54 2013	(r322766)
 @@ -5,6 +5,21 @@ they are unavoidable.
  You should get into the habit of checking this file for changes each time
  you update your ports collection, before attempting any port upgrades.
  
 +20130711:
 +  AFFECTS: users of dns/py-ldns
 +  AUTHOR: mat@FreeBSD.org
 +
 +  The dns/py-ldns port now only installs the Python bits, and depends on
 +  dns/ldns. Because of that, you can't just do a regular upgrade, it'd install
 +  dns/ldns overwritting existing files and removing them when removing the old
 +  version of dns/py-ldns.
 +
 +  # pkg_delete -f py-ldns-\*
 +  # cd /usr/ports/dns/py-ldns && make clean && make install clean
 +    or
 +  # pkg delete -fg py-ldns-\*
 +  # pkg install -f dns/py-ldns
 +
  20130707:
    AFFECTS: users of www/ajaxplorer
    AUTHOR: madpilot@FreeBSD.org
 
 Modified: head/dns/ldns/Makefile
 ==============================================================================
 --- head/dns/ldns/Makefile	Thu Jul 11 12:14:56 2013	(r322765)
 +++ head/dns/ldns/Makefile	Thu Jul 11 12:40:54 2013	(r322766)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	ldns
  PORTVERSION=	1.6.16
 +PORTREVISION=	1
  CATEGORIES=	dns
  MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
  		CRITICAL
 @@ -17,23 +18,32 @@ USE_GMAKE=	yes
  USE_OPENSSL=	yes
  USE_LDCONFIG=	yes
  
 -OPTIONS_DEFINE=	DOXYGEN EXAMPLES DRILL GOST PYLDNS
 +.if !defined(BUILD_PYLDNS)
 +OPTIONS_DEFINE=	DOXYGEN EXAMPLES DRILL
  OPTIONS_DEFAULT=	EXAMPLES DRILL
  
  DRILL_DESC=	With drill program
 +.endif
 +
 +OPTIONS_DEFINE+=	GOST
 +
  GOST_DESC=	GOST signatures enabled, requires openssl >= 1.0.0
 -PYLDNS_DESC=	${PYTHON_DESC}
  
  .include <bsd.port.options.mk>
  
 -.if ${PORT_OPTIONS:MPYLDNS}
 +.if defined(BUILD_PYLDNS)
  USE_PYTHON=	yes
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 -CONFLICTS=	ldns-[0-9]*
 -.else
 -CONFLICTS=	py*-ldns-[0-9]*
 -.endif
 +ALL_TARGET=	pyldns
 +INSTALL_TARGET=	install-pyldns
  
 +CONFIGURE_ARGS+=--with-pyldns
 +LIB_DEPENDS+=	ldns:${PORTSDIR}/dns/ldns
 +BUILD_DEPENDS+=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
 +
 +post-patch:
 +	@${SED} -i '' -e 's=-I./include/ldns=-I${LOCALBASE}/include/ldns=' ${WRKSRC}/Makefile.in
 +.else
  ALL_TARGET=	all
  INSTALL_TARGET=	install-lib install-h install-config
  
 @@ -233,13 +243,6 @@ MAN3=	ldns_bget_token.3 ldns_bgetc.3 ldn
  MAN1+=	ldns-config.1
  .endif
  
 -.if ${PORT_OPTIONS:MGOST}
 -BUILD_DEPENDS+=	openssl>=1.0:${PORTSDIR}/security/openssl
 -.else
 -NO_GOST=	--disable-gost
 -CONFIGURE_ARGS+=${NO_GOST}
 -.endif
 -
  .if ${PORT_OPTIONS:MDRILL}
  PLIST_SUB+=	DRILLPROG=""
  MAN1+=	drill.1
 @@ -262,15 +265,17 @@ MAN1+=	ldns-chaos.1 ldns-compare-zones.1
  PLIST_SUB+=	EXAMPLES="@comment "
  .endif
  
 -.if ${PORT_OPTIONS:MPYLDNS}
 -CONFIGURE_ARGS+=--with-pyldns
 -BUILD_DEPENDS+=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
 -INSTALL_TARGET+=install-pyldns
 -PLIST_SUB+=	PYLDNS=""
 +.endif # BUILD_PYLDNS
 +
 +.if ${PORT_OPTIONS:MGOST}
 +BUILD_DEPENDS+=	openssl>=1.0:${PORTSDIR}/security/openssl
  .else
 -PLIST_SUB+=	PYLDNS="@comment "
 +NO_GOST=	--disable-gost
 +CONFIGURE_ARGS+=${NO_GOST}
  .endif
  
 +.if !defined(BUILD_PYLDNS)
 +
  post-configure:
  .if ${PORT_OPTIONS:MEXAMPLES}
  	@(cd ${WRKSRC}/examples; ./configure --prefix=${PREFIX} \
 @@ -299,4 +304,6 @@ post-install:
  	@(cd ${WRKSRC}/drill; ${GMAKE} install)
  .endif
  
 +.endif # BUILD_PYLDNS
 +
  .include <bsd.port.mk>
 
 Modified: head/dns/ldns/pkg-plist
 ==============================================================================
 --- head/dns/ldns/pkg-plist	Thu Jul 11 12:14:56 2013	(r322765)
 +++ head/dns/ldns/pkg-plist	Thu Jul 11 12:40:54 2013	(r322766)
 @@ -60,10 +60,4 @@ lib/libldns.a
  lib/libldns.la
  lib/libldns.so
  lib/libldns.so.1
 -%%PYLDNS%%%%PYTHON_SITELIBDIR%%/_ldns.so.1
 -%%PYLDNS%%%%PYTHON_SITELIBDIR%%/ldns.py
 -%%PYLDNS%%%%PYTHON_SITELIBDIR%%/_ldns.so
 -%%PYLDNS%%%%PYTHON_SITELIBDIR%%/_ldns.la
 -%%PYLDNS%%%%PYTHON_SITELIBDIR%%/_ldns.a
 -%%PYLDNS%%@dirrm %%PYTHON_SITELIBDIR%%/ldns
  @dirrm include/ldns
 
 Modified: head/dns/py-ldns/Makefile
 ==============================================================================
 --- head/dns/py-ldns/Makefile	Thu Jul 11 12:14:56 2013	(r322765)
 +++ head/dns/py-ldns/Makefile	Thu Jul 11 12:40:54 2013	(r322766)
 @@ -3,6 +3,8 @@
  
  MASTERDIR=	${.CURDIR}/../../dns/ldns
  
 -OPTIONS_SET=	PYLDNS
 +BUILD_PYLDNS=yes
 +
 +PLIST=	${.CURDIR}/pkg-plist
  
  .include "${MASTERDIR}/Makefile"
 
 Added: head/dns/py-ldns/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/dns/py-ldns/pkg-plist	Thu Jul 11 12:40:54 2013	(r322766)
 @@ -0,0 +1,6 @@
 +%%PYTHON_SITELIBDIR%%/_ldns.so.1
 +%%PYTHON_SITELIBDIR%%/ldns.py
 +%%PYTHON_SITELIBDIR%%/_ldns.so
 +%%PYTHON_SITELIBDIR%%/_ldns.la
 +%%PYTHON_SITELIBDIR%%/_ldns.a
 +@dirrm %%PYTHON_SITELIBDIR%%/ldns
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Thu Jul 11 13:23:03 UTC 2013 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179812 
>Unformatted:
