pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fix problematic PKGNAME, due to non-standard version number.
Module Name: pkgsrc-wip
Committed By: vms <vms%beastie.retrobsd.ddns.net@localhost>
Pushed By: vms
Date: Mon Jun 13 18:59:49 2022 +0200
Changeset: 4075fe3546ba10be2533b951ba0199216a331d50
Modified Files:
ksh93u+/Makefile
Log Message:
Fix problematic PKGNAME, due to non-standard version number.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4075fe3546ba10be2533b951ba0199216a331d50
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ksh93u+/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/ksh93u+/Makefile b/ksh93u+/Makefile
index b19870dc21..df6317c87a 100644
--- a/ksh93u+/Makefile
+++ b/ksh93u+/Makefile
@@ -1,7 +1,8 @@
# $NetBSD$
DISTNAME= v1.0.0-beta.2
-PKGNAME= ${GITHUB_PROJECT}93u+m-${DISTNAME:S,^v,,}
+PKGVER= 1.0.0
+PKGNAME= ${GITHUB_PROJECT}93u+-${PKGVER}
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=ksh93/}
GITHUB_PROJECT= ksh
@@ -12,7 +13,7 @@ HOMEPAGE= https://github.com/ksh93/ksh/
COMMENT= Actively developed fork of AT&T KornShell 93u+
LICENSE= epl-v1.0
-CONFLICTS+= ast-ksh-[0-9]* static-ast-ksh-[0-9]*
+CONFLICTS+= ast-ksh-[0-9]* static-ast-ksh-[0-9]*
USE_LANGUAGES= c c++
FORTIFY_SUPPORTED= no
Home |
Main Index |
Thread Index |
Old Index