From 14ac80a32bc63e793d3a472e8ec687bacbefd42c Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 30 Aug 2010 21:21:53 +0000 Subject: [PATCH] bumps for new python --- net/py-GeoIP/Makefile | 4 ++-- net/py-IP/Makefile | 3 ++- net/py-adns/Makefile | 4 ++-- net/py-boto/Makefile | 3 ++- net/py-curl/Makefile | 4 ++-- net/py-dns/Makefile | 4 ++-- net/py-dnspython/Makefile | 4 ++-- net/py-dpkt/Makefile | 4 ++-- net/py-flowd/Makefile | 4 ++-- net/py-flowtools/Makefile | 3 ++- net/py-impacket/Makefile | 4 ++-- net/py-irclib/Makefile | 4 ++-- net/py-libpcap/Makefile | 4 ++-- net/py-medusa/Makefile | 4 ++-- net/py-msnp/Makefile | 4 ++-- net/py-pcapy/Makefile | 4 ++-- net/py-pcs/Makefile | 4 ++-- net/py-snmp/Makefile | 4 ++-- net/py-xmpp/Makefile | 4 ++-- net/py-xmpppy/Makefile | 3 ++- net/py-zsi/Makefile | 4 ++-- net/rabbitmq/Makefile | 3 ++- net/rrdtool/Makefile | 8 ++++---- net/scapy/Makefile | 3 ++- net/supybot/Makefile | 3 ++- 25 files changed, 52 insertions(+), 45 deletions(-) diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index 9e130c22455..de228a0a567 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2010/08/30 21:21:53 sthen Exp $ COMMENT = GeoIP Python API MODPY_EGG_VERSION = 1.2.4 DISTNAME = GeoIP-Python-${MODPY_EGG_VERSION} PKGNAME = py-GeoIP-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = net HOMEPAGE = http://www.maxmind.com/app/python diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index adb24d3d307..71faf9b53c5 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2009/11/06 14:45:25 benoit Exp $ +# $OpenBSD: Makefile,v 1.17 2010/08/30 21:21:53 sthen Exp $ COMMENT = Python module to handle IPv4 and IPv6 address MODPY_EGG_VERSION = 0.70 DISTNAME = IPy-${MODPY_EGG_VERSION} PKGNAME = py-IP-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = net HOMEPAGE = http://software.inl.fr/trac/wiki/IPy diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile index e16f26aa84e..7fe07d1fb08 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2010/08/30 21:21:53 sthen Exp $ SHARED_ONLY= Yes @@ -7,7 +7,7 @@ COMMENT= python interface to adns V= 1.2.1 DISTNAME= adns-python-$V PKGNAME= py-adns-$V -REVISION= 0 +REVISION= 1 HOMEPAGE= http://adns-python.googlecode.com/ diff --git a/net/py-boto/Makefile b/net/py-boto/Makefile index 91480587629..d1a8c7daf14 100644 --- a/net/py-boto/Makefile +++ b/net/py-boto/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2009/08/07 08:36:52 fgsch Exp $ +# $OpenBSD: Makefile,v 1.8 2010/08/30 21:21:53 sthen Exp $ COMMENT = Python interface to Amazon Web Services MODPY_EGG_VERSION = 1.7a DISTNAME = boto-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = net HOMEPAGE = http://code.google.com/p/boto/ diff --git a/net/py-curl/Makefile b/net/py-curl/Makefile index bfe2f26cc9c..0e76b75ed97 100644 --- a/net/py-curl/Makefile +++ b/net/py-curl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.30 2010/08/30 21:21:53 sthen Exp $ SHARED_ONLY= Yes @@ -7,7 +7,7 @@ COMMENT= Python interface to cURL library MODPY_EGG_VERSION= 7.19.0 DISTNAME= pycurl-${MODPY_EGG_VERSION} PKGNAME= py-curl-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= net HOMEPAGE= http://pycurl.sourceforge.net/ diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index c0593a00239..98d393a0eea 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2010/08/30 21:21:53 sthen Exp $ COMMENT= Python DNS library VERSION= 2.3.3 DISTNAME= pydns-${VERSION} PKGNAME= py-dns-${VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pydns/} diff --git a/net/py-dnspython/Makefile b/net/py-dnspython/Makefile index 472971b00bd..b7fabfeff95 100644 --- a/net/py-dnspython/Makefile +++ b/net/py-dnspython/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2010/08/30 21:21:53 sthen Exp $ COMMENT= DNS toolkit for Python MODPY_EGG_VERSION= 1.6.0 DISTNAME= dnspython-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= net HOMEPAGE= http://www.dnspython.org/ diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile index 1fac4b718df..04c27b6b589 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2010/08/30 21:21:53 sthen Exp $ COMMENT = python network packet manipulation library MODPY_EGG_VERSION = 1.7 DISTNAME = dpkt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = net diff --git a/net/py-flowd/Makefile b/net/py-flowd/Makefile index 07733970dd3..ccebf1873ae 100644 --- a/net/py-flowd/Makefile +++ b/net/py-flowd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2010/08/30 21:21:53 sthen Exp $ SHARED_ONLY= Yes @@ -7,7 +7,7 @@ COMMENT= Python API for flowd binary log files MODPY_EGG_VERSION= 0.9.1 DISTNAME= flowd-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES= net devel HOMEPAGE= http://www.mindrot.org/flowd.html diff --git a/net/py-flowtools/Makefile b/net/py-flowtools/Makefile index ddab8275259..83f0c26562c 100644 --- a/net/py-flowtools/Makefile +++ b/net/py-flowtools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/05/06 21:41:57 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2010/08/30 21:21:53 sthen Exp $ SHARED_ONLY= Yes @@ -7,6 +7,7 @@ COMMENT= python interface to flow-tools file format MODPY_EGG_VERSION=0.3.4 DISTNAME= pyflowtools-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:S/pyflow/py-flow/g} +REVISION= 0 CATEGORIES= net MAINTAINER= Mathieu Sauve-Frankel diff --git a/net/py-impacket/Makefile b/net/py-impacket/Makefile index 3bbe962a4b6..1251bba04d5 100644 --- a/net/py-impacket/Makefile +++ b/net/py-impacket/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2010/08/30 21:21:53 sthen Exp $ COMMENT = Python classes providing access to network packets MODPY_EGG_VERSION = 0.9.6.0 DISTNAME = Impacket-${MODPY_EGG_VERSION} PKGNAME = py-impacket-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = net diff --git a/net/py-irclib/Makefile b/net/py-irclib/Makefile index 743e5a47688..070b44e9a7e 100644 --- a/net/py-irclib/Makefile +++ b/net/py-irclib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2010/08/30 21:21:53 sthen Exp $ COMMENT= Internet Relay Chat (IRC) protocol client library for Python DISTNAME= python-irclib-0.4.6 PKGNAME= ${DISTNAME:S/python/py/g} -REVISION = 1 +REVISION = 2 CATEGORIES= net HOMEPAGE= http://python-irclib.sourceforge.net/ diff --git a/net/py-libpcap/Makefile b/net/py-libpcap/Makefile index 56a9540f813..aca7a9380ba 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.23 2010/08/30 21:21:53 sthen Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= libpcap bindings for Python DISTNAME= pylibpcap-0.6.2 PKGNAME= ${DISTNAME:S/py/py-/} -REVISION= 1 +REVISION= 2 CATEGORIES= net HOMEPAGE= http://pylibpcap.sourceforge.net/ diff --git a/net/py-medusa/Makefile b/net/py-medusa/Makefile index 8ee60bcf7f9..172fa3504cb 100644 --- a/net/py-medusa/Makefile +++ b/net/py-medusa/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2010/08/30 21:21:54 sthen Exp $ COMMENT= Python framework for async socket-based servers DISTNAME= medusa-0.5.4 PKGNAME= py-${DISTNAME} -REVISION= 1 +REVISION= 2 CATEGORIES= net devel HOMEPAGE= http://www.amk.ca/python/code/medusa.html diff --git a/net/py-msnp/Makefile b/net/py-msnp/Makefile index 86346e9c18a..3a53f21a6cb 100644 --- a/net/py-msnp/Makefile +++ b/net/py-msnp/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2010/08/30 21:21:54 sthen Exp $ COMMENT= implementation of the MSN messaging protocol in Python DISTNAME= msnp.py-0.4.1 PKGNAME= py-${DISTNAME:S/.py//} -REVISION= 2 +REVISION= 3 CATEGORIES= net HOMEPAGE= http://msnp.sourceforge.net/ diff --git a/net/py-pcapy/Makefile b/net/py-pcapy/Makefile index 13f8bfe72d1..1288eb029b4 100644 --- a/net/py-pcapy/Makefile +++ b/net/py-pcapy/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2010/08/30 21:21:54 sthen Exp $ COMMENT = libpcap module for Python MODPY_EGG_VERSION = 0.10.5 DISTNAME = pcapy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = net devel diff --git a/net/py-pcs/Makefile b/net/py-pcs/Makefile index 6d91d01315b..da61ae47975 100644 --- a/net/py-pcs/Makefile +++ b/net/py-pcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2010/08/30 21:21:54 sthen Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= Python Packet Construction Set DISTNAME= pcs-0.5 PKGNAME= py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= net diff --git a/net/py-snmp/Makefile b/net/py-snmp/Makefile index eedd62469c8..224aadf9391 100644 --- a/net/py-snmp/Makefile +++ b/net/py-snmp/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2010/08/30 21:21:54 sthen Exp $ COMMENT= SNMP framework for Python DISTNAME= pysnmp-3.4.4 PKGNAME= ${DISTNAME:S/py/py-/} -REVISION= 2 +REVISION= 3 CATEGORIES= net HOMEPAGE= http://pysnmp.sourceforge.net/ diff --git a/net/py-xmpp/Makefile b/net/py-xmpp/Makefile index 90913f50e52..93a4290bcc8 100644 --- a/net/py-xmpp/Makefile +++ b/net/py-xmpp/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2010/08/30 21:21:54 sthen Exp $ COMMENT= Python XMPP and Jabber implementation MODPY_EGG_VERSION= 1.0.1 DISTNAME= pyxmpp-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:S/^py/py-/} -REVISION= 0 +REVISION= 1 CATEGORIES= net devel HOMEPAGE= http://pyxmpp.jajcus.net/ diff --git a/net/py-xmpppy/Makefile b/net/py-xmpppy/Makefile index 4f65f11b5a8..31320fd02c9 100644 --- a/net/py-xmpppy/Makefile +++ b/net/py-xmpppy/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2010/07/28 12:22:11 sebastia Exp $ +# $OpenBSD: Makefile,v 1.2 2010/08/30 21:21:54 sthen Exp $ COMMENT = Python XMPP and Jabber implementation MODPY_EGG_VERSION = 0.5.0rc1 DISTNAME = xmpppy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = net devel HOMEPAGE = http://xmpppy.sourceforge.net/ diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index 3e188d452b2..b0296782476 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2010/07/12 22:07:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2010/08/30 21:21:54 sthen Exp $ COMMENT= Zolera SOAP Infrastructure MODPY_EGG_VERSION=2.0 DISTNAME= ZSI-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} -REVISION= 0 +REVISION= 1 CATEGORIES= net devel HOMEPAGE= http://pywebsvcs.sourceforge.net/ diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile index e032086e520..18ae177dfa2 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 13:10:33 msf Exp $ +# $OpenBSD: Makefile,v 1.2 2010/08/30 21:21:54 sthen Exp $ COMMENT = highly reliable Enterprise Messaging System V = 1.6.0 DISTNAME = rabbitmq-server-$V PKGNAME = rabbitmq-$V +REVISION = 0 CATEGORIES = net HOMEPAGE = http://www.rabbitmq.com/ diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index a657914b7fd..fe12f12d885 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2010/07/24 23:05:08 naddy Exp $ +# $OpenBSD: Makefile,v 1.51 2010/08/30 21:21:54 sthen Exp $ SHARED_ONLY= Yes @@ -13,9 +13,9 @@ PKGNAME-main= rrdtool-${VERSION} PKGNAME-perl= p5-RRD-${VERSION} PKGNAME-python= py-rrd-${VERSION} PKGNAME-ruby= ruby-rrd-${VERSION} -REVISION-main= 0 -REVISION-python=0 -REVISION-ruby= 0 +REVISION-main= 1 +REVISION-python=1 +REVISION-ruby= 1 SHARED_LIBS+= rrd 3.0 SHARED_LIBS+= rrd_th 3.0 diff --git a/net/scapy/Makefile b/net/scapy/Makefile index 971db918262..4ccb0bde39c 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2009/10/01 16:42:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2010/08/30 21:21:54 sthen Exp $ COMMENT= powerful interactive packet manipulation in python MODPY_EGG_VERSION= 2.0.1 DISTNAME= scapy-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= net HOMEPAGE= http://secdev.org/projects/scapy/ diff --git a/net/supybot/Makefile b/net/supybot/Makefile index f3fe1672c32..8b71f1a976e 100644 --- a/net/supybot/Makefile +++ b/net/supybot/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2009/08/01 20:39:08 fgsch Exp $ +# $OpenBSD: Makefile,v 1.7 2010/08/30 21:21:54 sthen Exp $ COMMENT = cross-platform IRC bot written in Python MODPY_EGG_VERSION = 0.83.4.1 DISTNAME = Supybot-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:L} +REVISION = 0 CATEGORIES = net devel HOMEPAGE = http://supybot.com/