Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2009 15:16:10 GMT
From:      Milan Obuch <bsd@dino.sk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130825: Fix for ports/130312: [NEW PORT] security/py-pyclamd
Message-ID:  <200901211516.n0LFGA82001307@www.freebsd.org>
Resent-Message-ID: <200901211520.n0LFK1Li036869@freefall.freebsd.org>

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

>Number:         130825
>Category:       ports
>Synopsis:       Fix for ports/130312: [NEW PORT] security/py-pyclamd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 21 15:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Milan Obuch
>Release:        
>Organization:
>Environment:
>Description:
In Makefile, there was an error in CATEGORIES, to be fixed by attached patch.
This was, however, already mentioned in original PR. As a result, port was submitted as mail/py-pyclamd, which is plain wrong. This should really be under security/py-pyclamd.
Please fix and move this port.
>How-To-Repeat:

>Fix:
--- mail/py-pyclamd/Makefile    2009-01-10 00:24:06.000000000 +0100
+++ security/py-pyclamd/Makefile        2009-01-21 16:12:44.000000000 +0100
@@ -7,7 +7,7 @@

 PORTNAME=      pyclamd
 PORTVERSION=   0.1.1
-CATEGORIES=    mail python
+CATEGORIES=    security python
 MASTER_SITES=  http://xael.org/norman/python/pyclamd/
 DISTFILES=     pyclamd.py



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



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