From ff297ecdb18fadbc7f9848d0b03b96d43208d9e2 Mon Sep 17 00:00:00 2001 From: xsa Date: Wed, 4 Aug 2004 19:14:30 +0000 Subject: [PATCH] MODULES= lang/python --- net/BitTorrent/Makefile | 4 ++-- net/ipcheck/Makefile | 4 ++-- net/nicotine/Makefile | 4 ++-- net/pebrot/Makefile | 4 ++-- net/py-IP/Makefile | 4 ++-- net/py-curl/Makefile | 4 ++-- net/py-dns/Makefile | 4 ++-- net/py-irclib/Makefile | 4 ++-- net/py-libpcap/Makefile | 4 ++-- net/py-msnp/Makefile | 4 ++-- net/py-snmp/Makefile | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/net/BitTorrent/Makefile b/net/BitTorrent/Makefile index 69b85919d33..c00d532b4bf 100644 --- a/net/BitTorrent/Makefile +++ b/net/BitTorrent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2004/04/15 03:41:14 jolan Exp $ +# $OpenBSD: Makefile,v 1.5 2004/08/04 19:14:30 xsa Exp $ COMMENT= "cooperative file distribution system implemented in Python" DISTNAME= BitTorrent-3.4.2 @@ -13,7 +13,7 @@ PERMIT_DISTFILES_FTP= Yes PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes -MODULES= python +MODULES= lang/python post-configure: @perl -pi -e \ diff --git a/net/ipcheck/Makefile b/net/ipcheck/Makefile index f9431d03ac2..6f0fce419a5 100644 --- a/net/ipcheck/Makefile +++ b/net/ipcheck/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2004/02/08 20:47:55 xsa Exp $ +# $OpenBSD: Makefile,v 1.17 2004/08/04 19:14:30 xsa Exp $ COMMENT= "fully compliant DynDNS.org client" @@ -22,7 +22,7 @@ MASTER_SITES= ${HOMEPAGE}releases/ EXTRACT_SUFX= EXTRACT_ONLY= -MODULES= python +MODULES= lang/python NO_REGRESS= Yes NO_BUILD= Yes diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index 427ccc19229..6c3183cb615 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2004/07/04 23:40:05 mjc Exp $ +# $OpenBSD: Makefile,v 1.3 2004/08/04 19:14:30 xsa Exp $ COMMENT= "gtk soulseek client written in Python" @@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${HOMEPAGE} -MODULES= python +MODULES= lang/python BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= :py-gtk2-*:x11/py-gtk2 diff --git a/net/pebrot/Makefile b/net/pebrot/Makefile index 0c9440e318c..6cea9ca502a 100644 --- a/net/pebrot/Makefile +++ b/net/pebrot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2004/04/27 13:14:01 kevlo Exp $ +# $OpenBSD: Makefile,v 1.7 2004/08/04 19:14:30 xsa Exp $ COMMENT= "text-based MSN messenger client" @@ -20,7 +20,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pebrot/} NO_REGRESS= Yes -MODULES= python +MODULES= lang/python FLAVORS= cjk FLAVOR?= diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index 3d8a0358d93..ce425abfcfa 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2004/07/26 21:04:24 xsa Exp $ +# $OpenBSD: Makefile,v 1.9 2004/08/04 19:14:30 xsa Exp $ COMMENT= "Python module to handle IPv4 and IPv6 address" @@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${HOMEPAGE} -MODULES= python +MODULES= lang/python MODPY_DISTUTILS_INSTALLARGS= -O2 diff --git a/net/py-curl/Makefile b/net/py-curl/Makefile index 0947d66390a..69c9a184a29 100644 --- a/net/py-curl/Makefile +++ b/net/py-curl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2004/07/26 21:04:24 xsa Exp $ +# $OpenBSD: Makefile,v 1.15 2004/08/04 19:14:30 xsa Exp $ NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} @@ -22,7 +22,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${HOMEPAGE}download/ \ ${HOMEPAGE}download/00-OLD-VERSIONS/ -MODULES= python +MODULES= lang/python LIB_DEPENDS= curl.2.2::net/curl diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index 04b0d358493..ef165df1c5f 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2004/07/26 21:04:24 xsa Exp $ +# $OpenBSD: Makefile,v 1.6 2004/08/04 19:14:30 xsa Exp $ COMMENT= "Python DNS library" @@ -20,7 +20,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MODULES= python +MODULES= lang/python NO_REGRESS= Yes diff --git a/net/py-irclib/Makefile b/net/py-irclib/Makefile index 453567aeb2e..e7293ca79fb 100644 --- a/net/py-irclib/Makefile +++ b/net/py-irclib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2004/07/12 08:41:22 xsa Exp $ +# $OpenBSD: Makefile,v 1.2 2004/08/04 19:14:30 xsa Exp $ COMMENT= "Internet Relay Chat (IRC) protocol client library for Python" @@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-irclib/} -MODULES= python +MODULES= lang/python NO_REGRESS= Yes diff --git a/net/py-libpcap/Makefile b/net/py-libpcap/Makefile index c0757c341a0..ff091ff78e0 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2004/02/18 08:31:50 xsa Exp $ +# $OpenBSD: Makefile,v 1.12 2004/08/04 19:14:30 xsa Exp $ NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} @@ -18,7 +18,7 @@ PERMIT_PACKAGE_FTP= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pylibpcap/} -MODULES= python +MODULES= lang/python BUILD_DEPENDS= :swig-*:devel/swig diff --git a/net/py-msnp/Makefile b/net/py-msnp/Makefile index 3545186cd5b..eeecb30f82d 100644 --- a/net/py-msnp/Makefile +++ b/net/py-msnp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2004/01/30 08:39:49 xsa Exp $ +# $OpenBSD: Makefile,v 1.4 2004/08/04 19:14:30 xsa Exp $ COMMENT= "implementation of the MSN messaging protocol in Python" @@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msnp/} -MODULES= python +MODULES= lang/python DOCDIR= ${PREFIX}/share/doc/py-msnp diff --git a/net/py-snmp/Makefile b/net/py-snmp/Makefile index 922b554e087..eb097a8341d 100644 --- a/net/py-snmp/Makefile +++ b/net/py-snmp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2004/06/22 15:31:26 xsa Exp $ +# $OpenBSD: Makefile,v 1.2 2004/08/04 19:14:30 xsa Exp $ COMMENT= "SNMP framework for Python" @@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysnmp/} -MODULES= python +MODULES= lang/python DOCSDIR= ${PREFIX}/share/doc/py-snmp EXAMPLESDIR= ${PREFIX}/share/examples/py-snmp