pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
dart: restrict to actually supported platforms, update fetching
Module Name: pkgsrc-wip
Committed By: Roland Illig <rillig%NetBSD.org@localhost>
Pushed By: rillig
Date: Sun Apr 15 20:09:57 2018 +0000
Changeset: 32f3481b33f228233d7f2c1626c2b97887f47fe5
Modified Files:
dart-git/Makefile
dart-git/distinfo
Log Message:
dart: restrict to actually supported platforms, update fetching
Since this package is based on a regular release, it does not need the
git-package.mk infrastructure.
The Dart language 1.3 is only supported on very few operating systems and
hardware platforms.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=32f3481b33f228233d7f2c1626c2b97887f47fe5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dart-git/Makefile | 14 ++++++++------
dart-git/distinfo | 7 ++++---
2 files changed, 12 insertions(+), 9 deletions(-)
diffs:
diff --git a/dart-git/Makefile b/dart-git/Makefile
index cf27ec56b2..bbf58b896e 100644
--- a/dart-git/Makefile
+++ b/dart-git/Makefile
@@ -1,21 +1,23 @@
# $NetBSD$
-DISTNAME= dart-1.13.0
-CATEGORIES= lang
-GIT_REPOSITORIES= sdk
-GIT_REPO.sdk= https://github.com/dart-lang/sdk.git
-WRKSRC= ${WRKDIR}/sdk
+DISTNAME= sdk-1.13.0
+PKGNAME= ${DISTNAME:S,sdk,dart,}
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dart-lang/}
+GITHUB_PROJECT= sdk
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.dartlang.org/
COMMENT= Programming language for building web, server, and mobile apps
LICENSE= modified-bsd
+ONLY_FOR_PLATFORM= Linux-*-* Darwin-*-*
+
+PYTHON_VERSIONS_ACCEPTED= 27
REPLACE_PYTHON+= tools/build.py
do-build:
${RUN} cd ${WRKSRC} && ./tools/build.py -m release -a x64
-.include "../../wip/mk/git-package.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/dart-git/distinfo b/dart-git/distinfo
index 9b3155217e..033ef26857 100644
--- a/dart-git/distinfo
+++ b/dart-git/distinfo
@@ -1,5 +1,6 @@
$NetBSD$
-SHA1 (1.13.0-dev.7.1) = f506be4d2e07632ffbc28f10ab19671cf2be6363
-RMD160 (1.13.0-dev.7.1) = 94aaa67acec80ab31694390d2c6b6bd202e7d0cd
-Size (1.13.0-dev.7.1) = 22669 bytes
+SHA1 (sdk-1.13.0.tar.gz) = d0a9a9ef9435e456e49d5c5d569375d7f4a1e695
+RMD160 (sdk-1.13.0.tar.gz) = c9702da97db2b6311d551d71b0c57b196010fe62
+SHA512 (sdk-1.13.0.tar.gz) = 00be12ab775c97aa6d06f547769b453de55ce2ee86dbaa54ecb6f3476144f2f630148009bed87fe0b3aefb52c1087821636a30e6c1b7518e608a510425acf268
+Size (sdk-1.13.0.tar.gz) = 12069946 bytes
Home |
Main Index |
Thread Index |
Old Index