From owner-svn-ports-all@FreeBSD.ORG Wed Nov 13 15:20:20 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 C10C7B8A; Wed, 13 Nov 2013 15:20:20 +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 972C82913; Wed, 13 Nov 2013 15:20:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rADFKKLC077735; Wed, 13 Nov 2013 15:20:20 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rADFKKSo077501; Wed, 13 Nov 2013 15:20:20 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311131520.rADFKKSo077501@svn.freebsd.org> From: William Grzybowski Date: Wed, 13 Nov 2013 15:20:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333700 - head/devel/libunistring 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.16 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, 13 Nov 2013 15:20:20 -0000 Author: wg Date: Wed Nov 13 15:20:19 2013 New Revision: 333700 URL: http://svnweb.freebsd.org/changeset/ports/333700 Log: devel/libunistring: allow staging - Allow staging - Use single space for WWW: - USES gmake PR: ports/183918 Submitted by: maintainer Modified: head/devel/libunistring/Makefile head/devel/libunistring/pkg-descr head/devel/libunistring/pkg-plist (contents, props changed) Modified: head/devel/libunistring/Makefile ============================================================================== --- head/devel/libunistring/Makefile Wed Nov 13 15:18:30 2013 (r333699) +++ head/devel/libunistring/Makefile Wed Nov 13 15:20:19 2013 (r333700) @@ -1,4 +1,3 @@ -# Created by: Takefu # $FreeBSD$ PORTNAME= libunistring @@ -11,20 +10,12 @@ COMMENT= Unicode string library LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual -LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING -LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LIB -USES= charsetfix iconv -USE_GMAKE= yes +USES= charsetfix iconv gmake USE_LDCONFIG= yes GNU_CONFIGURE= yes INFO= ${PORTNAME} -NO_STAGE= yes -pre-patch: -.if defined(NOPORTDOCS) - cd ${WRKSRC}/doc && ${REINPLACE_CMD}\ - -e 's!install-data-local:!#install-data-local:!' Makefile.in -.endif +OPTIONS_DEFINE= DOCS .include Modified: head/devel/libunistring/pkg-descr ============================================================================== --- head/devel/libunistring/pkg-descr Wed Nov 13 15:18:30 2013 (r333699) +++ head/devel/libunistring/pkg-descr Wed Nov 13 15:20:19 2013 (r333700) @@ -1,6 +1,6 @@ - GNU LIBUNISTRING - Unicode string library +GNU LIBUNISTRING - Unicode string library This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. -WWW: http://www.gnu.org/software/libunistring/ +WWW: http://www.gnu.org/software/libunistring/ Modified: head/devel/libunistring/pkg-plist ============================================================================== --- head/devel/libunistring/pkg-plist Wed Nov 13 15:18:30 2013 (r333699) +++ head/devel/libunistring/pkg-plist Wed Nov 13 15:20:19 2013 (r333700) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ %%PORTDOCS%%%%DOCSDIR%%/libunistring_1.html %%PORTDOCS%%%%DOCSDIR%%/libunistring_10.html %%PORTDOCS%%%%DOCSDIR%%/libunistring_11.html