pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-ExtUtils-CppGuess



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Oct  2 15:00:41 UTC 2021

Modified Files:
        pkgsrc/devel/p5-ExtUtils-CppGuess: Makefile distinfo

Log Message:
Update to 0.23

Upstream changes:
0.23 2021-05-31
- added CI - thanks @zmughal
- now recognises MacOS clang - thanks @xenu

0.22 2021-05-29
- Add C++ standard support flag detection - thanks @zmughal!
  See <https://github.com/tsee/extutils-cppguess/pull/24>.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-ExtUtils-CppGuess/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/p5-ExtUtils-CppGuess/Makefile
diff -u pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.21 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.22
--- pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.21     Mon May 24 19:50:37 2021
+++ pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile  Sat Oct  2 15:00:41 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2021/05/24 19:50:37 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2021/10/02 15:00:41 wen Exp $
 
-DISTNAME=      ExtUtils-CppGuess-0.21
+DISTNAME=      ExtUtils-CppGuess-0.23
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
 

Index: pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo
diff -u pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.9 pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.10
--- pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo:1.9      Sat Mar 21 22:28:00 2020
+++ pkgsrc/devel/p5-ExtUtils-CppGuess/distinfo  Sat Oct  2 15:00:41 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/03/21 22:28:00 mef Exp $
+$NetBSD: distinfo,v 1.10 2021/10/02 15:00:41 wen Exp $
 
-SHA1 (ExtUtils-CppGuess-0.21.tar.gz) = 521c210d899fe1354016d8c2bec6b88175715f35
-RMD160 (ExtUtils-CppGuess-0.21.tar.gz) = e87a5d102ba976fd581edb36d9231fde898889dc
-SHA512 (ExtUtils-CppGuess-0.21.tar.gz) = e48e4815ac9db4e8bb91de101f1d22aed95c770cf6fa2ea5e38094643fe96bc9fe69b0e5a76ba8aa53a653753f93526edab8b1604d864bb2b3a50223617f84d9
-Size (ExtUtils-CppGuess-0.21.tar.gz) = 14067 bytes
+SHA1 (ExtUtils-CppGuess-0.23.tar.gz) = 8693921e85813aeaff91aeb95a4e2b7ce16ea09c
+RMD160 (ExtUtils-CppGuess-0.23.tar.gz) = 7a9554801bf685cb504c6547a124adf85b0942dc
+SHA512 (ExtUtils-CppGuess-0.23.tar.gz) = f984f653cffd6288851af3e353532f369d229a8b903f8e0ba7c1a5e9d8bd1b63c3415403b45bf1e8c32dc5c330ed26d1351e37929bd22af271ac295adce737f9
+Size (ExtUtils-CppGuess-0.23.tar.gz) = 15311 bytes



Home | Main Index | Thread Index | Old Index