From owner-svn-ports-head@FreeBSD.ORG Sat Jun 28 13:08:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59A9CEE3; Sat, 28 Jun 2014 13:08:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 46A6025FE; Sat, 28 Jun 2014 13:08:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5SD8mqt056223; Sat, 28 Jun 2014 13:08:48 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5SD8lZV056219; Sat, 28 Jun 2014 13:08:47 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201406281308.s5SD8lZV056219@svn.freebsd.org> From: "Jason E. Hale" Date: Sat, 28 Jun 2014 13:08:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359695 - 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-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2014 13:08:48 -0000 Author: jhale Date: Sat Jun 28 13:08:47 2014 New Revision: 359695 URL: http://svnweb.freebsd.org/changeset/ports/359695 QAT: https://qat.redports.org/buildarchive/r359695/ Log: - USES=libtool, drop .a and .la files - USE_BZIP2 -> USES - Strip binaries - Simplify MASTER_SITES Modified: head/devel/npth/Makefile head/devel/npth/pkg-plist Modified: head/devel/npth/Makefile ============================================================================== --- head/devel/npth/Makefile Sat Jun 28 12:56:16 2014 (r359694) +++ head/devel/npth/Makefile Sat Jun 28 13:08:47 2014 (r359695) @@ -3,8 +3,7 @@ PORTNAME= npth PORTVERSION= 0.91 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNUPG/${PORTNAME} MAINTAINER= jhale@FreeBSD.org COMMENT= New GNU Portable Threads @@ -12,9 +11,9 @@ COMMENT= New GNU Portable Threads LICENSE= LGPL3 GPLv2 LICENSE_COMB= dual -USE_BZIP2= yes -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes +USES= tar:bzip2 libtool USE_LDCONFIG= yes +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip .include Modified: head/devel/npth/pkg-plist ============================================================================== --- head/devel/npth/pkg-plist Sat Jun 28 12:56:16 2014 (r359694) +++ head/devel/npth/pkg-plist Sat Jun 28 13:08:47 2014 (r359695) @@ -1,7 +1,6 @@ bin/npth-config include/npth.h -lib/libnpth.a -lib/libnpth.la lib/libnpth.so lib/libnpth.so.0 +lib/libnpth.so.0.0.2 share/aclocal/npth.m4