Bug 170475 - [update]: net-im/py-jabberbot up to 0.15
Summary: [update]: net-im/py-jabberbot up to 0.15
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 11:30 UTC by Veniamin
Modified: 2012-08-13 20:50 UTC (History)
0 users

See Also:


Attachments
file.diff (847 bytes, patch)
2012-08-08 11:30 UTC, Veniamin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin 2012-08-08 11:30:01 UTC
Up to 0.15
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-08 11:30:15 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-08 11:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-08-13 12:41:25 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-08-13 20:48:42 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"
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-08-13 20:50:46 UTC
State Changed
From-To: open->closed

Committed, thank you!