pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
discount3: change PKGNAME
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Jan 5 00:29:08 2026 +0100
Changeset: 6c80ba50ce2b0e7520830c6c43144e758a2edba7
Modified Files:
discount3/Makefile
Log Message:
discount3: change PKGNAME
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c80ba50ce2b0e7520830c6c43144e758a2edba7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
discount3/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diffs:
diff --git a/discount3/Makefile b/discount3/Makefile
index 61fa7c62ae..cd66b1d525 100644
--- a/discount3/Makefile
+++ b/discount3/Makefile
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.20 2026/01/04 21:21:00 wiz Exp $
DISTNAME= discount-3.0.1.2
+PKGNAME= ${DISTNAME:S/discount/discount3/}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Orc/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -10,8 +11,9 @@ HOMEPAGE= https://www.pell.portland.or.us/~orc/Code/discount/
COMMENT= Markdown C implementation
LICENSE= modified-bsd
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+WRKSRC= ${WRKDIR}/${DISTNAME}
+CONFLICTS+= discount-[0-9]*
CONFLICTS+= multimarkdown-[0-9]*
HAS_CONFIGURE= YES
Home |
Main Index |
Thread Index |
Old Index