pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
prusaslicer: Fix PKGNAME so the version parses correctly, and make lower case.
Module Name: pkgsrc-wip
Committed By: Paul Ripke <stix%stix.id.au@localhost>
Pushed By: stix
Date: Sun Jun 11 14:27:49 2023 +1000
Changeset: d50a72173bd4fcbd87d0232d6cdafbee58bfe974
Modified Files:
prusaslicer/Makefile
Log Message:
prusaslicer: Fix PKGNAME so the version parses correctly, and make lower case.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d50a72173bd4fcbd87d0232d6cdafbee58bfe974
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
prusaslicer/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/prusaslicer/Makefile b/prusaslicer/Makefile
index 174005b669..dfd11deb36 100644
--- a/prusaslicer/Makefile
+++ b/prusaslicer/Makefile
@@ -1,6 +1,7 @@
# $NetBSD$
PKGVERSION= 2.6.0rc1
+PKGNAME= prusaslicer-${PKGVERSION}
DISTNAME= PrusaSlicer-${PKGVERSION:C/(beta|rc)/-\1/}
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_GITHUB:=prusa3d/}
@@ -11,7 +12,7 @@ WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
MAINTAINER= stix%stix.id.au@localhost
HOMEPAGE= https://www.prusa3d.com/prusaslicer/
-COMMENT= Converts STL models into gcode for 3d printing
+COMMENT= Converts 3D models into G-code for 3D printing
LICENSE= gnu-agpl-v3
ONLY_FOR_PLATFORM= *-*-aarch64 *-*-x86_64 *-*-earmv6 *-*-earmv7 *-*-i386
Home |
Main Index |
Thread Index |
Old Index