From georg@schurli.wu-wien.ac.at  Wed Sep 17 01:35:17 2003
Return-Path: <georg@schurli.wu-wien.ac.at>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DA85916A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Sep 2003 01:35:17 -0700 (PDT)
Received: from schurli.wu-wien.ac.at (schurli.wu-wien.ac.at [137.208.16.32])
	by mx1.FreeBSD.org (Postfix) with SMTP id A82B343F85
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Sep 2003 01:35:16 -0700 (PDT)
	(envelope-from georg@schurli.wu-wien.ac.at)
Received: (qmail 44342 invoked by uid 1001); 17 Sep 2003 08:35:15 -0000
Message-Id: <20030917083515.44341.qmail@schurli.wu-wien.ac.at>
Date: 17 Sep 2003 08:35:15 -0000
From: Georg Graf <georg@graf.priv.at>
Reply-To: Georg Graf <georg@graf.priv.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Georg Graf <georg@graf.priv.at>
Subject: Update mail/py-milter to version 0.6.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56941
>Category:       ports
>Synopsis:       Update mail/py-milter to version 0.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 17 01:40:13 PDT 2003
>Closed-Date:    Sat Sep 27 14:45:54 PDT 2003
>Last-Modified:  Sat Sep 27 14:45:54 PDT 2003
>Originator:     Georg Graf
>Release:        FreeBSD 4.8-RELEASE-p4 i386
>Organization:
WU-Wien
>Environment:
System: FreeBSD schurli.wu-wien.ac.at 4.8-RELEASE-p4 FreeBSD 4.8-RELEASE-p4 #0: Mon Sep 8 04:09:35 CEST 2003 root@milo.wu-wien.ac.at:/usr/obj/usr/src/sys/ATAPICAM i386

>Description:
	
>How-To-Repeat:

    Hey commiter! - How to do a simple test:

$ python
Python 2.2.2 (#1, Nov 13 2002, 12:57:48)
[GCC 2.95.4 20020320 [FreeBSD]] on freebsd4
Type "help", "copyright", "credits" or "license" for more information.
>Fix:

diff -ru py-milter/Makefile py-milter.new/Makefile
--- py-milter/Makefile	Mon Jul 14 18:37:24 2003
+++ py-milter.new/Makefile	Wed Sep 17 09:55:13 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	milter
-PORTVERSION=	0.5.5
+PORTVERSION=	0.6.0
 CATEGORIES=	mail python
 MASTER_SITES=	http://www.bmsi.com/python/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ru py-milter/distinfo py-milter.new/distinfo
--- py-milter/distinfo	Mon Jul 14 18:37:24 2003
+++ py-milter.new/distinfo	Wed Sep 17 09:57:36 2003
@@ -1 +1 @@
-MD5 (python/milter-0.5.5.tar.gz) = 3c21be3acc1cb237a457d90bbe92fb29
+MD5 (python/milter-0.6.0.tar.gz) = aeca5c3200ce8be1b6520057b60d440c
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Sep 24 04:06:29 PDT 2003 
State-Changed-Why:  
> Hey commiter! - How to do a simple test: 

Does this mean py-milter needs python 2.2? Python 2.3 is installed 
by default. 

If it works with python 2.3, please see this message: 

creating build/temp.freebsd-5.1-CURRENT-i386-2.3 
cc -fno-strict-aliasing -DNDEBUG -O -pipe -march=pentium2 -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x20000 -O -pipe -march=pentium2 -fPIC -I/home/edwin/local/include/python2.3 -c miltermodule.c -o build/temp.freebsd-5.1-CURRENT-i386-2.3/miltermodule.o 
miltermodule.c: In function `makeip6addr': 
miltermodule.c:507: warning: assignment makes pointer from integer without a cast 
miltermodule.c:988:1: missing terminating " character 
miltermodule.c:991:1: missing terminating " character 
error: command 'cc' failed with exit status 1 
*** Error code 1 



http://www.freebsd.org/cgi/query-pr.cgi?pr=56941 
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Sat Sep 27 14:45:46 PDT 2003 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56941 
>Unformatted:
 >>> import Milter
 No QUARANTINE support
 >>> import milter
 
 (The import must fail if the port is deinstalled)
 
