pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/go-purell Update to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/421e7b0891fe
branches:  trunk
changeset: 315154:421e7b0891fe
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Nov 18 07:42:38 2018 +0000

description:
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.

diffstat:

 devel/go-purell/Makefile |   7 ++++---
 devel/go-purell/PLIST    |   5 +++--
 devel/go-purell/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (53 lines):

diff -r 9c535b180953 -r 421e7b0891fe devel/go-purell/Makefile
--- a/devel/go-purell/Makefile  Sun Nov 18 07:38:12 2018 +0000
+++ b/devel/go-purell/Makefile  Sun Nov 18 07:42:38 2018 +0000
@@ -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 @@
 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 -r 9c535b180953 -r 421e7b0891fe devel/go-purell/PLIST
--- a/devel/go-purell/PLIST     Sun Nov 18 07:38:12 2018 +0000
+++ b/devel/go-purell/PLIST     Sun Nov 18 07:42:38 2018 +0000
@@ -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 -r 9c535b180953 -r 421e7b0891fe devel/go-purell/distinfo
--- a/devel/go-purell/distinfo  Sun Nov 18 07:38:12 2018 +0000
+++ b/devel/go-purell/distinfo  Sun Nov 18 07:42:38 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index