Update to 1.2

ok jca@ dcoppa@
This commit is contained in:
pea 2015-09-18 10:41:05 +00:00
parent a296afa873
commit bcdccc43c2
3 changed files with 10 additions and 11 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2015/03/16 18:07:44 naddy Exp $
# $OpenBSD: Makefile,v 1.5 2015/09/18 10:41:05 pea Exp $
COMMENT= new GNU Portable Threads Library
DISTNAME= npth-0.91
REVISION= 0
DISTNAME= npth-1.2
SHARED_LIBS= npth 0.0 # 0.2
SHARED_LIBS= npth 0.0 # 0.5
CATEGORIES= devel

View File

@ -1,2 +1,2 @@
SHA256 (npth-0.91.tar.bz2) = yu+GztSjMeFiiXgYpbkkhgyNYAPlLaW9922gDo4N+uE=
SIZE (npth-0.91.tar.bz2) = 299702
SHA256 (npth-1.2.tar.bz2) = bdvd2yz0mkcj+dGtZWPEgNZ2Dctjy3cmuPw7wuG2wIo=
SIZE (npth-1.2.tar.bz2) = 298735

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-configure,v 1.1.1.1 2012/10/17 11:56:22 pea Exp $
--- configure.orig Mon Oct 15 17:36:14 2012
+++ configure Mon Oct 15 17:37:56 2012
@@ -2276,8 +2276,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
$OpenBSD: patch-configure,v 1.2 2015/09/18 10:41:05 pea Exp $
--- configure.orig Sat Apr 11 14:02:28 2015
+++ configure Fri Sep 11 14:50:04 2015
@@ -2306,8 +2306,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# (Interfaces removed/changed: AGE=0)
#
LIBNPTH_LT_CURRENT=0
-LIBNPTH_LT_AGE=0
-LIBNPTH_LT_REVISION=2
-LIBNPTH_LT_REVISION=5
+LIBNPTH_LT_AGE=${LIBnpth_MAJOR}
+LIBNPTH_LT_REVISION=${LIBnpth_MINOR}