[Midnightbsd-cvs] mports [23055] trunk/devel/npth: update npth

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 5 21:12:15 EST 2018


Revision: 23055
          http://svnweb.midnightbsd.org/mports/?rev=23055
Author:   laffer1
Date:     2018-03-05 21:12:14 -0500 (Mon, 05 Mar 2018)
Log Message:
-----------
update npth

Modified Paths:
--------------
    trunk/devel/npth/Makefile
    trunk/devel/npth/distinfo
    trunk/devel/npth/pkg-descr
    trunk/devel/npth/pkg-plist

Modified: trunk/devel/npth/Makefile
===================================================================
--- trunk/devel/npth/Makefile	2018-03-06 02:03:19 UTC (rev 23054)
+++ trunk/devel/npth/Makefile	2018-03-06 02:12:14 UTC (rev 23055)
@@ -1,9 +1,9 @@
 # $MidnightBSD$
 
 PORTNAME=	npth
-PORTVERSION=	1.1
+PORTVERSION=	1.5
 CATEGORIES=	devel
-MASTER_SITES=	GNUPG/${PORTNAME}
+MASTER_SITES=	GNUPG
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	New GNU Portable Threads

Modified: trunk/devel/npth/distinfo
===================================================================
--- trunk/devel/npth/distinfo	2018-03-06 02:03:19 UTC (rev 23054)
+++ trunk/devel/npth/distinfo	2018-03-06 02:12:14 UTC (rev 23055)
@@ -1,2 +1,3 @@
-SHA256 (npth-1.1.tar.bz2) = 896c561eb2ec8da35f11828fb04a3fbff12d41ff657c799056d7dc4a66e5df7f
-SIZE (npth-1.1.tar.bz2) = 293362
+TIMESTAMP = 1499854116
+SHA256 (npth-1.5.tar.bz2) = 294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2
+SIZE (npth-1.5.tar.bz2) = 299308

Modified: trunk/devel/npth/pkg-descr
===================================================================
--- trunk/devel/npth/pkg-descr	2018-03-06 02:03:19 UTC (rev 23054)
+++ trunk/devel/npth/pkg-descr	2018-03-06 02:12:14 UTC (rev 23055)
@@ -3,9 +3,9 @@
 This is a library to provide the GNU Pth API and thus a non-preemptive threads
 implementation.
 
-In contrast to GNU Pth is is based on the system's standard threads 
+In contrast to GNU Pth, it is based on the system's standard threads
 implementation.  This allows the use of libraries which are not compatible to
 GNU Pth.  Experience with a Windows Pth emulation showed that this is a solid
 way to provide a co-routine based framework.
 
-WWW: http://www.gnupg.org
+WWW: https://www.gnupg.org/software/npth/index.html

Modified: trunk/devel/npth/pkg-plist
===================================================================
--- trunk/devel/npth/pkg-plist	2018-03-06 02:03:19 UTC (rev 23054)
+++ trunk/devel/npth/pkg-plist	2018-03-06 02:12:14 UTC (rev 23055)
@@ -2,5 +2,5 @@
 include/npth.h
 lib/libnpth.so
 lib/libnpth.so.0
-lib/libnpth.so.0.0.4
+lib/libnpth.so.0.1.1
 share/aclocal/npth.m4



More information about the Midnightbsd-cvs mailing list