cc MAINTAINER
Updat Comic Neue to version 2.51, add https for the website, and
re-install the fontconfig file so people can override it as described in
the pkg/README
OK?
Index: fonts/comic-neue/Makefile
===================================================================
RCS file: /cvs/openbsd/ports/fonts/comic-neue/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- fonts/comic-neue/Makefile 11 Mar 2022 19:00:17 -0000 1.12
+++ fonts/comic-neue/Makefile 28 Apr 2023 14:41:59 -0000
@@ -1,7 +1,7 @@
COMMENT = replacement for Comic Sans font
TYPEFACE = comic-neue
-VERSION = 2.5
+VERSION = 2.51
DISTNAME = ${TYPEFACE}-${VERSION}
CATEGORIES = fonts
@@ -13,15 +13,18 @@ MAINTAINER = Tristan Le Guern <tleguern
# SIL OFL 1.1
PERMIT_PACKAGE = Yes
-MASTER_SITES = http://comicneue.com/
+MASTER_SITES = https://comicneue.com/
EXTRACT_SUFX = .zip
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
+FCDIR = ${PREFIX}/share/comic-neue
do-install:
+ ${INSTALL_DATA_DIR} ${FCDIR}
+ ${INSTALL_DATA} ${FILESDIR}/30-comic-sans-aliases.conf ${FCDIR}
${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/comic-neue
${INSTALL_DATA} ${WRKSRC}/{TTF,OTF}/*/*.?tf \
${PREFIX}/share/fonts/comic-neue
Index: fonts/comic-neue/distinfo
===================================================================
RCS file: /cvs/openbsd/ports/fonts/comic-neue/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- fonts/comic-neue/distinfo 25 May 2020 05:58:50 -0000 1.4
+++ fonts/comic-neue/distinfo 17 Mar 2023 16:42:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (comic-neue-2.5.zip) = ZJbP70fGdWj7dN+wYJI5+dojaAAUOFc8Dinjoz+o4Nk=
-SIZE (comic-neue-2.5.zip) = 3061994
+SHA256 (comic-neue-2.51.zip) = VN2ZjJO41mWLHC1q3p95DRD/qjYyho3Sz6yEtAUpAyE=
+SIZE (comic-neue-2.51.zip) = 2579880
Index: fonts/comic-neue/pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/fonts/comic-neue/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 PLIST
--- fonts/comic-neue/pkg/PLIST 11 Mar 2022 19:00:18 -0000 1.6
+++ fonts/comic-neue/pkg/PLIST 17 Mar 2023 15:59:16 -0000
@@ -1,3 +1,5 @@
+share/comic-neue/
+share/comic-neue/30-comic-sans-aliases.conf
share/doc/pkg-readmes/${PKGSTEM}
share/fonts/
@fontdir share/fonts/comic-neue/
--
Of all the animals, the boy is the most unmanageable.
-- Plato
No comments:
Post a Comment