Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Dec 2016 22:29:23 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427586 - head/textproc/go.text
Message-ID:  <201612022229.uB2MTNAt053100@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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