pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/ascii
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 1 22:24:12 UTC 2026
Modified Files:
pkgsrc/misc/ascii: Makefile distinfo
Removed Files:
pkgsrc/misc/ascii/patches: patch-aa
Log Message:
ascii: update to 3.32.
Reduce local changes.
Upstream changes:
Allow packagers to pass in hardening flags.
Allow -d/-o/-x/-b to force the output radix.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/ascii/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/ascii/distinfo
cvs rdiff -u -r1.5 -r0 pkgsrc/misc/ascii/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/ascii/Makefile
diff -u pkgsrc/misc/ascii/Makefile:1.20 pkgsrc/misc/ascii/Makefile:1.21
--- pkgsrc/misc/ascii/Makefile:1.20 Sat Feb 7 22:47:54 2026
+++ pkgsrc/misc/ascii/Makefile Sun Mar 1 22:24:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2026/02/07 22:47:54 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2026/03/01 22:24:11 wiz Exp $
-DISTNAME= ascii-3.31
+DISTNAME= ascii-3.32
CATEGORIES= misc
MASTER_SITES= ${HOMEPAGE}
@@ -9,14 +9,17 @@ HOMEPAGE= http://www.catb.org/~esr/ascii
COMMENT= ASCII character table program
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${RUBY_PKGPREFIX}-asciidoctor-[0-9]*:../../textproc/ruby-asciidoctor
+
USE_TOOLS= gmake
-USE_LIBTOOL= yes
MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
-BUILD_TARGET= ascii
-EGDIR= ${PREFIX}/share/examples/${PKGBASE}
-
-post-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
+SUBST_CLASSES+= ad
+SUBST_SED.ad+= -e "s,asciidoctor,asciidoctor${RUBY_SUFFIX},"
+SUBST_STAGE.ad= pre-build
+SUBST_FILES.ad+= Makefile
+SUBST_MESSAGE.ad= Fixing asciidoctor name.
+.include "../../lang/ruby/rubyversion.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/ascii/distinfo
diff -u pkgsrc/misc/ascii/distinfo:1.11 pkgsrc/misc/ascii/distinfo:1.12
--- pkgsrc/misc/ascii/distinfo:1.11 Sat Feb 7 22:47:54 2026
+++ pkgsrc/misc/ascii/distinfo Sun Mar 1 22:24:11 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2026/02/07 22:47:54 wiz Exp $
+$NetBSD: distinfo,v 1.12 2026/03/01 22:24:11 wiz Exp $
-BLAKE2s (ascii-3.31.tar.gz) = 7dbd84cd3d0be210a23eef37fb401831f7f01682838877bd22c7f1dfa911b756
-SHA512 (ascii-3.31.tar.gz) = 6da73febfd8055620bd87b4637ea4fdca4185769e81b73bae444b3b30a8d6042071b8179bd743566e53dc8ff7016b28bdf037bb68b319ca43dfc38aadf6864fd
-Size (ascii-3.31.tar.gz) = 14687 bytes
-SHA1 (patch-aa) = 787a8ddec5debb30294bfe34840ea6d5e9f6fb83
+BLAKE2s (ascii-3.32.tar.gz) = e462691a9a40b8ad4e46b93d0fea80887d2b0ce2abc437cdcb1eb868e70dc198
+SHA512 (ascii-3.32.tar.gz) = a8c8254bd7720d6250d6ad74ef288f6ebc4a538facff1ee577c55c73fa55f49b18cb9597dc2092bf2f3322e1ef9e7645f9c89c92e2a00133db592051d1465f9a
+Size (ascii-3.32.tar.gz) = 14063 bytes
Home |
Main Index |
Thread Index |
Old Index