pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/hs-torrent



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed May  1 16:56:27 UTC 2024

Modified Files:
        pkgsrc/net/hs-torrent: PLIST

Log Message:
net/hs-torrent: 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/net/hs-torrent/PLIST

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

Modified files:

Index: pkgsrc/net/hs-torrent/PLIST
diff -u pkgsrc/net/hs-torrent/PLIST:1.1 pkgsrc/net/hs-torrent/PLIST:1.2
--- pkgsrc/net/hs-torrent/PLIST:1.1     Thu Nov  2 01:55:07 2023
+++ pkgsrc/net/hs-torrent/PLIST Wed May  1 16:56:26 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/11/02 01:55:07 pho Exp $
-lib/torrent-${PKGVERSION}/${HS_VERSION}/package-description
-lib/torrent-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.2 2024/05/01 16:56:26 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Torrent.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Data/Torrent.hi
@@ -10,16 +8,16 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Data/Torr
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Torrent/Scrape.p_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/torrent-${PKGVERSION}/${HS_VERSION}/package-description
+lib/torrent-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/Data-Torrent-Scrape.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/Data-Torrent.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/synopsis.png
 ${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/torrent.haddock



Home | Main Index | Thread Index | Old Index