svn commit: r427586 - head/textproc/go.text

Brad Davis brd at FreeBSD.org
Fri Dec 2 22:29:24 UTC 2016


Author: brd
Date: Fri Dec  2 22:29:22 2016
New Revision: 427586
URL: https://svnweb.freebsd.org/changeset/ports/427586

Log:
  Install encoding/internal/identifier as well.
  
  PR:		215010
  Approved by:	jlaffaye

Modified:
  head/textproc/go.text/Makefile
  head/textproc/go.text/pkg-plist

Modified: head/textproc/go.text/Makefile
==============================================================================
--- head/textproc/go.text/Makefile	Fri Dec  2 22:25:47 2016	(r427585)
+++ head/textproc/go.text/Makefile	Fri Dec  2 22:29:22 2016	(r427586)
@@ -2,6 +2,7 @@
 
 PORTNAME=	go.text
 PORTVERSION=	20160702
+PORTREVISION=	1
 CATEGORIES=	textproc devel
 
 MAINTAINER=	jlaffaye at FreeBSD.org
@@ -25,6 +26,7 @@ GO_TARGET=	${GO_PKGNAME}/cases				\
 		${GO_PKGNAME}/encoding/htmlindex		\
 		${GO_PKGNAME}/encoding/ianaindex		\
 		${GO_PKGNAME}/encoding/internal			\
+		${GO_PKGNAME}/encoding/internal/identifier	\
 		${GO_PKGNAME}/encoding/japanese			\
 		${GO_PKGNAME}/encoding/korean			\
 		${GO_PKGNAME}/encoding/simplifiedchinese	\

Modified: head/textproc/go.text/pkg-plist
==============================================================================
--- head/textproc/go.text/pkg-plist	Fri Dec  2 22:25:47 2016	(r427585)
+++ head/textproc/go.text/pkg-plist	Fri Dec  2 22:29:22 2016	(r427586)
@@ -8,6 +8,7 @@
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/htmlindex.a
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/ianaindex.a
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/internal.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/internal/identifier.a
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/japanese.a
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/korean.a
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/simplifiedchinese.a


More information about the svn-ports-all mailing list