From owner-svn-ports-all@freebsd.org Wed Jul 12 10:12:16 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 D8107D9348B; Wed, 12 Jul 2017 10:12:16 +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 A1CF081DC1; Wed, 12 Jul 2017 10:12:16 +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 v6CACFU9010014; Wed, 12 Jul 2017 10:12:15 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6CACFaN010011; Wed, 12 Jul 2017 10:12:15 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201707121012.v6CACFaN010011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 12 Jul 2017 10:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445580 - head/devel/npth X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/devel/npth X-SVN-Commit-Revision: 445580 X-SVN-Commit-Repository: ports 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, 12 Jul 2017 10:12:16 -0000 Author: jhale Date: Wed Jul 12 10:12:15 2017 New Revision: 445580 URL: https://svnweb.freebsd.org/changeset/ports/445580 Log: Update to 1.5 Modified: head/devel/npth/Makefile head/devel/npth/distinfo head/devel/npth/pkg-plist Modified: head/devel/npth/Makefile ============================================================================== --- head/devel/npth/Makefile Wed Jul 12 09:42:50 2017 (r445579) +++ head/devel/npth/Makefile Wed Jul 12 10:12:15 2017 (r445580) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= npth -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= devel MASTER_SITES= GNUPG Modified: head/devel/npth/distinfo ============================================================================== --- head/devel/npth/distinfo Wed Jul 12 09:42:50 2017 (r445579) +++ head/devel/npth/distinfo Wed Jul 12 10:12:15 2017 (r445580) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495047600 -SHA256 (npth-1.4.tar.bz2) = 8915141836a3169a502d65c1ebd785fcc6d406cae5ee84474272ebf2fa96f1f2 -SIZE (npth-1.4.tar.bz2) = 299106 +TIMESTAMP = 1499854116 +SHA256 (npth-1.5.tar.bz2) = 294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2 +SIZE (npth-1.5.tar.bz2) = 299308 Modified: head/devel/npth/pkg-plist ============================================================================== --- head/devel/npth/pkg-plist Wed Jul 12 09:42:50 2017 (r445579) +++ head/devel/npth/pkg-plist Wed Jul 12 10:12:15 2017 (r445580) @@ -2,5 +2,5 @@ bin/npth-config include/npth.h lib/libnpth.so lib/libnpth.so.0 -lib/libnpth.so.0.1.0 +lib/libnpth.so.0.1.1 share/aclocal/npth.m4