bump EPOCH to deal with REVISION screwup from last year

This commit is contained in:
naddy 2011-06-10 19:35:31 +00:00
parent adce6f3dcb
commit 2038484f1e
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2011/06/08 17:39:25 jasper Exp $
# $OpenBSD: Makefile,v 1.17 2011/06/10 19:35:31 naddy Exp $
COMMENT= protocol definition, declaration and adaptation
@ -6,7 +6,7 @@ VERSION= 1.0
REV= 2306
DISTNAME= PyProtocols
PKGNAME= py-protocols-${VERSION}r${REV}
REVISION = 6
EPOCH= 0
CATEGORIES= devel

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2011/06/08 17:39:25 jasper Exp $
# $OpenBSD: Makefile,v 1.17 2011/06/10 19:37:03 naddy Exp $
COMMENT= rule-based dispatching and generic functions
@ -6,7 +6,7 @@ VERSION= 0.5
REV= 2306
DISTNAME= RuleDispatch
PKGNAME= py-ruledispatch-${VERSION}r${REV}
REVISION = 6
EPOCH= 0
CATEGORIES= devel