diff options
author | gblach <gblach@FreeBSD.org> | 2014-07-19 04:51:18 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2014-07-19 04:51:18 +0800 |
commit | a90f8a450726eb9766afd5e4971ccece9c14ba56 (patch) | |
tree | 048003637d3a215403c01dfd75b2311dea341f10 /textproc | |
parent | 26a15efc77cae33346fff4ff8fe0e384caf9c872 (diff) | |
download | freebsd-ports-gnome-a90f8a450726eb9766afd5e4971ccece9c14ba56.tar.gz freebsd-ports-gnome-a90f8a450726eb9766afd5e4971ccece9c14ba56.tar.zst freebsd-ports-gnome-a90f8a450726eb9766afd5e4971ccece9c14ba56.zip |
- Update to 20130911
- Add LICENSE=MIT
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/go-text/Makefile | 5 | ||||
-rw-r--r-- | textproc/go-text/distinfo | 4 | ||||
-rw-r--r-- | textproc/go-text/pkg-plist | 2 |
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 |