Re-enable py-twisted-web2, yet another dependency of moovida/elisa.

Bump the version back to the last existing version (8.1.0), and bump
PKGNAME again to be on the safe side..
ok eric@
This commit is contained in:
landry 2009-10-14 12:47:48 +00:00
parent faaa9351fc
commit 6462be2ae0
2 changed files with 5 additions and 5 deletions

View File

@ -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 += core
SUBDIR += conch SUBDIR += conch
@ -8,7 +8,7 @@
SUBDIR += news SUBDIR += news
SUBDIR += runner SUBDIR += runner
SUBDIR += web SUBDIR += web
# SUBDIR += web2 SUBDIR += web2
SUBDIR += words SUBDIR += words
.include <bsd.port.subdir.mk> .include <bsd.port.subdir.mk>

View File

@ -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 COMMENT= experimental HTTP/1.1 server framework
CATEGORIES+= www CATEGORIES+= www
VERSION= 8.2.0 VERSION= 8.1.0
DISTNAME= TwistedWeb2-${VERSION} DISTNAME= TwistedWeb2-${VERSION}
PKGNAME= py-twisted-web2-${VERSION}p0 PKGNAME= py-twisted-web2-${VERSION}p1
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWeb2 HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWeb2