aboutsummaryrefslogtreecommitdiff
path: root/textproc/go-text
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2014-07-18 20:51:18 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2014-07-18 20:51:18 +0000
commit8fa4f90e951a7d15ee429afe19eadc32541c6cd0 (patch)
tree048003637d3a215403c01dfd75b2311dea341f10 /textproc/go-text
parent51d5807ab247d497ca13474bf738f0baf62ffefb (diff)
downloadports-8fa4f90e951a7d15ee429afe19eadc32541c6cd0.tar.gz
ports-8fa4f90e951a7d15ee429afe19eadc32541c6cd0.zip
- Update to 20130911
- Add LICENSE=MIT
Notes
Notes: svn path=/head/; revision=362227
Diffstat (limited to 'textproc/go-text')
-rw-r--r--textproc/go-text/Makefile5
-rw-r--r--textproc/go-text/distinfo4
-rw-r--r--textproc/go-text/pkg-plist2
3 files changed, 6 insertions, 5 deletions
diff --git a/textproc/go-text/Makefile b/textproc/go-text/Makefile
index bfce9e1cb3f9..4c0b5b5c4ce9 100644
--- a/textproc/go-text/Makefile
+++ b/textproc/go-text/Makefile
@@ -2,14 +2,15 @@
# $FreeBSD$
PORTNAME= go-text
-PORTVERSION= 20130502
-PORTREVISION= 1
+PORTVERSION= 20130911
CATEGORIES= textproc
MASTER_SITES= LOCAL/gblach/
MAINTAINER= gblach@FreeBSD.org
COMMENT= Go package for manipulating paragraphs of text
+LICENSE= MIT
+
GO_PKGNAME= github.com/kr/text
.include <bsd.port.pre.mk>
diff --git a/textproc/go-text/distinfo b/textproc/go-text/distinfo
index 2f32e764eb90..2c723e3997a8 100644
--- a/textproc/go-text/distinfo
+++ b/textproc/go-text/distinfo
@@ -1,2 +1,2 @@
-SHA256 (go-text-20130502.tar.gz) = 84b386efc3a51870a1e931019fac9bcb89883b287badcc48ffa29afaae9d0a18
-SIZE (go-text-20130502.tar.gz) = 9729
+SHA256 (go-text-20130911.tar.gz) = 492f3836921e0613fa177fffda8d10371a468a6bf891976cd7595023f7977ee8
+SIZE (go-text-20130911.tar.gz) = 5680
diff --git a/textproc/go-text/pkg-plist b/textproc/go-text/pkg-plist
index 1ab61d4d7af3..fe6b6a174515 100644
--- a/textproc/go-text/pkg-plist
+++ b/textproc/go-text/pkg-plist
@@ -1,6 +1,6 @@
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/License
%%GO_SRCDIR%%/%%GO_PKGNAME%%/Readme
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/colwriter/LICENSE
%%GO_SRCDIR%%/%%GO_PKGNAME%%/colwriter/Readme
%%GO_SRCDIR%%/%%GO_PKGNAME%%/colwriter/column.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/colwriter/column_test.go