From 88f8f0add6eebb444891d0572d959e2e56c1f43e Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 8 Jun 2011 18:00:49 +0000 Subject: [PATCH] bump after default python version switch --- net/BitTorrent/Makefile | 6 +++--- net/avahi/Makefile | 8 +++++++- net/charm/Makefile | 4 ++-- net/cjc/Makefile | 4 ++-- net/emesene/Makefile | 4 ++-- net/farsight2/Makefile | 3 ++- net/flow-tools/Makefile | 3 ++- net/gajim/Makefile | 3 ++- net/honeyd/Makefile | 4 ++-- net/ipcheck/Makefile | 4 ++-- net/libdnet/Makefile | 6 +++--- net/libproxy/Makefile | 8 ++++---- net/nicotine/Makefile | 4 ++-- net/nmap/Makefile | 4 +++- net/papyon/Makefile | 4 ++-- net/pcapdiff/Makefile | 4 ++-- net/pebrot/Makefile | 4 ++-- net/pidgin/Makefile | 5 ++++- net/py-GeoIP/Makefile | 4 ++-- net/py-IP/Makefile | 3 ++- net/py-adns/Makefile | 4 ++-- net/py-boto/Makefile | 4 ++-- net/py-curl/Makefile | 4 ++-- net/py-dns/Makefile | 4 ++-- net/py-dnspython/Makefile | 3 ++- net/py-dpkt/Makefile | 4 ++-- net/py-flowd/Makefile | 4 ++-- net/py-flowtools/Makefile | 4 ++-- net/py-ftpdlib/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-nmap/Makefile | 4 ++-- net/py-pcapy/Makefile | 4 ++-- net/py-pcs/Makefile | 4 ++-- net/py-smbc/Makefile | 3 ++- net/py-snmp/Makefile | 4 ++-- net/py-twitter/Makefile | 4 ++-- net/py-xmpp/Makefile | 4 ++-- net/py-xmpppy/Makefile | 4 ++-- net/py-zsi/Makefile | 4 ++-- net/rabbitmq/Makefile | 4 ++-- net/rrdtool/Makefile | 10 +++++----- net/scapy/Makefile | 3 ++- net/spectrum/Makefile | 4 ++-- net/supybot/Makefile | 4 ++-- net/telepathy/telepathy-butterfly/Makefile | 3 ++- net/telepathy/telepathy-farsight/Makefile | 4 ++-- net/telepathy/telepathy-gabble/Makefile | 3 ++- net/telepathy/telepathy-glib/Makefile | 3 ++- net/telepathy/telepathy-haze/Makefile | 3 ++- net/telepathy/telepathy-idle/Makefile | 3 ++- net/telepathy/telepathy-inspector/Makefile | 4 ++-- net/telepathy/telepathy-logger/Makefile | 4 ++-- net/telepathy/telepathy-mission-control/Makefile | 3 ++- net/telepathy/telepathy-pinocchio/Makefile | 4 ++-- net/telepathy/telepathy-python/Makefile | 4 ++-- net/telepathy/telepathy-salut/Makefile | 3 ++- net/xorp/Makefile | 3 ++- 61 files changed, 137 insertions(+), 110 deletions(-) diff --git a/net/BitTorrent/Makefile b/net/BitTorrent/Makefile index 43ba57efa20..81fae04a39c 100644 --- a/net/BitTorrent/Makefile +++ b/net/BitTorrent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2011/06/02 13:41:39 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.35 2011/06/08 18:00:49 jasper Exp $ COMMENT-main= cooperative file distribution system implemented in Python COMMENT-gui= graphical interface components for BitTorrent @@ -9,8 +9,8 @@ PKGNAME-main= ${DISTNAME} PKGNAME-gui= BitTorrent-gui-${VERSION} CATEGORIES= net -REVISION-main= 9 -REVISION-gui= 8 +REVISION-main= 10 +REVISION-gui= 9 HOMEPAGE= http://www.bittorrent.com/ diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 0912c09856a..d4e8369ffc7 100755 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.59 2011/06/02 17:09:32 kili Exp $ +# $OpenBSD: Makefile,v 1.60 2011/06/08 18:00:49 jasper Exp $ COMMENT-main= framework for Multicast DNS Service Discovery COMMENT-gtk= GUI client utilities for avahi @@ -16,6 +16,12 @@ PKGNAME-mono= mono-avahi-${V} PKGNAME-qt3= avahi-qt3-${V} PKGNAME-qt4= avahi-qt4-${V} +REVISI0N-main= 0 +REVISION-gtk= 0 +REVISION-mono= 0 +REVISION-qt3= 0 +REVISION-qt4= 0 + MAINTAINER= Antoine Jacoutot SHARED_LIBS += avahi-common 0.0 # .8.0 diff --git a/net/charm/Makefile b/net/charm/Makefile index 1897d274b3d..a003c718206 100644 --- a/net/charm/Makefile +++ b/net/charm/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2010/11/19 22:31:32 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2011/06/08 18:00:49 jasper Exp $ COMMENT= LiveJournal client for Python DISTNAME= charm-1.7.0 -REVISION= 5 +REVISION= 6 CATEGORIES= net news HOMEPAGE= http://ljcharm.sourceforge.net/ diff --git a/net/cjc/Makefile b/net/cjc/Makefile index faa9fe7da84..82fb9d11485 100644 --- a/net/cjc/Makefile +++ b/net/cjc/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2011/03/14 09:17:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2011/06/08 18:00:49 jasper Exp $ COMMENT= Jabber client for text terminals MODPY_EGG_VERSION= 1.0.1 DISTNAME= cjc-${MODPY_EGG_VERSION} -REVISION= 1 +REVISION= 2 CATEGORIES= net HOMEPAGE= http://cjc.jajcus.net/ diff --git a/net/emesene/Makefile b/net/emesene/Makefile index fb5e9f3a74a..1694d9a54b1 100644 --- a/net/emesene/Makefile +++ b/net/emesene/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2010/11/19 22:31:33 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2011/06/08 18:00:49 jasper Exp $ COMMENT = client for the Windows Live Messenger chat network MODPY_EGG_VERSION = 1.0.1 DISTNAME = emesene-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = net diff --git a/net/farsight2/Makefile b/net/farsight2/Makefile index 2ab6d526bec..f0efc8272c5 100644 --- a/net/farsight2/Makefile +++ b/net/farsight2/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2011/06/02 17:09:32 kili Exp $ +# $OpenBSD: Makefile,v 1.11 2011/06/08 18:00:49 jasper Exp $ COMMENT= audio/video communications framework DISTNAME= farsight2-0.0.25 SHARED_LIBS += gstfarsight-0.10 2.1 +REVISION= 0 CATEGORIES= net multimedia HOMEPAGE= http://farsight.freedesktop.org/ diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile index 6b40bf5ccda..3af5c2994f8 100644 --- a/net/flow-tools/Makefile +++ b/net/flow-tools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2011/04/16 10:35:58 sthen Exp $ +# $OpenBSD: Makefile,v 1.23 2011/06/08 18:00:49 jasper Exp $ SHARED_LIBS += ft 0.0 # .0.0 @@ -6,6 +6,7 @@ COMMENT= cisco NetFlow utilities DISTNAME= flow-tools-0.68.5.1 EXTRACT_SUFX= .tar.bz2 +REVISION= 0 CATEGORIES= net MAINTAINER= Stuart Henderson diff --git a/net/gajim/Makefile b/net/gajim/Makefile index 63a0917e0ee..9584feca0c5 100644 --- a/net/gajim/Makefile +++ b/net/gajim/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.45 2010/11/19 22:31:33 espie Exp $ +# $OpenBSD: Makefile,v 1.46 2011/06/08 18:00:49 jasper Exp $ SHARED_ONLY= Yes COMMENT= jabber client written in pygtk DISTNAME= gajim-0.14.1 +REVISION= 0 CATEGORIES= net x11 MASTER_SITES= ${HOMEPAGE}/downloads/0.14/ diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 4fb765656f2..28b5581205c 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.29 2010/11/19 22:31:33 espie Exp $ +# $OpenBSD: Makefile,v 1.30 2011/06/08 18:00:49 jasper Exp $ SHARED_ONLY= Yes COMMENT= utility to create virtual hosts on a network DISTNAME= honeyd-1.5c -REVISION= 5 +REVISION= 6 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ diff --git a/net/ipcheck/Makefile b/net/ipcheck/Makefile index 684a3a12621..4e52e292897 100644 --- a/net/ipcheck/Makefile +++ b/net/ipcheck/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2010/08/30 21:14:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2011/06/08 18:00:49 jasper Exp $ COMMENT= fully compliant DynDNS.org client MV= 0 V= 207 PKGNAME= ipcheck-${MV}.${V} -REVISION= 3 +REVISION= 4 DISTNAME= ipcheck.${V} CATEGORIES= net diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index b9a26cc84a4..7d2d049b6f1 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2011/01/14 22:50:56 jasper Exp $ +# $OpenBSD: Makefile,v 1.28 2011/06/08 18:00:49 jasper Exp $ COMMENT-main= portable low-level networking library COMMENT-python= python interface to libdnet @@ -7,8 +7,8 @@ MODPY_EGG_VERSION=1.12 DISTNAME= libdnet-${MODPY_EGG_VERSION} PKGNAME-main= ${DISTNAME} PKGNAME-python= py-${DISTNAME} -REVISION-main= 1 -REVISION-python= 1 +REVISION-main= 2 +REVISION-python= 2 SHARED_LIBS= dnet 1.0 diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index 33ff1259e2b..726809972de 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2011/05/30 13:02:26 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2011/06/08 18:00:49 jasper Exp $ SHARED_ONLY= Yes @@ -13,9 +13,9 @@ PKGNAME-main= libproxy-${VERSION} PKGNAME-mozilla= libproxy-mozilla-${VERSION} PKGNAME-webkit= libproxy-webkit-${VERSION} -REVISION-main= 3 -REVISION-mozilla= 1 -REVISION-webkit= 3 +REVISION-main= 4 +REVISION-mozilla= 2 +REVISION-webkit= 4 CATEGORIES= net diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index 9ac88c9f9d3..7ab4b636932 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2011/01/14 22:50:56 jasper Exp $ +# $OpenBSD: Makefile,v 1.14 2011/06/08 18:00:49 jasper Exp $ COMMENT= gtk soulseek client written in Python DISTNAME= nicotine-1.0.8 -REVISION= 4 +REVISION= 5 CATEGORIES= net x11 HOMEPAGE= http://nicotine.thegraveyard.org/ diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 86fc5cd0837..ff68c39fbc0 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.96 2011/03/28 09:01:24 giovanni Exp $ +# $OpenBSD: Makefile,v 1.97 2011/06/08 18:00:49 jasper Exp $ COMMENT-main= scan ports and fingerprint stack of network hosts COMMENT-zenmap= graphical frontend for nmap @@ -7,6 +7,8 @@ MODPY_EGG_VERSION= 5.51 DISTNAME= nmap-${MODPY_EGG_VERSION} PKGNAME-main= ${DISTNAME} PKGNAME-zenmap= nmap-zenmap-${MODPY_EGG_VERSION} +REVISION-main= 0 +REVISION-zenmap= 0 CATEGORIES= net security MASTER_SITES= http://nmap.org/dist/ diff --git a/net/papyon/Makefile b/net/papyon/Makefile index 53fc30fc5db..bb01b119a3a 100644 --- a/net/papyon/Makefile +++ b/net/papyon/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2011/01/20 18:55:17 jasper Exp $ +# $OpenBSD: Makefile,v 1.9 2011/06/08 18:00:49 jasper Exp $ COMMENT= fork of pymsn to support telepathy-butterfly MODPY_EGG_VERSION= 0.5.4 DISTNAME= papyon-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= net HOMEPAGE= http://www.freedesktop.org/wiki/Software/papyon diff --git a/net/pcapdiff/Makefile b/net/pcapdiff/Makefile index 2e7cfd43cde..4f62799f0ec 100644 --- a/net/pcapdiff/Makefile +++ b/net/pcapdiff/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2010/11/19 22:31:37 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2011/06/08 18:00:49 jasper Exp $ COMMENT = compare pcap dump files MODPY_EGG_VERSION = 0.1 DISTNAME = pcapdiff-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = net security diff --git a/net/pebrot/Makefile b/net/pebrot/Makefile index 3b084aaeb30..b8356361aee 100644 --- a/net/pebrot/Makefile +++ b/net/pebrot/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2010/08/30 21:14:35 sthen Exp $ +# $OpenBSD: Makefile,v 1.20 2011/06/08 18:00:49 jasper Exp $ COMMENT= text-based MSN messenger client MODPY_EGG_VERSION= 0.8.9 DISTNAME= pebrot-${MODPY_EGG_VERSION} -REVISION= 1 +REVISION= 2 CATEGORIES= net HOMEPAGE= http://pebrot.sourceforge.net/ diff --git a/net/pidgin/Makefile b/net/pidgin/Makefile index b2b073d8409..ede2e9557ef 100644 --- a/net/pidgin/Makefile +++ b/net/pidgin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.93 2011/06/02 17:09:32 kili Exp $ +# $OpenBSD: Makefile,v 1.94 2011/06/08 18:00:49 jasper Exp $ SHARED_ONLY= Yes @@ -11,6 +11,9 @@ DISTNAME= pidgin-${VERSION} PKGNAME-main= pidgin-${VERSION} PKGNAME-finch= finch-${VERSION} PKGNAME-libpurple= libpurple-${VERSION} +REVISION-main= 0 +REVISION-finch= 0 +REVISION-libpurple= 0 .for i in -finch -libpurple FULLPKGNAME$i= ${PKGNAME$i}${FLAVOR_EXT:S/-gtkspell//} FULLPKGPATH$i= ${PKGPATH},$i${FLAVOR_EXT:S/-gtkspell//:S/-/,/g} diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index a1d35ea0a62..bd0e5eb1fed 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2011/05/19 21:15:32 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2011/06/08 18:00:49 jasper Exp $ COMMENT = GeoIP Python API MODPY_EGG_VERSION = 1.2.5 -REVISION = 0 +REVISION = 1 DISTNAME = GeoIP-Python-${MODPY_EGG_VERSION} PKGNAME = py-GeoIP-${MODPY_EGG_VERSION} CATEGORIES = net diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index 5bd6ee35c5a..a306e647063 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2011/04/16 07:31:18 benoit Exp $ +# $OpenBSD: Makefile,v 1.22 2011/06/08 18:00:49 jasper Exp $ COMMENT = Python module to handle IPv4 and IPv6 address MODPY_EGG_VERSION = 0.75 DISTNAME = IPy-${MODPY_EGG_VERSION} PKGNAME = py-IP-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES = net HOMEPAGE = https://github.com/haypo/python-ipy/wiki diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile index 8364a79ac15..2082e679bd5 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/11/19 22:31:37 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2011/06/08 18:00:49 jasper 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= 1 +REVISION= 2 HOMEPAGE= http://adns-python.googlecode.com/ diff --git a/net/py-boto/Makefile b/net/py-boto/Makefile index d1a8c7daf14..2777a47087a 100644 --- a/net/py-boto/Makefile +++ b/net/py-boto/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2010/08/30 21:21:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2011/06/08 18:00:49 jasper Exp $ COMMENT = Python interface to Amazon Web Services MODPY_EGG_VERSION = 1.7a DISTNAME = boto-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = net HOMEPAGE = http://code.google.com/p/boto/ diff --git a/net/py-curl/Makefile b/net/py-curl/Makefile index 2b39d8a85f5..2ca3892ac0f 100644 --- a/net/py-curl/Makefile +++ b/net/py-curl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2010/11/19 22:31:37 espie Exp $ +# $OpenBSD: Makefile,v 1.33 2011/06/08 18:00:49 jasper 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= 1 +REVISION= 2 CATEGORIES= net HOMEPAGE= http://pycurl.sourceforge.net/ diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index 98d393a0eea..b3c5f1caa68 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2010/08/30 21:21:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2011/06/08 18:00:49 jasper Exp $ COMMENT= Python DNS library VERSION= 2.3.3 DISTNAME= pydns-${VERSION} PKGNAME= py-dns-${VERSION} -REVISION= 1 +REVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pydns/} diff --git a/net/py-dnspython/Makefile b/net/py-dnspython/Makefile index 72b61aac6f7..69807b50296 100644 --- a/net/py-dnspython/Makefile +++ b/net/py-dnspython/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2010/10/11 14:59:15 benoit Exp $ +# $OpenBSD: Makefile,v 1.12 2011/06/08 18:00:49 jasper Exp $ COMMENT= DNS toolkit for Python MODPY_EGG_VERSION= 1.8.0 DISTNAME= dnspython-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= net HOMEPAGE= http://www.dnspython.org/ diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile index 04c27b6b589..245d1e83abb 100644 --- a/net/py-dpkt/Makefile +++ b/net/py-dpkt/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2010/08/30 21:21:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2011/06/08 18:00:49 jasper Exp $ COMMENT = python network packet manipulation library MODPY_EGG_VERSION = 1.7 DISTNAME = dpkt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = net diff --git a/net/py-flowd/Makefile b/net/py-flowd/Makefile index adc5cb34086..500dc08bd03 100644 --- a/net/py-flowd/Makefile +++ b/net/py-flowd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2010/11/19 22:31:37 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2011/06/08 18:00:49 jasper 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 = 1 +REVISION = 2 CATEGORIES= net devel HOMEPAGE= http://www.mindrot.org/flowd.html diff --git a/net/py-flowtools/Makefile b/net/py-flowtools/Makefile index c242249da07..fb4327833c8 100644 --- a/net/py-flowtools/Makefile +++ b/net/py-flowtools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/11/19 22:31:37 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2011/06/08 18:00:49 jasper Exp $ SHARED_ONLY= Yes @@ -7,7 +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 +REVISION= 1 CATEGORIES= net MAINTAINER= Mathieu Sauve-Frankel diff --git a/net/py-ftpdlib/Makefile b/net/py-ftpdlib/Makefile index f2927abb0e4..83d4de92394 100644 --- a/net/py-ftpdlib/Makefile +++ b/net/py-ftpdlib/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2010/11/11 09:18:57 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2011/06/08 18:00:50 jasper Exp $ COMMENT= FTP server library for Python MODPY_EGG_VERSION= 0.5.2 DISTNAME= pyftpdlib-${MODPY_EGG_VERSION} PKGNAME= py-ftpdlib-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= net diff --git a/net/py-impacket/Makefile b/net/py-impacket/Makefile index 89cae0cfb33..4718d9397a9 100644 --- a/net/py-impacket/Makefile +++ b/net/py-impacket/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2010/11/19 22:31:37 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2011/06/08 18:00:50 jasper 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 = 1 +REVISION = 2 CATEGORIES = net diff --git a/net/py-irclib/Makefile b/net/py-irclib/Makefile index 070b44e9a7e..1b7a92f6247 100644 --- a/net/py-irclib/Makefile +++ b/net/py-irclib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2010/08/30 21:21:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2011/06/08 18:00:50 jasper Exp $ COMMENT= Internet Relay Chat (IRC) protocol client library for Python DISTNAME= python-irclib-0.4.6 PKGNAME= ${DISTNAME:S/python/py/g} -REVISION = 2 +REVISION = 3 CATEGORIES= net HOMEPAGE= http://python-irclib.sourceforge.net/ diff --git a/net/py-libpcap/Makefile b/net/py-libpcap/Makefile index 652d4d68e07..8561c5f0f72 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2010/11/19 22:31:37 espie Exp $ +# $OpenBSD: Makefile,v 1.25 2011/06/08 18:00:50 jasper Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= libpcap bindings for Python DISTNAME= pylibpcap-0.6.2 PKGNAME= ${DISTNAME:S/py/py-/} -REVISION= 2 +REVISION= 3 CATEGORIES= net HOMEPAGE= http://pylibpcap.sourceforge.net/ diff --git a/net/py-medusa/Makefile b/net/py-medusa/Makefile index 172fa3504cb..cb38dff8d6d 100644 --- a/net/py-medusa/Makefile +++ b/net/py-medusa/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2010/08/30 21:21:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2011/06/08 18:00:50 jasper Exp $ COMMENT= Python framework for async socket-based servers DISTNAME= medusa-0.5.4 PKGNAME= py-${DISTNAME} -REVISION= 2 +REVISION= 3 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 3a53f21a6cb..9bdb530e90f 100644 --- a/net/py-msnp/Makefile +++ b/net/py-msnp/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2010/08/30 21:21:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2011/06/08 18:00:50 jasper Exp $ COMMENT= implementation of the MSN messaging protocol in Python DISTNAME= msnp.py-0.4.1 PKGNAME= py-${DISTNAME:S/.py//} -REVISION= 3 +REVISION= 4 CATEGORIES= net HOMEPAGE= http://msnp.sourceforge.net/ diff --git a/net/py-nmap/Makefile b/net/py-nmap/Makefile index 2cd9568979e..2981a3bd371 100644 --- a/net/py-nmap/Makefile +++ b/net/py-nmap/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2011/04/24 10:14:43 rpointel Exp $ +# $OpenBSD: Makefile,v 1.5 2011/06/08 18:00:50 jasper Exp $ COMMENT = python interface to the nmap scan data MODPY_EGG_VERSION = 0.1.4 DISTNAME = python-nmap-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/python/py/} -REVISION = 1 +REVISION = 2 CATEGORIES = net HOMEPAGE = http://xael.org/norman/python/python-nmap/ diff --git a/net/py-pcapy/Makefile b/net/py-pcapy/Makefile index d3a35ec0a1f..d9f326b1298 100644 --- a/net/py-pcapy/Makefile +++ b/net/py-pcapy/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2011/06/07 07:34:52 rpointel Exp $ +# $OpenBSD: Makefile,v 1.7 2011/06/08 18:00:50 jasper Exp $ COMMENT = libpcap module for Python MODPY_EGG_VERSION = 0.10.5 DISTNAME = pcapy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 3 +REVISION = 4 CATEGORIES = net devel diff --git a/net/py-pcs/Makefile b/net/py-pcs/Makefile index 9331b5dfb9d..b44dc51829d 100644 --- a/net/py-pcs/Makefile +++ b/net/py-pcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/11/19 22:31:37 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2011/06/08 18:00:50 jasper Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= Python Packet Construction Set DISTNAME= pcs-0.5 PKGNAME= py-${DISTNAME} -REVISION= 1 +REVISION= 2 CATEGORIES= net diff --git a/net/py-smbc/Makefile b/net/py-smbc/Makefile index 85ecf538892..ae15288c0b0 100644 --- a/net/py-smbc/Makefile +++ b/net/py-smbc/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2011/05/04 09:39:52 jasper Exp $ +# $OpenBSD: Makefile,v 1.3 2011/06/08 18:00:50 jasper Exp $ COMMENT= Python bindings to wrap the libsmbclient API MODPY_EGG_VERSION= 1.0.10 DISTNAME= pysmbc-${MODPY_EGG_VERSION} PKGNAME= py-smbc-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= net diff --git a/net/py-snmp/Makefile b/net/py-snmp/Makefile index 224aadf9391..1958cb88fcb 100644 --- a/net/py-snmp/Makefile +++ b/net/py-snmp/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2010/08/30 21:21:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2011/06/08 18:00:50 jasper Exp $ COMMENT= SNMP framework for Python DISTNAME= pysnmp-3.4.4 PKGNAME= ${DISTNAME:S/py/py-/} -REVISION= 3 +REVISION= 4 CATEGORIES= net HOMEPAGE= http://pysnmp.sourceforge.net/ diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile index d4241f03812..b259ceb9d95 100644 --- a/net/py-twitter/Makefile +++ b/net/py-twitter/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2010/12/05 18:06:14 jasper Exp $ +# $OpenBSD: Makefile,v 1.3 2011/06/08 18:00:50 jasper Exp $ COMMENT= twitter python module MODPY_EGG_VERSION= 1.4.2 DISTNAME= twitter-${MODPY_EGG_VERSION} PKGNAME= py-twitter-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= net www diff --git a/net/py-xmpp/Makefile b/net/py-xmpp/Makefile index 29aa5e098f6..f1879e742e6 100644 --- a/net/py-xmpp/Makefile +++ b/net/py-xmpp/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2010/11/19 22:31:37 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2011/06/08 18:00:50 jasper Exp $ COMMENT= Python XMPP and Jabber implementation MODPY_EGG_VERSION= 1.0.1 DISTNAME= pyxmpp-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:S/^py/py-/} -REVISION= 1 +REVISION= 2 CATEGORIES= net devel HOMEPAGE= http://pyxmpp.jajcus.net/ diff --git a/net/py-xmpppy/Makefile b/net/py-xmpppy/Makefile index 31320fd02c9..a59fc670596 100644 --- a/net/py-xmpppy/Makefile +++ b/net/py-xmpppy/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2010/08/30 21:21:54 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2011/06/08 18:00:50 jasper Exp $ COMMENT = Python XMPP and Jabber implementation MODPY_EGG_VERSION = 0.5.0rc1 DISTNAME = xmpppy-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = net devel HOMEPAGE = http://xmpppy.sourceforge.net/ diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index 197e0fe4bcc..e1fe3d7d5a9 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2010/11/19 22:31:37 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2011/06/08 18:00:50 jasper Exp $ COMMENT= Zolera SOAP Infrastructure MODPY_EGG_VERSION=2.0 DISTNAME= ZSI-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} -REVISION= 1 +REVISION= 2 CATEGORIES= net devel HOMEPAGE= http://pywebsvcs.sourceforge.net/ diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile index 2f3d88df38a..e11da1f4844 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2011/04/28 11:28:43 landry Exp $ +# $OpenBSD: Makefile,v 1.8 2011/06/08 18:00:50 jasper Exp $ COMMENT = highly reliable Enterprise Messaging System @@ -7,7 +7,7 @@ DISTNAME = rabbitmq-server-$V PKGNAME = rabbitmq-$V CATEGORIES = net -REVISION = 1 +REVISION = 2 HOMEPAGE = http://www.rabbitmq.com/ diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index d8ec8f948d1..ca7e4114bc9 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2011/03/16 12:58:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.62 2011/06/08 18:00:50 jasper Exp $ SHARED_ONLY= Yes @@ -13,10 +13,10 @@ PKGNAME-main= rrdtool-${VERSION} PKGNAME-perl= p5-RRD-${VERSION} PKGNAME-python= py-rrd-${VERSION} PKGNAME-ruby= ruby-rrd-${VERSION} -REVISION-main= 2 -REVISION-perl= 0 -REVISION-python=2 -REVISION-ruby= 6 +REVISION-main= 3 +REVISION-perl= 1 +REVISION-python=3 +REVISION-ruby= 7 SHARED_LIBS+= rrd 3.0 SHARED_LIBS+= rrd_th 3.0 diff --git a/net/scapy/Makefile b/net/scapy/Makefile index 9c6754217de..de5f2124f5a 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.15 2010/11/19 22:31:38 espie Exp $ +# $OpenBSD: Makefile,v 1.16 2011/06/08 18:00:50 jasper Exp $ COMMENT= powerful interactive packet manipulation in python MODPY_EGG_VERSION= 2.1.0 DISTNAME= scapy-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= net diff --git a/net/spectrum/Makefile b/net/spectrum/Makefile index 5fe106e9a30..efa68b31fd9 100644 --- a/net/spectrum/Makefile +++ b/net/spectrum/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2011/05/05 13:59:12 sebastia Exp $ +# $OpenBSD: Makefile,v 1.12 2011/06/08 18:00:50 jasper Exp $ COMMENT= XMPP transport/gateway DISTNAME = spectrum-1.4.7 -REVISION = 0 +REVISION = 1 CATEGORIES= net HOMEPAGE= http://spectrum.im/ diff --git a/net/supybot/Makefile b/net/supybot/Makefile index 9722530fb6f..9dd75cf6297 100644 --- a/net/supybot/Makefile +++ b/net/supybot/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2010/10/18 18:36:58 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2011/06/08 18:00:50 jasper 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 +REVISION = 1 CATEGORIES = net devel HOMEPAGE = http://supybot.com/ diff --git a/net/telepathy/telepathy-butterfly/Makefile b/net/telepathy/telepathy-butterfly/Makefile index c0ee937d967..38ab0001fc3 100644 --- a/net/telepathy/telepathy-butterfly/Makefile +++ b/net/telepathy/telepathy-butterfly/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2011/04/05 19:53:03 jasper Exp $ +# $OpenBSD: Makefile,v 1.22 2011/06/08 18:03:52 jasper Exp $ COMMENT= flexible communications framework, MSN component DISTNAME= telepathy-butterfly-0.5.15 +REVISION= 0 MASTER_SITES= ${MASTER_SITES_TP:=telepathy-butterfly/} diff --git a/net/telepathy/telepathy-farsight/Makefile b/net/telepathy/telepathy-farsight/Makefile index c971c9150e9..abf58f0c1c3 100644 --- a/net/telepathy/telepathy-farsight/Makefile +++ b/net/telepathy/telepathy-farsight/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2011/06/02 17:09:32 kili Exp $ +# $OpenBSD: Makefile,v 1.17 2011/06/08 18:03:52 jasper Exp $ COMMENT= flexible communications framework, farsight2 component DISTNAME= telepathy-farsight-0.0.16 -REVISION= 0 +REVISION= 1 HOMEPAGE= ${HOMEPAGE_TP:=Telepathy-Farsight} diff --git a/net/telepathy/telepathy-gabble/Makefile b/net/telepathy/telepathy-gabble/Makefile index c80754329fa..f4bea2ba137 100644 --- a/net/telepathy/telepathy-gabble/Makefile +++ b/net/telepathy/telepathy-gabble/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.35 2011/04/26 06:59:11 jasper Exp $ +# $OpenBSD: Makefile,v 1.36 2011/06/08 18:03:52 jasper Exp $ COMMENT= flexible communications framework, xmpp component DISTNAME= telepathy-gabble-0.12.0 +REVISION= 0 MASTER_SITES= ${MASTER_SITES_TP:=telepathy-gabble/} diff --git a/net/telepathy/telepathy-glib/Makefile b/net/telepathy/telepathy-glib/Makefile index 67bf3bbd405..8fe6347c937 100644 --- a/net/telepathy/telepathy-glib/Makefile +++ b/net/telepathy/telepathy-glib/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.34 2011/04/26 06:58:31 jasper Exp $ +# $OpenBSD: Makefile,v 1.35 2011/06/08 18:03:52 jasper Exp $ COMMENT= flexible communications framework, glib bindings DISTNAME= telepathy-glib-0.14.5 +REVISION= 0 SHARED_LIBS += telepathy-glib 8.1 # .56.0 diff --git a/net/telepathy/telepathy-haze/Makefile b/net/telepathy/telepathy-haze/Makefile index ca18ad43bfe..bd5c83a9739 100644 --- a/net/telepathy/telepathy-haze/Makefile +++ b/net/telepathy/telepathy-haze/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2011/04/05 19:53:03 jasper Exp $ +# $OpenBSD: Makefile,v 1.17 2011/06/08 18:03:52 jasper Exp $ COMMENT= flexible communications framework, libpurple component DISTNAME= telepathy-haze-0.4.0 +REVISION= 0 MASTER_SITES= ${MASTER_SITES_TP:=telepathy-haze/} diff --git a/net/telepathy/telepathy-idle/Makefile b/net/telepathy/telepathy-idle/Makefile index 96c5c97a440..c5951916cc7 100644 --- a/net/telepathy/telepathy-idle/Makefile +++ b/net/telepathy/telepathy-idle/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.28 2011/06/02 17:09:32 kili Exp $ +# $OpenBSD: Makefile,v 1.29 2011/06/08 18:03:52 jasper Exp $ COMMENT= flexible communications framework, IRC component DISTNAME= telepathy-idle-0.1.10 +REVISION= 0 MASTER_SITES= ${MASTER_SITES_TP:=telepathy-idle/} diff --git a/net/telepathy/telepathy-inspector/Makefile b/net/telepathy/telepathy-inspector/Makefile index c701f026057..60e4d10a613 100644 --- a/net/telepathy/telepathy-inspector/Makefile +++ b/net/telepathy/telepathy-inspector/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.22 2011/04/05 19:53:03 jasper Exp $ +# $OpenBSD: Makefile,v 1.23 2011/06/08 18:03:52 jasper Exp $ COMMENT= display information about a given connection manager DISTNAME= telepathy-inspector-0.5.3 -REVISION= 7 +REVISION= 8 HOMEPAGE= ${HOMEPAGE_TP:=Telepathy Inspector} diff --git a/net/telepathy/telepathy-logger/Makefile b/net/telepathy/telepathy-logger/Makefile index 9b20d910d40..d9f0dcf91fd 100644 --- a/net/telepathy/telepathy-logger/Makefile +++ b/net/telepathy/telepathy-logger/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.24 2011/06/02 17:09:32 kili Exp $ +# $OpenBSD: Makefile,v 1.25 2011/06/08 18:03:52 jasper Exp $ COMMENT= flexible communications framework, logger component DISTNAME= telepathy-logger-0.2.9 -REVISION= 0 +REVISION= 1 SHARED_LIBS += telepathy-logger 2.0 # 3.1 diff --git a/net/telepathy/telepathy-mission-control/Makefile b/net/telepathy/telepathy-mission-control/Makefile index 48868b6b9fa..63a03947a18 100644 --- a/net/telepathy/telepathy-mission-control/Makefile +++ b/net/telepathy/telepathy-mission-control/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.25 2011/04/05 19:53:03 jasper Exp $ +# $OpenBSD: Makefile,v 1.26 2011/06/08 18:03:52 jasper Exp $ COMMENT= abstraction layer between apps and connection managers DISTNAME= telepathy-mission-control-5.6.1 +REVISION= 0 SHARED_LIBS += mission-control-plugins 0.0 # 3.0 diff --git a/net/telepathy/telepathy-pinocchio/Makefile b/net/telepathy/telepathy-pinocchio/Makefile index abd942eaf0c..6a7baf8042c 100644 --- a/net/telepathy/telepathy-pinocchio/Makefile +++ b/net/telepathy/telepathy-pinocchio/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2011/04/20 17:53:44 jasper Exp $ +# $OpenBSD: Makefile,v 1.12 2011/06/08 18:03:52 jasper Exp $ COMMENT= connection manager meant for testing Telepathy DISTNAME= telepathy-pinocchio-0.3.1 -REVISION= 3 +REVISION= 4 MASTER_SITES= ${MASTER_SITES_TP:=telepathy-pinocchio/} diff --git a/net/telepathy/telepathy-python/Makefile b/net/telepathy/telepathy-python/Makefile index 00a58fe5d82..fe0e3b8ef8e 100644 --- a/net/telepathy/telepathy-python/Makefile +++ b/net/telepathy/telepathy-python/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2011/04/05 19:53:03 jasper Exp $ +# $OpenBSD: Makefile,v 1.25 2011/06/08 18:03:52 jasper Exp $ COMMENT= flexible communications framework, python bindings V= 0.15.19 DISTNAME= telepathy-python-$V -REVISION= 0 +REVISION= 1 HOMEPAGE= ${HOMEPAGE_TP:=Telepathy Python} diff --git a/net/telepathy/telepathy-salut/Makefile b/net/telepathy/telepathy-salut/Makefile index aa21cad5a67..59b2029c1e8 100644 --- a/net/telepathy/telepathy-salut/Makefile +++ b/net/telepathy/telepathy-salut/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.22 2011/04/05 19:53:03 jasper Exp $ +# $OpenBSD: Makefile,v 1.23 2011/06/08 18:03:52 jasper Exp $ COMMENT= flexible communications framework, local-link component DISTNAME= telepathy-salut-0.4.0 +REVISION= 0 MASTER_SITES= ${MASTER_SITES_TP:=telepathy-salut/} diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 5e13516c61b..2a0d3bc9b2c 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.18 2011/06/06 13:02:45 sthen Exp $ +# $OpenBSD: Makefile,v 1.19 2011/06/08 18:00:50 jasper Exp $ COMMENT-main= eXtensible Open Router Platform VERSION= 1.6 DISTNAME= xorp-${VERSION} PKGNAME-main= ${DISTNAME} +REVISION-main= 0 CATEGORIES= net HOMEPAGE= http://www.xorp.org/