pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/hs-crypton-x509-store



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu May  2 08:05:15 UTC 2024

Modified Files:
        pkgsrc/security/hs-crypton-x509-store: PLIST

Log Message:
security/hs-crypton-x509-store: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/hs-crypton-x509-store/PLIST

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

Modified files:

Index: pkgsrc/security/hs-crypton-x509-store/PLIST
diff -u pkgsrc/security/hs-crypton-x509-store/PLIST:1.1 pkgsrc/security/hs-crypton-x509-store/PLIST:1.2
--- pkgsrc/security/hs-crypton-x509-store/PLIST:1.1     Mon Oct 30 09:45:10 2023
+++ pkgsrc/security/hs-crypton-x509-store/PLIST Thu May  2 08:05:15 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/10/30 09:45:10 pho Exp $
-lib/crypton-x509-store-${PKGVERSION}/${HS_VERSION}/package-description
-lib/crypton-x509-store-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.2 2024/05/02 08:05:15 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/X509/CertificateStore.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/X509/CertificateStore.hi
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/X509/CertificateStore.p_hi
@@ -13,17 +11,17 @@ ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKG
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+lib/crypton-x509-store-${PKGVERSION}/${HS_VERSION}/package-description
+lib/crypton-x509-store-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/Data-X509-CertificateStore.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/Data-X509-File.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/Data-X509-Memory.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/crypton-x509-store.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/crypton-x509-store-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index