pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
OpenSTA: Adopted post-release commit-id based versioning convention
Module Name: pkgsrc-wip
Committed By: mayuresh <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Sun Sep 15 08:09:06 2024 +0530
Changeset: 91f500a28e28aebf701c22802eec9eadd7acd097
Modified Files:
OpenSTA/Makefile
OpenSTA/buildlink3.mk
Log Message:
OpenSTA: Adopted post-release commit-id based versioning convention
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=91f500a28e28aebf701c22802eec9eadd7acd097
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
OpenSTA/Makefile | 3 ++-
OpenSTA/buildlink3.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/OpenSTA/Makefile b/OpenSTA/Makefile
index 5b21609d22..1c5a4c04ff 100644
--- a/OpenSTA/Makefile
+++ b/OpenSTA/Makefile
@@ -1,7 +1,8 @@
# $NetBSD$
GITHUB_TAG= 20925bb
-DISTNAME= OpenSTA-20925bb
+DISTNAME= OpenSTA-${GITHUB_TAG}
+PKGNAME= OpenSTA-2.6.0.1628
CATEGORIES= cad devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=The-OpenROAD-Project/}
diff --git a/OpenSTA/buildlink3.mk b/OpenSTA/buildlink3.mk
index 57a559decf..d17d22ce58 100644
--- a/OpenSTA/buildlink3.mk
+++ b/OpenSTA/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+= OpenSTA
.if !defined(OPENSTA_BUILDLINK3_MK)
OPENSTA_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.OpenSTA+= OpenSTA>=20925bb
+BUILDLINK_API_DEPENDS.OpenSTA+= OpenSTA>=2.6.0.1628
BUILDLINK_PKGSRCDIR.OpenSTA?= ../../wip/OpenSTA
.endif # OPENSTA_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index