From owner-svn-ports-all@FreeBSD.ORG Fri Dec 6 15:25:08 2013 Return-Path: Delivered-To: svn-ports-all@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 1BB8F2D6; Fri, 6 Dec 2013 15:25:08 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E23E716A4; Fri, 6 Dec 2013 15:25:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB6FP7cF011306; Fri, 6 Dec 2013 15:25:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB6FP7km011304; Fri, 6 Dec 2013 15:25:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201312061525.rB6FP7km011304@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Dec 2013 15:25:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335761 - head/devel/libhash 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.17 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: Fri, 06 Dec 2013 15:25:08 -0000 Author: sunpoet Date: Fri Dec 6 15:25:07 2013 New Revision: 335761 URL: http://svnweb.freebsd.org/changeset/ports/335761 Log: - Support STAGEDIR - While I'm here, remove leading indefinite article from COMMENT PR: ports/184536 Submitted by: Rodrigo Osorio (maintainer) Modified: head/devel/libhash/Makefile head/devel/libhash/pkg-plist (contents, props changed) Modified: head/devel/libhash/Makefile ============================================================================== --- head/devel/libhash/Makefile Fri Dec 6 15:23:57 2013 (r335760) +++ head/devel/libhash/Makefile Fri Dec 6 15:25:07 2013 (r335761) @@ -4,31 +4,13 @@ PORTNAME= libhash PORTVERSION= 1.0.3 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles +MASTER_SITES= GENTOO/distfiles MAINTAINER= rodrigo@bebik.net -COMMENT= A library for manipulating hash tables +COMMENT= Library for manipulating hash tables WRKSRC= ${WRKDIR}/libhash -MAN3= libhash.3 libhash_convenience.3 -MANCOMPRESSED= maybe -MLINKS= libhash.3 hash_initialise.3 \ - libhash.3 hash_insert.3 \ - libhash.3 hash_retrieve.3 \ - libhash.3 hash_delete.3 \ - libhash.3 hash_iterator_initialise.3 \ - libhash.3 hash_fetch_next.3 \ - libhash.3 hash_iterator_deinitialise.3 \ - libhash.3 hash_deinitialise.3 \ - libhash_convenience.3 hash_compare_int.3 \ - libhash_convenience.3 hash_compare_string.3 \ - libhash_convenience.3 hash_hash_int.3 \ - libhash_convenience.3 hash_hash_string.3 \ - libhash_convenience.3 hash_copy_int.3 \ - libhash_convenience.3 hash_copy_string.3 - USE_LDCONFIG= yes .if defined(NO_PROFILE) @@ -37,5 +19,4 @@ PLIST_SUB+= PROFILE="@comment " PLIST_SUB+= PROFILE="" .endif -NO_STAGE= yes .include Modified: head/devel/libhash/pkg-plist ============================================================================== --- head/devel/libhash/pkg-plist Fri Dec 6 15:23:57 2013 (r335760) +++ head/devel/libhash/pkg-plist Fri Dec 6 15:25:07 2013 (r335761) @@ -3,3 +3,19 @@ lib/libhash.so.1 lib/libhash.so lib/libhash.a %%PROFILE%%lib/libhash_p.a +man/man3/hash_compare_int.3.gz +man/man3/hash_compare_string.3.gz +man/man3/hash_copy_int.3.gz +man/man3/hash_copy_string.3.gz +man/man3/hash_deinitialise.3.gz +man/man3/hash_delete.3.gz +man/man3/hash_fetch_next.3.gz +man/man3/hash_hash_int.3.gz +man/man3/hash_hash_string.3.gz +man/man3/hash_initialise.3.gz +man/man3/hash_insert.3.gz +man/man3/hash_iterator_deinitialise.3.gz +man/man3/hash_iterator_initialise.3.gz +man/man3/hash_retrieve.3.gz +man/man3/libhash.3.gz +man/man3/libhash_convenience.3.gz