pkgsrc-WIP-changes archive

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

premake5: Update to 5.0-beta1



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Dec 15 13:13:21 2021 +0100
Changeset:	8815f555b0a5dd60070449c685007ab8d388edb0

Modified Files:
	premake5/Makefile
	premake5/distinfo

Log Message:
premake5: Update to 5.0-beta1

... from Github. Old Master site no longer works.

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

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

diffstat:
 premake5/Makefile | 14 ++++++++------
 premake5/distinfo |  6 ++++--
 2 files changed, 12 insertions(+), 8 deletions(-)

diffs:
diff --git a/premake5/Makefile b/premake5/Makefile
index 22a0b440d7..01b5e378e2 100644
--- a/premake5/Makefile
+++ b/premake5/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2015/03/20 16:56:17 nros Exp $
+# $NetBSD$
 
-PREMAKE5_VERSION=	5.0
-DISTNAME=		premake-${PREMAKE5_VERSION}-alpha1-src
+PREMAKE5_VERSION=	5.0.0
+DISTNAME=		premake-${PREMAKE5_VERSION}-beta1-src
 PKGNAME=		premake5-${PREMAKE5_VERSION}
 CATEGORIES=		devel
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=premake/}
+MASTER_SITES=		${MASTER_SITE_GITHUB:=premake/}
+GITHUB_PROJECT=		premake-core
+GITHUB_RELEASE=		v${PREMAKE5_VERSION}-beta1
 EXTRACT_SUFX=		.zip
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
@@ -13,11 +15,11 @@ COMMENT=		Build script generator
 LICENSE=		modified-bsd
 
 USE_TOOLS+=		gmake
-WRKSRC=			${WRKDIR}/premake-${PREMAKE5_VERSION}-alpha1
+WRKSRC=			${WRKDIR}/premake-${PREMAKE5_VERSION}-beta1-src
 
 BUILDLINK_TRANSFORM+=	opt:-ldl:${BUILDLINK_LDADD.dl:M*}
 
-BUILD_DIRS+=		build/gmake.unix
+BUILD_DIRS+=		build/gmake2.unix
 
 INSTALLATION_DIRS=	bin
 
diff --git a/premake5/distinfo b/premake5/distinfo
index 9098675034..44ea62dfc1 100644
--- a/premake5/distinfo
+++ b/premake5/distinfo
@@ -1,4 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/03/20 16:56:17 nros Exp $
 
-RMD160 (premake-5.0-alpha1-src.zip) = 7b36afb80fdb089f175fac117efdd6a1b5ce823f
-Size (premake-5.0-alpha1-src.zip) = 704176 bytes
+SHA1 (premake-5.0.0-beta1-src.zip) = 237be0617114982c1a2fd9499b85cc449e338adf
+RMD160 (premake-5.0.0-beta1-src.zip) = 64a43218cf74efc18ebd63858b54b771693f18e6
+SHA512 (premake-5.0.0-beta1-src.zip) = 4745cfa796f3f7616b96c2541bca54ba91ef53310cd3a8b9891fcb22170b1b68ebe245471aa63d82fbd94a50643ddf468b66c85e32c1ce214cf5c65b5da27e62
+Size (premake-5.0.0-beta1-src.zip) = 8785875 bytes


Home | Main Index | Thread Index | Old Index