From owner-svn-ports-all@freebsd.org Wed May 17 19:46:27 2017 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 B61F7D71B26; Wed, 17 May 2017 19:46:27 +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 6256D91B; Wed, 17 May 2017 19:46:27 +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 v4HJkQ7H098898; Wed, 17 May 2017 19:46:26 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4HJkQ5r098895; Wed, 17 May 2017 19:46:26 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201705171946.v4HJkQ5r098895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 17 May 2017 19:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441116 - 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, 17 May 2017 19:46:27 -0000 Author: jhale Date: Wed May 17 19:46:25 2017 New Revision: 441116 URL: https://svnweb.freebsd.org/changeset/ports/441116 Log: - Update to 1.4 - Simplify MASTER_SITES - LICENSE has been changed from LGPL3+/GPLv2+ to LGPL21+ - Remove hack to add -lpthread to LIBS (fixed upstream) Modified: head/devel/npth/Makefile head/devel/npth/distinfo head/devel/npth/pkg-plist Modified: head/devel/npth/Makefile ============================================================================== --- head/devel/npth/Makefile Wed May 17 19:27:05 2017 (r441115) +++ head/devel/npth/Makefile Wed May 17 19:46:25 2017 (r441116) @@ -1,20 +1,19 @@ # $FreeBSD$ PORTNAME= npth -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= devel -MASTER_SITES= GNUPG/${PORTNAME} +MASTER_SITES= GNUPG MAINTAINER= jhale@FreeBSD.org COMMENT= New GNU Portable Threads -LICENSE= LGPL3 GPLv2 -LICENSE_COMB= dual +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING.LIB 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 May 17 19:27:05 2017 (r441115) +++ head/devel/npth/distinfo Wed May 17 19:46:25 2017 (r441116) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479929622 -SHA256 (npth-1.3.tar.bz2) = bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a -SIZE (npth-1.3.tar.bz2) = 295998 +TIMESTAMP = 1495047600 +SHA256 (npth-1.4.tar.bz2) = 8915141836a3169a502d65c1ebd785fcc6d406cae5ee84474272ebf2fa96f1f2 +SIZE (npth-1.4.tar.bz2) = 299106 Modified: head/devel/npth/pkg-plist ============================================================================== --- head/devel/npth/pkg-plist Wed May 17 19:27:05 2017 (r441115) +++ head/devel/npth/pkg-plist Wed May 17 19:46:25 2017 (r441116) @@ -2,5 +2,5 @@ bin/npth-config include/npth.h lib/libnpth.so lib/libnpth.so.0 -lib/libnpth.so.0.0.6 +lib/libnpth.so.0.1.0 share/aclocal/npth.m4