From owner-svn-ports-head@FreeBSD.ORG Tue Jun 10 23:22:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAA83E7C; Tue, 10 Jun 2014 23:22:44 +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 B80682E6C; Tue, 10 Jun 2014 23:22:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5ANMiEK084388; Tue, 10 Jun 2014 23:22:44 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5ANMiSj084386; Tue, 10 Jun 2014 23:22:44 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406102322.s5ANMiSj084386@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 10 Jun 2014 23:22:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357401 - head/security/mhash 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: Tue, 10 Jun 2014 23:22:44 -0000 Author: amdmi3 Date: Tue Jun 10 23:22:44 2014 New Revision: 357401 URL: http://svnweb.freebsd.org/changeset/ports/357401 QAT: https://qat.redports.org/buildarchive/r357401/ Log: - Convert USE_BZIP2 to USES - Add missing USES=libtool - Strip libraries Modified: head/security/mhash/Makefile head/security/mhash/pkg-plist Modified: head/security/mhash/Makefile ============================================================================== --- head/security/mhash/Makefile Tue Jun 10 23:19:36 2014 (r357400) +++ head/security/mhash/Makefile Tue Jun 10 23:22:44 2014 (r357401) @@ -3,17 +3,18 @@ PORTNAME= mhash PORTVERSION= 0.9.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Easy-to-use library for strong hashes such as MD5 and SHA1 -USE_BZIP2= yes +USES= tar:bzip2 libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-static --with-gnu-ld +CONFIGURE_ARGS+=--enable-static --with-gnu-ld +INSTALL_TARGET= install-strip PORTDOCS= example.c skid2-authentication Modified: head/security/mhash/pkg-plist ============================================================================== --- head/security/mhash/pkg-plist Tue Jun 10 23:19:36 2014 (r357400) +++ head/security/mhash/pkg-plist Tue Jun 10 23:22:44 2014 (r357401) @@ -8,5 +8,6 @@ include/mutils/mutils.h lib/libmhash.a lib/libmhash.so lib/libmhash.so.2 +lib/libmhash.so.2.0.1 man/man3/mhash.3.gz @dirrm include/mutils