update to re-0.5.4

This commit is contained in:
czarkoff 2017-06-28 10:20:08 +00:00
parent 69b829c8e8
commit 97e6954ae4
3 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2017/06/08 14:29:37 czarkoff Exp $
# $OpenBSD: Makefile,v 1.16 2017/06/28 10:20:08 czarkoff Exp $
COMMENT = portable library for real-time communications
V = 0.5.3
V = 0.5.4
DISTNAME = re-${V}
SHARED_LIBS = re 3.0
SHARED_LIBS = re 4.0
CATEGORIES += devel
WANTLIB = crypto pthread ssl z

View File

@ -1,2 +1,2 @@
SHA256 (re-0.5.3.tar.gz) = 5TI1I7kETqfDDcFUKR2CK1OIyxVkRlHWZCQYZ1yTjiI=
SIZE (re-0.5.3.tar.gz) = 299762
SHA256 (re-0.5.4.tar.gz) = aVNwwV2Dna+7tMAiKiLuCvSFlHWwsbZuUsy4VM2RBgw=
SIZE (re-0.5.4.tar.gz) = 299835

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-Makefile,v 1.5 2017/06/08 14:29:37 czarkoff Exp $
$OpenBSD: patch-Makefile,v 1.6 2017/06/28 10:20:08 czarkoff Exp $
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -12,10 +12,6 @@ VER_PATCH := 3
@@ -12,10 +12,6 @@ VER_PATCH := 4
PROJECT := re
VERSION := 0.5.3
VERSION := 0.5.4
-MK := mk/re.mk
-