pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-cpphs



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan  2 03:27:13 UTC 2020

Modified Files:
        pkgsrc/devel/hs-cpphs: Makefile buildlink3.mk distinfo
Removed Files:
        pkgsrc/devel/hs-cpphs: PLIST

Log Message:
Update to cpphs-1.20.8

Version 1.20
------------
  * bugfixes for #if defined(FOO) && FOO(a,b)
  * (1.20.1): fix version number
  * (1.20.2): ensure all input/output is UTF8, regardless of locale
  * (1.20.3): detect an absolute windows path with a drive letter in a #include
  * (1.20.4): more windows path handling
  * (1.20.5): revert change in 1.20.4
  * (1.20.6): minor bugfix for crash in obscure corner case
  * (1.20.7): bugfix for windows drive letter in #include
  * (1.20.8): another bugfix for windows drive letter in #include

Version 1.19
------------
  * (1.19.3): bugfix for hlint ticket #161 - interaction of --unlit/--linepragma


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/hs-cpphs/Makefile \
    pkgsrc/devel/hs-cpphs/buildlink3.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/hs-cpphs/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-cpphs/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/hs-cpphs/Makefile
diff -u pkgsrc/devel/hs-cpphs/Makefile:1.11 pkgsrc/devel/hs-cpphs/Makefile:1.12
--- pkgsrc/devel/hs-cpphs/Makefile:1.11 Sun Nov  3 10:39:14 2019
+++ pkgsrc/devel/hs-cpphs/Makefile      Thu Jan  2 03:27:12 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/11/03 10:39:14 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/02 03:27:12 pho Exp $
 
-DISTNAME=              cpphs-1.19.2
-PKGREVISION=           1
+DISTNAME=              cpphs-1.20.8
 CATEGORIES=            devel
 
 MAINTAINER=            esg%sdf.lonestar.org@localhost
@@ -14,5 +13,7 @@ post-install:
        ${INSTALL_MAN} ${WRKSRC}/docs/cpphs.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
 .include "../../mk/haskell.mk"
+.include "../../devel/hs-old-locale/buildlink3.mk"
+.include "../../time/hs-old-time/buildlink3.mk"
 .include "../../textproc/hs-polyparse/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-cpphs/buildlink3.mk
diff -u pkgsrc/devel/hs-cpphs/buildlink3.mk:1.11 pkgsrc/devel/hs-cpphs/buildlink3.mk:1.12
--- pkgsrc/devel/hs-cpphs/buildlink3.mk:1.11    Sun Jan  7 13:04:03 2018
+++ pkgsrc/devel/hs-cpphs/buildlink3.mk Thu Jan  2 03:27:12 2020
@@ -1,14 +1,16 @@
-# $NetBSD: buildlink3.mk,v 1.11 2018/01/07 13:04:03 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2020/01/02 03:27:12 pho Exp $
 
 BUILDLINK_TREE+=       hs-cpphs
 
 .if !defined(HS_CPPHS_BUILDLINK3_MK)
 HS_CPPHS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-cpphs+=       hs-cpphs>=1.19.2
-BUILDLINK_ABI_DEPENDS.hs-cpphs+=       hs-cpphs>=1.19.2nb1
+BUILDLINK_API_DEPENDS.hs-cpphs+=       hs-cpphs>=1.20.8
+BUILDLINK_ABI_DEPENDS.hs-cpphs+=       hs-cpphs>=1.20.8
 BUILDLINK_PKGSRCDIR.hs-cpphs?=         ../../devel/hs-cpphs
 
+.include "../../devel/hs-old-locale/buildlink3.mk"
+.include "../../time/hs-old-time/buildlink3.mk"
 .include "../../textproc/hs-polyparse/buildlink3.mk"
 .endif # HS_CPPHS_BUILDLINK3_MK
 

Index: pkgsrc/devel/hs-cpphs/distinfo
diff -u pkgsrc/devel/hs-cpphs/distinfo:1.5 pkgsrc/devel/hs-cpphs/distinfo:1.6
--- pkgsrc/devel/hs-cpphs/distinfo:1.5  Tue Nov  3 03:27:32 2015
+++ pkgsrc/devel/hs-cpphs/distinfo      Thu Jan  2 03:27:12 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:27:32 agc Exp $
+$NetBSD: distinfo,v 1.6 2020/01/02 03:27:12 pho Exp $
 
-SHA1 (cpphs-1.19.2.tar.gz) = 7387dda05f8758c0fc5e95bb6df9ff761ca9c32a
-RMD160 (cpphs-1.19.2.tar.gz) = 721653303c9ff3a37657417593e08cd9608cf1b0
-SHA512 (cpphs-1.19.2.tar.gz) = 5c4df42b61f44eaf95dfb00eac1a3a34b8cee2c65f5c8bcbc4a4c4f857e5f52a69aa48a90e79239fbb06194862308735c06e2f1dfd25071ca82c79ca4bb4e076
-Size (cpphs-1.19.2.tar.gz) = 44003 bytes
+SHA1 (cpphs-1.20.8.tar.gz) = 5227d9fcc762812c9b494834a13ca6b76896a43c
+RMD160 (cpphs-1.20.8.tar.gz) = 6f966d9ff14f8f485e7897a7cef3ae16766d2a5e
+SHA512 (cpphs-1.20.8.tar.gz) = ec9323f9e1cb6de450d8af6b6b98005bf46427c2926694e1cba942fd54a03d9d36a7e8f2541eb095949110ddaf6317597699b7c4472942a509d496cb9b4da747
+Size (cpphs-1.20.8.tar.gz) = 45108 bytes



Home | Main Index | Thread Index | Old Index