From 4255174056e14b40b8643420982d7b81596e7c53 Mon Sep 17 00:00:00 2001 From: ryoon Date: Sun, 18 Nov 2018 07:42:38 +0000 Subject: [PATCH] Update to 1.1.0 Changelog: 2016-11-14 (v1.1.0) : IDN: Conform to RFC 5895: Fold character width (thanks to @beeker1121). 2016-07-27 (v1.0.0) : Normalize IDN to ASCII (thanks to @zenovich). 2015-02-08 : Add fix for relative paths issue (PR #5) and add fix for unnecessary encoding of reserved characters (see issue #7). v0.2.0 : Add benchmarks, Attempt IDN support. --- devel/go-purell/Makefile | 7 ++++--- devel/go-purell/PLIST | 5 +++-- devel/go-purell/distinfo | 10 +++++----- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/devel/go-purell/Makefile b/devel/go-purell/Makefile index 6d0b6c65c9c2..828f6a8d6408 100644 --- a/devel/go-purell/Makefile +++ b/devel/go-purell/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2018/11/04 18:38:01 bsiegert Exp $ +# $NetBSD: Makefile,v 1.8 2018/11/18 07:42:38 ryoon Exp $ -DISTNAME= purell-0.1.0 +DISTNAME= purell-1.1.0 PKGNAME= go-${DISTNAME} -PKGREVISION= 4 MASTER_SITES= ${MASTER_SITE_GITHUB:=PuerkitoBio/} CATEGORIES= devel GITHUB_TAG= v${PKGVERSION_NOREV} @@ -16,5 +15,7 @@ LICENSE= modified-bsd GO_DIST_BASE= ${DISTNAME} GO_SRCPATH= github.com/PuerkitoBio/purell +.include "../../net/go-net/buildlink3.mk" +.include "../../www/go-urlesc/buildlink3.mk" .include "../../lang/go/go-package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/go-purell/PLIST b/devel/go-purell/PLIST index 34c85e30851c..b219c5fa462b 100644 --- a/devel/go-purell/PLIST +++ b/devel/go-purell/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:37:13 gavan Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/11/18 07:42:38 ryoon Exp $ gopkg/pkg/${GO_PLATFORM}/github.com/PuerkitoBio/purell.a gopkg/src/github.com/PuerkitoBio/purell/LICENSE gopkg/src/github.com/PuerkitoBio/purell/README.md +gopkg/src/github.com/PuerkitoBio/purell/bench_test.go +gopkg/src/github.com/PuerkitoBio/purell/benchmarks/v0.1.0 gopkg/src/github.com/PuerkitoBio/purell/example_test.go gopkg/src/github.com/PuerkitoBio/purell/purell.go gopkg/src/github.com/PuerkitoBio/purell/purell_test.go gopkg/src/github.com/PuerkitoBio/purell/urlnorm_test.go -@pkgdir bin diff --git a/devel/go-purell/distinfo b/devel/go-purell/distinfo index 60aa9444769b..e9da659426bf 100644 --- a/devel/go-purell/distinfo +++ b/devel/go-purell/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/08/17 01:37:13 gavan Exp $ +$NetBSD: distinfo,v 1.2 2018/11/18 07:42:38 ryoon Exp $ -SHA1 (purell-0.1.0.tar.gz) = e5aaaeb4ade770117cc773ab02ce0fb5cfeafa3b -RMD160 (purell-0.1.0.tar.gz) = 7cac2ce737d38edd06ab9cbbdd9fb524e1445c92 -SHA512 (purell-0.1.0.tar.gz) = ff45214f7b23d3043cbda68572939711be74440c22d35d3f37385373bd63e516f621ae1eb298d2234357cdb1be70eee9c0cc913fe0f44742204488e522637137 -Size (purell-0.1.0.tar.gz) = 10674 bytes +SHA1 (purell-1.1.0.tar.gz) = 0a5a8363712eb489e8afc32a2f722226c5ab8b8c +RMD160 (purell-1.1.0.tar.gz) = fffde8e4ef8e0ed4a2224430be7d3d323c40bd21 +SHA512 (purell-1.1.0.tar.gz) = 17e734a28ece431657fa9c7c1a492185d8d0a976ad4bd17285b038144252dc3ff595e54b3924408d80ed02cb2f6e99b72c05490fe23f88dcb338f358a6cda7f5 +Size (purell-1.1.0.tar.gz) = 11653 bytes