pkgsrc-WIP-changes archive

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

doxy2man: Update to 0.3



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Feb 15 12:16:55 2023 +0100
Changeset:	2fcff4837a3d821f300bebd5dc20336b30d300f2

Modified Files:
	doxy2man/Makefile
	doxy2man/distinfo

Log Message:
doxy2man: Update to 0.3

This is the version that the program itself reports.
Fix build.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2fcff4837a3d821f300bebd5dc20336b30d300f2

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

diffstat:
 doxy2man/Makefile | 6 ++++--
 doxy2man/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/doxy2man/Makefile b/doxy2man/Makefile
index 4ef27f9a3c..76358ddc18 100644
--- a/doxy2man/Makefile
+++ b/doxy2man/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	doxy2man-0.0.0.12
+DISTNAME=	doxy2man-0.3
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=gsauthof/}
 GITHUB_PROJECT=	doxy2man
@@ -18,6 +18,8 @@ TOOL_DEPENDS+=	docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 
 INSTALLATION_DIRS=	bin ${PKGMANDIR}/man8
 
+.include "../../lang/python/pyversion.mk"
+
 # Our asciidoc has no ".py" suffix.
 # Honor PREFIX when searching doxbook-xsl files
 SUBST_CLASSES+=		edit-pro
@@ -25,7 +27,7 @@ SUBST_STAGE.edit-pro=	pre-configure
 SUBST_MESSAGE.edit-pro=	Preparing main.pro file ...
 SUBST_FILES.edit-pro=	main.pro
 SUBST_SED.edit-pro=	-e 's,asciidoc\.py,asciidoc,g'
-SUBST_SED.edit-pro+=	-e 's,/usr/share/asciidoc,${PREFIX}/share/asciidoc,g'
+SUBST_SED.edit-pro+=	-e 's,/usr/share/asciidoc,${PREFIX}/${PYSITELIB}/asciidoc/resources,g'
 
 do-configure:
 	cd ${WRKSRC} && ${QTDIR}/bin/qmake
diff --git a/doxy2man/distinfo b/doxy2man/distinfo
index c7f167726c..7a66b78006 100644
--- a/doxy2man/distinfo
+++ b/doxy2man/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (doxy2man-0.0.0.12-5ce113f4d2a3fc6712f8eb8606a6b0899dc6f8d1.tar.gz) = 7e775cf0d4a497d25e9cdab406561f589be88c28
-SHA512 (doxy2man-0.0.0.12-5ce113f4d2a3fc6712f8eb8606a6b0899dc6f8d1.tar.gz) = 1ca07897bb7d1312ccac7a9d9291f32783c39182674096b587b7ba04646335c74b4529f5644772f58a18cc8a25c50cad61d4d622ceaf7d6e6a836f9781b503a5
-Size (doxy2man-0.0.0.12-5ce113f4d2a3fc6712f8eb8606a6b0899dc6f8d1.tar.gz) = 51606 bytes
+BLAKE2s (doxy2man-0.3-5ce113f4d2a3fc6712f8eb8606a6b0899dc6f8d1.tar.gz) = affa8cf7e18549533b57d78827ebcf091450264e408820c695ae83bde146f688
+SHA512 (doxy2man-0.3-5ce113f4d2a3fc6712f8eb8606a6b0899dc6f8d1.tar.gz) = 1ca07897bb7d1312ccac7a9d9291f32783c39182674096b587b7ba04646335c74b4529f5644772f58a18cc8a25c50cad61d4d622ceaf7d6e6a836f9781b503a5
+Size (doxy2man-0.3-5ce113f4d2a3fc6712f8eb8606a6b0899dc6f8d1.tar.gz) = 51606 bytes


Home | Main Index | Thread Index | Old Index