pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/brlaser



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Jan 24 01:01:51 UTC 2025

Modified Files:
        pkgsrc/print/brlaser: Makefile distinfo

Log Message:
brlaser: update to 6.2.7. Changes:

New printer entries:
- Brother DCP-7010
- Brother DCP-B7500D series
- Brother DCP-L2560DW series
- Brother HL-2240 series
- Brother HL-2260D
- Brother HL-5140 series
- Brother HL-5370DW series
- Brother HL-5450DN series
- Brother HL-L2402D
- Brother MFC-8440
- Brother MFC-L2690DW
- Brother HL-L2400DW
- Brother HL-L2405W

Added printer entries for "Test Drivers".

Code Changes:
- Correct PCFileName for DocuPrint P265 dw
- Replaced `Duplex normal` with `Duplex rotated`
- Both Duplex & Tumble use PLC `&l2S`

Issues Resolved:
- Incorrect Duplex & Tumble Check Statement
- Duplex long-edge actually prints duplex short-edge
- All reverse sides are unreadable with artefactsbug (duplex long-edge)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/brlaser/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/brlaser/distinfo

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

Modified files:

Index: pkgsrc/print/brlaser/Makefile
diff -u pkgsrc/print/brlaser/Makefile:1.17 pkgsrc/print/brlaser/Makefile:1.18
--- pkgsrc/print/brlaser/Makefile:1.17  Thu Nov 14 22:21:22 2024
+++ pkgsrc/print/brlaser/Makefile       Fri Jan 24 01:01:50 2025
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.17 2024/11/14 22:21:22 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/01/24 01:01:50 schmonz Exp $
 
-DISTNAME=              brlaser-6.2.6
-PKGREVISION=           5
+DISTNAME=              brlaser-6.2.7
 CATEGORIES=            print
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=Owl-Maintain/}
-GITHUB_TAG=            v${PKGVERSION_NOREV}
+GITHUB_TAG=            refs/tags/v${PKGVERSION_NOREV}
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              https://github.com/Owl-Maintain/brlaser/
 COMMENT=               CUPS driver for Brother laser printers
 LICENSE=               gnu-gpl-v2
 
-USE_CMAKE=             yes
+WRKSRC=                        ${WRKDIR}/${DISTNAME}
+
 USE_LANGUAGES=         c++
 USE_CXX_FEATURES+=     c++11
 
+.include "../../devel/cmake/build.mk"
 .include "../../print/libcups/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/brlaser/distinfo
diff -u pkgsrc/print/brlaser/distinfo:1.6 pkgsrc/print/brlaser/distinfo:1.7
--- pkgsrc/print/brlaser/distinfo:1.6   Fri Jan 12 19:05:57 2024
+++ pkgsrc/print/brlaser/distinfo       Fri Jan 24 01:01:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/01/12 19:05:57 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2025/01/24 01:01:51 schmonz Exp $
 
-BLAKE2s (brlaser-6.2.6.tar.gz) = 564e5afee95f806093a0a727bb8f97fc79eacf42a11dfa0abfba0105774708da
-SHA512 (brlaser-6.2.6.tar.gz) = 285a053473ae576167e653bb94c20a1ae676c1a39ec87d9b14c664e389a4713d93ca29d5cefd92a6793e1ffbc8b03b119ea8cd903749ae21c9354ce30d470a51
-Size (brlaser-6.2.6.tar.gz) = 25815 bytes
+BLAKE2s (brlaser-6.2.7.tar.gz) = 8dc368da80a3f9669054040430e86ce1d6985e476b73ca211dfd7472ada226e2
+SHA512 (brlaser-6.2.7.tar.gz) = f82364376df149710cf63eb49a13fa900c6bdd39543eed156c6b396fd4156e612b2de36a8c9e71e691c4c22de3cc83c0ac818477514be5a48edfaf9d5beee57c
+Size (brlaser-6.2.7.tar.gz) = 27306 bytes



Home | Main Index | Thread Index | Old Index