pkgsrc-WIP-changes archive

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

prusaslicer: allow installation of beta versions without mangling PKGNAME.



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Thu Jun 8 00:55:50 2023 +1000
Changeset:	2ab9353c9e3065703851ca1c5df9e92290d50a7b

Modified Files:
	prusaslicer/Makefile

Log Message:
prusaslicer: allow installation of beta versions without mangling PKGNAME.

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

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

diffstat:
 prusaslicer/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/prusaslicer/Makefile b/prusaslicer/Makefile
index 90b35b0efd..3f4934d434 100644
--- a/prusaslicer/Makefile
+++ b/prusaslicer/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 PKGVERSION=	2.6.0-beta4
-PKGNAME=	prusaslicer-${PKGVERSION}
+PKGNAME=	prusaslicer-${PKGVERSION:S/-beta/beta/}
 DISTNAME=	PrusaSlicer-${PKGVERSION:S/rc/-rc/}
 CATEGORIES=	cad
 MASTER_SITES=	${MASTER_SITE_GITHUB:=prusa3d/}


Home | Main Index | Thread Index | Old Index