diff --git a/UPDATING b/UPDATING index 1b5023457aad..a4bd84505977 100644 --- a/UPDATING +++ b/UPDATING @@ -38,6 +38,15 @@ you update your ports collection, before attempting any port upgrades. upgrading: https://rpyc.readthedocs.io/en/latest/changelog.html#backwards-incompatible +20210414: + AFFECTS: users of x11-fonts/oldschool-pc-fonts + AUTHOR: evgeniy@khramtsov.org + + x11-fonts/oldschool-pc-fonts has been upgraded to 2.2. This version + changed names of many fonts. If you have configuration files with + specific font names set, you need to update your configurations + after upgrade. + 20210406: AFFECTS: users of www/phpvirtualbox AUTHOR: dereks@lifeofadishwasher.com diff --git a/x11-fonts/oldschool-pc-fonts/Makefile b/x11-fonts/oldschool-pc-fonts/Makefile index f463c1800cf2..48828c231937 100644 --- a/x11-fonts/oldschool-pc-fonts/Makefile +++ b/x11-fonts/oldschool-pc-fonts/Makefile @@ -1,11 +1,10 @@ PORTNAME= oldschool-pc-fonts -PORTVERSION= 1.0 -PORTREVISION= 1 +DISTVERSION= 2.2 CATEGORIES= x11-fonts -MASTER_SITES= http://int10h.org/${PORTNAME}/download/ -DISTNAME= ultimate_oldschool_pc_font_pack_v${DISTVERSION} +MASTER_SITES= https://int10h.org/${PORTNAME}/download/ +DISTNAME= oldschool_pc_font_pack_v${DISTVERSION}_linux -MAINTAINER= ports@FreeBSD.org +MAINTAINER= evgeniy@khramtsov.org COMMENT= Ultimate Oldschool PC Font Pack LICENSE= CC-BY-SA-4.0 @@ -18,9 +17,9 @@ NO_WRKSUBDIR= yes do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - (cd ${WRKSRC}/'Px437 (TrueType - DOS charset)' && \ - ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}) - (cd ${WRKSRC}/'PxPlus (TrueType - extended charset)' && \ - ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}) + ${INSTALL_DATA} ${WRKSRC}/*Bm*/*.otb ${STAGEDIR}${FONTSDIR} +.for i in Ac Mx Px + ${INSTALL_DATA} ${WRKSRC}/*${i}*/*.ttf ${STAGEDIR}${FONTSDIR} +.endfor .include diff --git a/x11-fonts/oldschool-pc-fonts/distinfo b/x11-fonts/oldschool-pc-fonts/distinfo index 685247b5e241..5a59cb6daab0 100644 --- a/x11-fonts/oldschool-pc-fonts/distinfo +++ b/x11-fonts/oldschool-pc-fonts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474803533 -SHA256 (ultimate_oldschool_pc_font_pack_v1.0.zip) = 7666cf23176e34ea03a218b5c1500f4ad729d97150ab7bdb7cf2adf4c99a9a7a -SIZE (ultimate_oldschool_pc_font_pack_v1.0.zip) = 1533806 +TIMESTAMP = 1618169275 +SHA256 (oldschool_pc_font_pack_v2.2_linux.zip) = b30dc3ecc9931ad2dd8be7517dd01813c8834a1911b582ab7643191b41a3d759 +SIZE (oldschool_pc_font_pack_v2.2_linux.zip) = 15319934 diff --git a/x11-fonts/oldschool-pc-fonts/pkg-descr b/x11-fonts/oldschool-pc-fonts/pkg-descr index 44de6951b6b0..ccc89b1aa72f 100644 --- a/x11-fonts/oldschool-pc-fonts/pkg-descr +++ b/x11-fonts/oldschool-pc-fonts/pkg-descr @@ -11,10 +11,10 @@ of various type styles from text-mode era PCs - in modern, multi-platform, Unicode-compatible TrueType form (plus straight bitmap versions). Although the goal is to make it a complete resource, the main focus is on -hardware character sets: the kind that's located in a ROM chip on the system -board or graphics card, which is what you'd see by default when working in -text (or graphics) mode. Software-loadable fonts are also within the scope of -this collection (if associated with a particular machine or display system), -so some of these have also made it in. +hardware/firmware character sets: the kind that's located in a ROM chip on +the system board or graphics card, which is what you'd see by default when +working in text (or graphics) mode. Software-loadable fonts are also within +the scope of this collection (if associated with a particular machine or +display system), so some of these have also made it in. -WWW: http://int10h.org/oldschool-pc-fonts/ +WWW: https://int10h.org/oldschool-pc-fonts/ diff --git a/x11-fonts/oldschool-pc-fonts/pkg-message b/x11-fonts/oldschool-pc-fonts/pkg-message new file mode 100644 index 000000000000..b0b7c1e6db06 --- /dev/null +++ b/x11-fonts/oldschool-pc-fonts/pkg-message @@ -0,0 +1,9 @@ +[ +{ type: upgrade + maximum_version: "2.2" + message: <