pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-viper



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Jul 30 03:17:50 UTC 2018

Modified Files:
        pkgsrc/devel/go-viper: Makefile PLIST distinfo

Log Message:
devel/go-viper: Update to 1.0.2

1.0.0 was the first release and this version contains bug fixes and
documentation updates.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/go-viper/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/go-viper/PLIST \
    pkgsrc/devel/go-viper/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/go-viper/Makefile
diff -u pkgsrc/devel/go-viper/Makefile:1.5 pkgsrc/devel/go-viper/Makefile:1.6
--- pkgsrc/devel/go-viper/Makefile:1.5  Tue Jun 12 17:50:23 2018
+++ pkgsrc/devel/go-viper/Makefile      Mon Jul 30 03:17:50 2018
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2018/06/12 17:50:23 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2018/07/30 03:17:50 minskim Exp $
 
-DISTNAME=      viper-0.0.20170723
+DISTNAME=      viper-1.0.2
 PKGNAME=       go-${DISTNAME}
-PKGREVISION=   3
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=spf13/}
 CATEGORIES=    devel
-GITHUB_TAG=    25b30aa063fc18e48662b86996252eabdcf2f0c7
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=spf13/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 GITHUB_PROJECT= ${PKGBASE:S/^go-//}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,7 +12,7 @@ HOMEPAGE=     https://github.com/spf13/viper
 COMMENT=       Go configuration with fangs
 LICENSE=       mit
 
-GO_DIST_BASE=  ${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_DIST_BASE=  ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 GO_SRCPATH=    github.com/spf13/viper
 
 .include "../../www/go-toml-pelletier/buildlink3.mk"

Index: pkgsrc/devel/go-viper/PLIST
diff -u pkgsrc/devel/go-viper/PLIST:1.1 pkgsrc/devel/go-viper/PLIST:1.2
--- pkgsrc/devel/go-viper/PLIST:1.1     Thu Aug 17 01:38:21 2017
+++ pkgsrc/devel/go-viper/PLIST Mon Jul 30 03:17:50 2018
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:38:21 gavan Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/07/30 03:17:50 minskim Exp $
 gopkg/pkg/${GO_PLATFORM}/github.com/spf13/viper.a
 gopkg/pkg/${GO_PLATFORM}/github.com/spf13/viper/remote.a
 gopkg/src/github.com/spf13/viper/LICENSE
 gopkg/src/github.com/spf13/viper/README.md
 gopkg/src/github.com/spf13/viper/flags.go
 gopkg/src/github.com/spf13/viper/flags_test.go
-gopkg/src/github.com/spf13/viper/nohup.out
 gopkg/src/github.com/spf13/viper/overrides_test.go
 gopkg/src/github.com/spf13/viper/remote/remote.go
 gopkg/src/github.com/spf13/viper/util.go
Index: pkgsrc/devel/go-viper/distinfo
diff -u pkgsrc/devel/go-viper/distinfo:1.1 pkgsrc/devel/go-viper/distinfo:1.2
--- pkgsrc/devel/go-viper/distinfo:1.1  Thu Aug 17 01:38:21 2017
+++ pkgsrc/devel/go-viper/distinfo      Mon Jul 30 03:17:50 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/08/17 01:38:21 gavan Exp $
+$NetBSD: distinfo,v 1.2 2018/07/30 03:17:50 minskim Exp $
 
-SHA1 (viper-0.0.20170723-25b30aa063fc18e48662b86996252eabdcf2f0c7.tar.gz) = 9538129c7eefbb22114ddd44de89389ff188d0a0
-RMD160 (viper-0.0.20170723-25b30aa063fc18e48662b86996252eabdcf2f0c7.tar.gz) = 9b14e449f20301f29aa8cffecba8c0d2d0c93107
-SHA512 (viper-0.0.20170723-25b30aa063fc18e48662b86996252eabdcf2f0c7.tar.gz) = 
4acd37411683d753d81d839e83c2257bc424c42b8e295868da84cb045db131be063b0e5a0fb88c587332582f356186659d5a181e65ae1838e868576543c1fecd
-Size (viper-0.0.20170723-25b30aa063fc18e48662b86996252eabdcf2f0c7.tar.gz) = 30849 bytes
+SHA1 (viper-1.0.2.tar.gz) = f0a261a4b9c5175cf7a95ffbe4f4e92d1c0d8f2c
+RMD160 (viper-1.0.2.tar.gz) = de8de49ebdbcaea9abe6d5f75d1a66f5f7ebbf52
+SHA512 (viper-1.0.2.tar.gz) = 45dcd49abd8a036cd32b677c7ef583a6dfbd85f781d022499bfca7d1d7aab05279acf1399de2e2c6670382072d0a32e51e04d55ace5d446afc1568dc1a30c696
+Size (viper-1.0.2.tar.gz) = 32018 bytes



Home | Main Index | Thread Index | Old Index