pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nanotodon



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Jul  1 07:28:51 UTC 2023

Modified Files:
        pkgsrc/net/nanotodon: Makefile distinfo
Removed Files:
        pkgsrc/net/nanotodon/patches: patch-Makefile.in

Log Message:
nanotodon: update to 0.3.1.

Upstream changes
 https://github.com/taka-tuos/nanotodon/releases/tag/0.3.1
 https://github.com/taka-tuos/nanotodon/releases/tag/0.3.0

0.3.1
 * Decode apostrophe correctly

0.3.0
 * use sjson instread of json-c(reduce dependency)
 * multi profile
 * and more


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/nanotodon/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/nanotodon/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/nanotodon/patches/patch-Makefile.in

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

Modified files:

Index: pkgsrc/net/nanotodon/Makefile
diff -u pkgsrc/net/nanotodon/Makefile:1.13 pkgsrc/net/nanotodon/Makefile:1.14
--- pkgsrc/net/nanotodon/Makefile:1.13  Wed Apr 19 08:11:09 2023
+++ pkgsrc/net/nanotodon/Makefile       Sat Jul  1 07:28:51 2023
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2023/04/19 08:11:09 adam Exp $
+# $NetBSD: Makefile,v 1.14 2023/07/01 07:28:51 tsutsui Exp $
 
-GITHUB_TAG=    0.2.0
+GITHUB_TAG=    0.3.1
 DISTNAME=      nanotodon-${GITHUB_TAG}
-#PKGREVISION=  0
-PKGREVISION=   5
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=taka-tuos/}
 
@@ -31,6 +29,5 @@ do-install:
            ${DESTDIR}${PREFIX}/share/doc/nanotodon
 
 .include "../../devel/ncursesw/buildlink3.mk"
-.include "../../textproc/json-c/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/nanotodon/distinfo
diff -u pkgsrc/net/nanotodon/distinfo:1.6 pkgsrc/net/nanotodon/distinfo:1.7
--- pkgsrc/net/nanotodon/distinfo:1.6   Tue Oct 26 11:06:05 2021
+++ pkgsrc/net/nanotodon/distinfo       Sat Jul  1 07:28:51 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:06:05 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/07/01 07:28:51 tsutsui Exp $
 
-BLAKE2s (nanotodon-0.2.0.tar.gz) = 952f036084e51ca2efd3822e119ecb1329d17c31be47e95daf9769dfe24de6e7
-SHA512 (nanotodon-0.2.0.tar.gz) = 9cfd8c5c31bf10da53d04a89942a3500f255908369d86cb4bd2f390c211b798934f224456d2c6933dd03e1a62d16d387b26357e2b2a0e4719c0f7388d6c5c5ca
-Size (nanotodon-0.2.0.tar.gz) = 24262 bytes
+BLAKE2s (nanotodon-0.3.1.tar.gz) = 9a656f6330849cee52952ff097a759e10f8e988a6da230b7e0fa38de89233367
+SHA512 (nanotodon-0.3.1.tar.gz) = b2e09d889e84ad8b98d7d0bd4821b0495e9667b2337777c81d9a28a150e1d30b073c149f7888e74391972617617542a1bdbc17db57fff2a9e671550a730daeb6
+Size (nanotodon-0.3.1.tar.gz) = 40213 bytes
 SHA1 (patch-Makefile.base) = 5fa2123753e095ba19ae3190f5c71643ac488a65
 SHA1 (patch-Makefile.in) = c5110768d81c6dcb3e85928fcd465f7bbb01d61d



Home | Main Index | Thread Index | Old Index