pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/freetype2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 12 13:08:35 UTC 2023

Modified Files:
        pkgsrc/graphics/freetype2: Makefile

Log Message:
freetype2: bump PKGREVISION for optional brotli

The old binary package did not have a brotli option, so all packages
that include the buildlink3.mk will now mis-detect that brotli was
disabled (since the buildlink3.mk checks for the brotli option).

Addresses PR 57693.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/graphics/freetype2/Makefile

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

Modified files:

Index: pkgsrc/graphics/freetype2/Makefile
diff -u pkgsrc/graphics/freetype2/Makefile:1.134 pkgsrc/graphics/freetype2/Makefile:1.135
--- pkgsrc/graphics/freetype2/Makefile:1.134    Thu Nov  9 22:27:01 2023
+++ pkgsrc/graphics/freetype2/Makefile  Sun Nov 12 13:08:35 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.134 2023/11/09 22:27:01 wiz Exp $
+# $NetBSD: Makefile,v 1.135 2023/11/12 13:08:35 wiz Exp $
 
 DISTNAME=      freetype-2.13.2
 PKGNAME=       ${DISTNAME:S/-/2-/}
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=freetype/}
 MASTER_SITES+= https://download.savannah.gnu.org/releases/freetype/



Home | Main Index | Thread Index | Old Index