diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index 35c15a6e5aa..777b369e4c2 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2009/01/30 16:22:08 eric Exp $ +# $OpenBSD: Makefile,v 1.3 2009/10/14 12:47:48 landry Exp $ SUBDIR += core SUBDIR += conch @@ -8,7 +8,7 @@ SUBDIR += news SUBDIR += runner SUBDIR += web -# SUBDIR += web2 + SUBDIR += web2 SUBDIR += words .include diff --git a/devel/py-twisted/web2/Makefile b/devel/py-twisted/web2/Makefile index f0ef1147e0e..d6fb433f774 100644 --- a/devel/py-twisted/web2/Makefile +++ b/devel/py-twisted/web2/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.9 2009/03/11 22:20:09 bernd Exp $ +# $OpenBSD: Makefile,v 1.10 2009/10/14 12:47:48 landry Exp $ COMMENT= experimental HTTP/1.1 server framework CATEGORIES+= www -VERSION= 8.2.0 +VERSION= 8.1.0 DISTNAME= TwistedWeb2-${VERSION} -PKGNAME= py-twisted-web2-${VERSION}p0 +PKGNAME= py-twisted-web2-${VERSION}p1 HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWeb2