Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2013 15:20:20 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333700 - head/devel/libunistring
Message-ID:  <201311131520.rADFKKSo077501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311131520.rADFKKSo077501>