Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 2009 14:38:19 GMT
From:      Sofian Brabez <sbrabez@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137520: [maintainer update] net/py-libnet : fix pkg-plist
Message-ID:  <200908071438.n77EcJts012739@www.freebsd.org>
Resent-Message-ID: <200908071440.n77Ee5Kv088353@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137520
>Category:       ports
>Synopsis:       [maintainer update] net/py-libnet : fix pkg-plist
>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:   Fri Aug 07 14:40:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sofian Brabez
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
FreeBSD freebsd.ifr.lan 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Jul 2 23:42:18 CEST 2009 root@freebsd.ifr.lan:/usr/obj/usr/src/sys/FREEBSD i386
>Description:
The current pkg-plist don't remove libnet.pyc and libnet.pyo files in PYTHON_SITELIBDIR directory after deinstall target.

- Fix pkg-plist
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN py-libnet.orig/pkg-plist py-libnet/pkg-plist
--- py-libnet.orig/pkg-plist	2009-08-07 16:27:59.000000000 +0200
+++ py-libnet/pkg-plist	2009-08-07 16:21:20.000000000 +0200
@@ -1,5 +1,7 @@
 @comment $FreeBSD: ports/net/py-libnet/pkg-plist,v 1.3 2009/07/03 15:17:42 wxs Exp $
 %%PYTHON_SITELIBDIR%%/libnet.py
+%%PYTHON_SITELIBDIR%%/libnet.pyc
+%%PYTHON_SITELIBDIR%%/libnet.pyo
 %%PYTHON_SITELIBDIR%%/_libnet.so
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-libnet-arp-req.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-libnet-icmp-echo-req.py


>Release-Note:
>Audit-Trail:
>Unformatted:



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