Bug 183918 - [maintainer] devel/libunistring: fix StageDIR
Summary: [maintainer] devel/libunistring: fix StageDIR
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 09:20 UTC by takefu
Modified: 2013-11-13 15:30 UTC (History)
0 users

See Also:


Attachments
libunistring-0.9.3.patch (1.24 KB, patch)
2013-11-13 09:20 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2013-11-13 09:20:00 UTC
fix
  - StageDir
  - TAB to space
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-13 09:20:09 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-13 11:47:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-11-13 15:12:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-13 15:20:27 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"