From yonatan@laptop.afarsec.com  Thu Oct 12 21:43:40 2006
Return-Path: <yonatan@laptop.afarsec.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4E77416A403
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Oct 2006 21:43:40 +0000 (UTC)
	(envelope-from yonatan@laptop.afarsec.com)
Received: from laptop.afarsec.com (80.178.219.171.adsl.012.net.il [80.178.219.171])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A4DD143D55
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Oct 2006 21:43:37 +0000 (GMT)
	(envelope-from yonatan@laptop.afarsec.com)
Received: by laptop.afarsec.com (Postfix, from userid 1001)
	id 9529E28429; Thu, 12 Oct 2006 23:44:03 +0200 (IST)
Message-Id: <20061012214403.9529E28429@laptop.afarsec.com>
Date: Thu, 12 Oct 2006 23:44:03 +0200 (IST)
From: Yonatan <onatan@gmail.com>
Reply-To: Yonatan <onatan@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: thierry@pompo.net
Subject: Fix plist for net/py-libdnet
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104364
>Category:       ports
>Synopsis:       Fix plist for net/py-libdnet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    xride
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 12 21:50:15 GMT 2006
>Closed-Date:    Mon Dec 11 14:47:14 GMT 2006
>Last-Modified:  Mon Dec 11 14:47:14 GMT 2006
>Originator:     Yonatan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Afarsec
>Environment:
System: FreeBSD laptop.afarsec.com 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Sep 4 10:50:10 IDT 2006 yonatan@laptop.afarsec.com:/usr/obj/usr/src/sys/GENERIC i386
>Description:
net/py-libdnet is a slave port of net/libdnet. Two files are missing from
its plist.
I never used this port, please assign its maintainership to someone else.
Thierry, are you interested?
>How-To-Repeat:
install py-libdnet
>Fix:

--- py-libnet-fix.diff begins here ---
diff -urN libdnet.orig/Makefile libdnet/Makefile
--- libdnet.orig/Makefile	Tue Oct 10 10:19:03 2006
+++ libdnet/Makefile	Thu Oct 12 23:36:32 2006
@@ -27,7 +27,9 @@
 USE_PYTHON=	yes
 CONFIGURE_ARGS+=	--with-python
 INSTALL_WRKSRC=	${BUILD_WRKSRC}/python
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/dnet.so
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/dnet.so \
+		lib/libdnet.so \
+		lib/libdnet.so.1
 PLIST_SUB+=	MASTER="@comment "
 .else
 CONFIGURE_ARGS+=	--without-python
--- py-libnet-fix.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 12 21:50:28 UTC 2006 
Responsible-Changed-Why:  
freebsd-python@ wants to have py- PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104364 
Responsible-Changed-From-To: freebsd-python->xride 
Responsible-Changed-By: xride 
Responsible-Changed-When: Mon Dec 11 14:02:10 UTC 2006 
Responsible-Changed-Why:  
I'll handle it 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104364: commit references a PR
Date: Mon, 11 Dec 2006 14:27:14 +0000 (UTC)

 xride       2006-12-11 14:06:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/libdnet          Makefile 
   Log:
   Fix pkg-plist info to unbreak net/py-libdnet
   
   PR:             104364
   Submitted by:   Yonatan <onatan@gmail.com> (maintainer)
   Approved by:    tmclaugh (implicit)
   
   Revision  Changes    Path
   1.24      +3 -1      ports/net/libdnet/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104364: commit references a PR
Date: Mon, 11 Dec 2006 14:35:12 +0000 (UTC)

 xride       2006-12-11 14:10:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/py-libdnet       Makefile 
   Log:
   Unbreak via net/libdnet commit.
   
   PR:             104364
   Submitted by:   Yonatan <onatan@gmail.com> (maintainer)
   Approved by:    tmclaugh (implicit)
   
   Revision  Changes    Path
   1.4       +0 -2      ports/net/py-libdnet/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: xride 
State-Changed-When: Mon Dec 11 14:45:19 UTC 2006 
State-Changed-Why:  
Committed, thanks 
Didn't change maintainer since there py-libdnet uses the maintainer 
from libdnet. 

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