changed python3 default version so bump revision.

This commit is contained in:
rpointel 2014-06-03 11:36:49 +00:00
parent 8fca111214
commit a78623ff7d
2 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2013/09/05 08:39:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2014/06/03 11:36:49 rpointel Exp $
COMMENT = session and caching library with wsgi middleware
MODPY_EGG_VERSION = 1.6.2
DISTNAME = Beaker-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
REVISION = 1
REVISION = 2
CATEGORIES = www devel

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2014/04/24 17:41:54 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2014/06/03 11:36:49 rpointel Exp $
COMMENT = super-fast templating language
@ -6,6 +6,8 @@ MODPY_EGG_VERSION = 0.9.1
DISTNAME = Mako-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
REVISION = 0
CATEGORIES = www
HOMEPAGE = http://www.makotemplates.org/