From nobody@FreeBSD.org  Wed Aug  8 10:25:52 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 67EC3106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  8 Aug 2012 10:25:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 52EE98FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  8 Aug 2012 10:25:52 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q78APqPI032676
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 8 Aug 2012 10:25:52 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q78APqYi032655;
	Wed, 8 Aug 2012 10:25:52 GMT
	(envelope-from nobody)
Message-Id: <201208081025.q78APqYi032655@red.freebsd.org>
Date: Wed, 8 Aug 2012 10:25:52 GMT
From: Veniamin Gvozdikov <g.veniamin@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [update]: net-im/py-jabberbot up to 0.15
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         170475
>Category:       ports
>Synopsis:       [update]: net-im/py-jabberbot up to 0.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 08 10:30:01 UTC 2012
>Closed-Date:    Mon Aug 13 19:50:47 UTC 2012
>Last-Modified:  Mon Aug 13 19:50:47 UTC 2012
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
FreeBSD ololo 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Aug 18 11:19:07 MSD 2011     root@ololo:/usr/obj/usr/src/sys/OLOLO  amd64
>Description:
Up to 0.15
>How-To-Repeat:

>Fix:
diff -ruN py-jabberbot.orig/Makefile py-jabberbot/Makefile
--- py-jabberbot.orig/Makefile	2012-08-08 14:23:11.993107650 +0400
+++ py-jabberbot/Makefile	2012-08-07 18:29:38.743100459 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jabberbot
-PORTVERSION=	0.14
+PORTVERSION=	0.15
 CATEGORIES=	net-im python
 MASTER_SITES=	SF/pythonjabberbot/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ruN py-jabberbot.orig/distinfo py-jabberbot/distinfo
--- py-jabberbot.orig/distinfo	2012-08-08 14:23:11.993107650 +0400
+++ py-jabberbot/distinfo	2012-08-07 18:29:56.152063330 +0400
@@ -1,2 +1,2 @@
-SHA256 (jabberbot-0.14.tar.gz) = e84ff88326213a503e4078c658f50ebf04520527af636a6d43ff7344435f2c64
-SIZE (jabberbot-0.14.tar.gz) = 23745
+SHA256 (jabberbot-0.15.tar.gz) = b8b946958e15f5413adcb02fecf7cffd6d008669a692ef6a2bc4bf3717c06a1d
+SIZE (jabberbot-0.15.tar.gz) = 25044

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Wed Aug 8 10:30:15 UTC 2012 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170475 
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Aug 8 10:30:22 UTC 2012 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170475 
Responsible-Changed-From-To: freebsd-python->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Mon Aug 13 11:41:25 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170475: commit references a PR
Date: Mon, 13 Aug 2012 19:48:42 +0000 (UTC)

 Author: rm
 Date: Mon Aug 13 19:48:28 2012
 New Revision: 302480
 URL: http://svn.freebsd.org/changeset/ports/302480
 
 Log:
   - update to version 0.15
   
   while here:
   - strict python version to 2.x only
   - move pkg-plist contents to PLIST_FILES
   - tab -> space in pkg-descr:WWW
   - use PYTHON_PKGNAMEPREFIX in dependency
   
   PR:		170475
   Submitted by:	Veniamin Gvozdikov <g.veniamin at googlemail dot com> (maintainer)
 
 Deleted:
   head/net-im/py-jabberbot/pkg-plist
 Modified:
   head/net-im/py-jabberbot/Makefile
   head/net-im/py-jabberbot/distinfo
   head/net-im/py-jabberbot/pkg-descr
 
 Modified: head/net-im/py-jabberbot/Makefile
 ==============================================================================
 --- head/net-im/py-jabberbot/Makefile	Mon Aug 13 19:41:49 2012	(r302479)
 +++ head/net-im/py-jabberbot/Makefile	Mon Aug 13 19:48:28 2012	(r302480)
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	jabberbot
 -PORTVERSION=	0.14
 +PORTVERSION=	0.15
  CATEGORIES=	net-im python
  MASTER_SITES=	SF/pythonjabberbot/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 @@ -16,11 +16,15 @@ COMMENT=	A simple Jabber Bot for Python
  
  LICENSE=	GPLv3
  
 -BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/xmpp/auth.py:${PORTSDIR}/net-im/py-xmpppy
 +BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xmpppy>0:${PORTSDIR}/net-im/py-xmpppy
  
 -USE_PYTHON=	2.5+
 +USE_PYTHON=	-2.7
  USE_PYDISTUTILS=	yes
  
 +PLIST_FILES=	%%PYTHON_SITELIBDIR%%/jabberbot.py  \
 +		%%PYTHON_SITELIBDIR%%/jabberbot.pyc \
 +		%%PYTHON_SITELIBDIR%%/jabberbot.pyo
 +
  post-patch:
  	@${GREP} -lr '/usr/bin/python' ${WRKSRC} | \
  		${XARGS} ${REINPLACE_CMD} -e "s,^#!/usr/bin/python,#!${PYTHON_CMD},"
 
 Modified: head/net-im/py-jabberbot/distinfo
 ==============================================================================
 --- head/net-im/py-jabberbot/distinfo	Mon Aug 13 19:41:49 2012	(r302479)
 +++ head/net-im/py-jabberbot/distinfo	Mon Aug 13 19:48:28 2012	(r302480)
 @@ -1,2 +1,2 @@
 -SHA256 (jabberbot-0.14.tar.gz) = e84ff88326213a503e4078c658f50ebf04520527af636a6d43ff7344435f2c64
 -SIZE (jabberbot-0.14.tar.gz) = 23745
 +SHA256 (jabberbot-0.15.tar.gz) = b8b946958e15f5413adcb02fecf7cffd6d008669a692ef6a2bc4bf3717c06a1d
 +SIZE (jabberbot-0.15.tar.gz) = 25044
 
 Modified: head/net-im/py-jabberbot/pkg-descr
 ==============================================================================
 --- head/net-im/py-jabberbot/pkg-descr	Mon Aug 13 19:41:49 2012	(r302479)
 +++ head/net-im/py-jabberbot/pkg-descr	Mon Aug 13 19:48:28 2012	(r302480)
 @@ -4,4 +4,4 @@ provide information about your running s
  interact with your visitors or notify you about updates or changes
  you monitor with your Python scripts.
  
 -WWW:	http://thpinfo.com/2007/python-jabberbot/
 +WWW: http://thpinfo.com/2007/python-jabberbot/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Mon Aug 13 19:50:46 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

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