From roth@secure.socket.ch  Fri Dec 15 20:02:35 2006
Return-Path: <roth@secure.socket.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E492816A50E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Dec 2006 20:02:34 +0000 (UTC)
	(envelope-from roth@secure.socket.ch)
Received: from secure.socket.ch (secure.socket.ch [212.103.70.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2AA4C43CA0
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Dec 2006 20:00:51 +0000 (GMT)
	(envelope-from roth@secure.socket.ch)
Received: from localhost ([127.0.0.1] helo=secure.socket.ch)
	by secure.socket.ch with esmtp (Exim 4.63 (FreeBSD))
	(envelope-from <roth@secure.socket.ch>)
	id 1GvJGG-0001pM-02
	for FreeBSD-gnats-submit@freebsd.org; Fri, 15 Dec 2006 21:02:32 +0100
Received: (from roth@localhost)
	by secure.socket.ch (8.13.3/8.13.1/Submit) id kBFK2Rw9007027;
	Fri, 15 Dec 2006 21:02:27 +0100 (CET)
	(envelope-from roth)
Message-Id: <200612152002.kBFK2Rw9007027@secure.socket.ch>
Date: Fri, 15 Dec 2006 21:02:27 +0100 (CET)
From: Tobias Roth <ports@fsck.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/py24-testoob: update to 1.13
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         106788
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py24-testoob: update to 1.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nivit
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 15 20:10:04 GMT 2006
>Closed-Date:    Fri Dec 22 21:43:18 GMT 2006
>Last-Modified:  Fri Dec 22 21:50:19 GMT 2006
>Originator:     Tobias Roth
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD factory.fsck.ch 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #4: Tue Nov 21 12:50:23 CET 2006
>Description:
- Update to 1.13

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py24-testoob-1.13.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-testoob/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	5 Nov 2006 22:45:40 -0000	1.1
+++ Makefile	15 Dec 2006 19:59:55 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	testoob
-PORTVERSION=	1.12
+PORTVERSION=	1.13
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -34,8 +34,4 @@
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/Ft/Xml/__init__.py:${PORTSDIR}/textproc/py-4suite-xml
 .endif
 
-post-install:
-	${RM} ${PREFIX}/${PORTNAME}/setcolor.exe
-	${RMDIR} ${PREFIX}/${PORTNAME}
-
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/py-testoob/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	5 Nov 2006 22:45:40 -0000	1.1
+++ distinfo	15 Dec 2006 19:59:55 -0000
@@ -1,3 +1,3 @@
-MD5 (testoob-1.12.tar.bz2) = fb7731e1d9a57e908663860a8e15ecfb
-SHA256 (testoob-1.12.tar.bz2) = dcc205560e7998fc0db5050a67093f8cda885d8f0b7a8fe427537b8dcb9ac714
-SIZE (testoob-1.12.tar.bz2) = 89868
+MD5 (testoob-1.13.tar.bz2) = 218609e9ffd23d047d287471b4f5253e
+SHA256 (testoob-1.13.tar.bz2) = 8fabb01d69997e658e74ecb6f8f130e1a397282a67659b3c73b7230b837f7df7
+SIZE (testoob-1.13.tar.bz2) = 94420
--- py24-testoob-1.13.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nivit 
Responsible-Changed-By: nivit 
Responsible-Changed-When: Sat Dec 16 09:43:31 UTC 2006 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106788 
State-Changed-From-To: open->closed 
State-Changed-By: nivit 
State-Changed-When: Fri Dec 22 21:43:15 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106788: commit references a PR
Date: Fri, 22 Dec 2006 21:42:26 +0000 (UTC)

 nivit       2006-12-22 21:42:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/py-testoob     Makefile pkg-plist 
   Log:
   - Updated to 1.13
   
   PR:             106788
   Submitted by:   Tobias Roth <ports@fsck.ch> (maintainer)
   Reviewed by:    alexbl (mentor)
   
   Revision  Changes    Path
   1.2       +7 -4      ports/devel/py-testoob/Makefile
   1.2       +1 -0      ports/devel/py-testoob/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
