From owner-svn-ports-all@freebsd.org Wed Nov 23 20:50:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7B50C51B7A; Wed, 23 Nov 2016 20:50:58 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95B64FD1; Wed, 23 Nov 2016 20:50:58 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANKov9b041720; Wed, 23 Nov 2016 20:50:57 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANKovXn041717; Wed, 23 Nov 2016 20:50:57 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611232050.uANKovXn041717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 23 Nov 2016 20:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426976 - head/devel/npth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 20:50:58 -0000 Author: jhale Date: Wed Nov 23 20:50:57 2016 New Revision: 426976 URL: https://svnweb.freebsd.org/changeset/ports/426976 Log: Update to 1.3 Modified: head/devel/npth/Makefile head/devel/npth/distinfo head/devel/npth/pkg-plist Modified: head/devel/npth/Makefile ============================================================================== --- head/devel/npth/Makefile Wed Nov 23 20:39:33 2016 (r426975) +++ head/devel/npth/Makefile Wed Nov 23 20:50:57 2016 (r426976) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= npth -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= devel MASTER_SITES= GNUPG/${PORTNAME} @@ -14,6 +14,7 @@ LICENSE_COMB= dual USES= tar:bzip2 libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +LIBS= -lpthread INSTALL_TARGET= install-strip .include Modified: head/devel/npth/distinfo ============================================================================== --- head/devel/npth/distinfo Wed Nov 23 20:39:33 2016 (r426975) +++ head/devel/npth/distinfo Wed Nov 23 20:50:57 2016 (r426976) @@ -1,2 +1,3 @@ -SHA256 (npth-1.2.tar.bz2) = 6ddbdddb2cf49a4723f9d1ad6563c480d6760dcb63cb7726b8fc3bc2e1b6c08a -SIZE (npth-1.2.tar.bz2) = 298735 +TIMESTAMP = 1479929622 +SHA256 (npth-1.3.tar.bz2) = bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a +SIZE (npth-1.3.tar.bz2) = 295998 Modified: head/devel/npth/pkg-plist ============================================================================== --- head/devel/npth/pkg-plist Wed Nov 23 20:39:33 2016 (r426975) +++ head/devel/npth/pkg-plist Wed Nov 23 20:50:57 2016 (r426976) @@ -2,5 +2,5 @@ bin/npth-config include/npth.h lib/libnpth.so lib/libnpth.so.0 -lib/libnpth.so.0.0.5 +lib/libnpth.so.0.0.6 share/aclocal/npth.m4