Forgot to bump after fixing @conflict marker in PLIST

This commit is contained in:
bket 2020-08-10 14:52:11 +00:00
parent 3ddb79f328
commit 6a3001aaeb
4 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.24 2020/07/03 21:44:33 sthen Exp $ # $OpenBSD: Makefile,v 1.25 2020/08/10 14:52:11 bket Exp $
COMMENT = Internationalizing Domain Names in Applications COMMENT = Internationalizing Domain Names in Applications
DISTNAME = Net-IDN-Encode-2.500 DISTNAME = Net-IDN-Encode-2.500
REVISION = 0 REVISION = 1
CATEGORIES = net converters CATEGORIES = net converters

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2020/07/03 21:45:24 sthen Exp $ # $OpenBSD: Makefile,v 1.26 2020/08/10 14:52:11 bket Exp $
COMMENT= easy MIME message handling COMMENT= easy MIME message handling
@ -7,7 +7,7 @@ PKG_ARCH= *
DISTNAME= Email-MIME-1.946 DISTNAME= Email-MIME-1.946
CATEGORIES= mail CATEGORIES= mail
EPOCH= 0 EPOCH= 0
REVISION= 0 REVISION= 1
# Same as Perl # Same as Perl
PERMIT_PACKAGE= Yes PERMIT_PACKAGE= Yes

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2020/07/07 18:39:14 paco Exp $ # $OpenBSD: Makefile,v 1.13 2020/08/10 14:52:11 bket Exp $
COMMENT = simple DNS resolver for asyncio COMMENT = simple DNS resolver for asyncio
MODPY_EGG_VERSION = 2.0.0 MODPY_EGG_VERSION = 2.0.0
REVISION = 0
DISTNAME = aiodns-${MODPY_EGG_VERSION} DISTNAME = aiodns-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME} PKGNAME = py-${DISTNAME}
CATEGORIES = net CATEGORIES = net

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.14 2020/07/10 03:23:55 kmos Exp $ # $OpenBSD: Makefile,v 1.15 2020/08/10 14:52:11 bket Exp $
# using bundled c-ares which is patched for TTL support # using bundled c-ares which is patched for TTL support
COMMENT = python interface for c-ares COMMENT = python interface for c-ares
MODPY_EGG_VERSION = 3.1.1 MODPY_EGG_VERSION = 3.1.1
REVISION = 0
DISTNAME = pycares-${MODPY_EGG_VERSION} DISTNAME = pycares-${MODPY_EGG_VERSION}
PKGNAME = py-cares-${MODPY_EGG_VERSION} PKGNAME = py-cares-${MODPY_EGG_VERSION}
CATEGORIES = net CATEGORIES = net