Update to re 0.5.5

"go ahead" czarkoff@
This commit is contained in:
feinerer 2017-09-22 07:25:26 +00:00
parent 35e9cca294
commit ee59d45680
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.16 2017/06/28 10:20:08 czarkoff Exp $
# $OpenBSD: Makefile,v 1.17 2017/09/22 07:25:26 feinerer Exp $
COMMENT = portable library for real-time communications
V = 0.5.4
V = 0.5.5
DISTNAME = re-${V}
SHARED_LIBS = re 4.0
CATEGORIES += devel

View File

@ -1,2 +1,2 @@
SHA256 (re-0.5.4.tar.gz) = aVNwwV2Dna+7tMAiKiLuCvSFlHWwsbZuUsy4VM2RBgw=
SIZE (re-0.5.4.tar.gz) = 299835
SHA256 (re-0.5.5.tar.gz) = kJF6Fz3pYtOyCrX5h1rTBRt7MH2krLgMGEty5sK6e7Q=
SIZE (re-0.5.5.tar.gz) = 299147

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-Makefile,v 1.6 2017/06/28 10:20:08 czarkoff Exp $
$OpenBSD: patch-Makefile,v 1.7 2017/09/22 07:25:26 feinerer Exp $
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -12,10 +12,6 @@ VER_PATCH := 4
@@ -12,10 +12,6 @@ VER_PATCH := 5
PROJECT := re
VERSION := 0.5.4
VERSION := 0.5.5
-MK := mk/re.mk
-