pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/rgbds
Module Name: pkgsrc
Committed By: nia
Date: Mon Mar 4 13:10:00 UTC 2019
Modified Files:
pkgsrc/devel/rgbds: Makefile distinfo
Log Message:
devel/rgbds: Update to 0.3.8
Changes:
rgbasm and rgblink
Report correct filename and line number of symbols in error messages.
Fix long-standing issue of ambiguity in constant parsing.
Fix behaviour of parser regarding newlines and \.
rgbfix
Fix regression on calculation of ROM checksum.
Other
Documentation updates and cleanups.
Some new tests.
Re-enabled OS X build CI job.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/rgbds/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/rgbds/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/rgbds/Makefile
diff -u pkgsrc/devel/rgbds/Makefile:1.3 pkgsrc/devel/rgbds/Makefile:1.4
--- pkgsrc/devel/rgbds/Makefile:1.3 Wed Oct 3 13:17:06 2018
+++ pkgsrc/devel/rgbds/Makefile Mon Mar 4 13:10:00 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2018/10/03 13:17:06 nia Exp $
+# $NetBSD: Makefile,v 1.4 2019/03/04 13:10:00 nia Exp $
-DISTNAME= rgbds-0.3.7
+DISTNAME= rgbds-0.3.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=rednex/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/rednex/rgbds
@@ -11,7 +11,7 @@ COMMENT= Assembler/linker package for th
LICENSE= mit
EXTRACT_USING= bsdtar
-USE_TOOLS+= gmake pkg-config lex yacc
+USE_TOOLS+= gmake pkg-config lex bison
MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
Index: pkgsrc/devel/rgbds/distinfo
diff -u pkgsrc/devel/rgbds/distinfo:1.1 pkgsrc/devel/rgbds/distinfo:1.2
--- pkgsrc/devel/rgbds/distinfo:1.1 Wed Aug 15 15:25:10 2018
+++ pkgsrc/devel/rgbds/distinfo Mon Mar 4 13:10:00 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/08/15 15:25:10 nia Exp $
+$NetBSD: distinfo,v 1.2 2019/03/04 13:10:00 nia Exp $
-SHA1 (rgbds-0.3.7.tar.gz) = ea2b154cca70116a9350f1964eefd915ac95c8b8
-RMD160 (rgbds-0.3.7.tar.gz) = 4353996f8c9d8b5d3e9971f0978c30417edd010d
-SHA512 (rgbds-0.3.7.tar.gz) = bec4283b6ce4770b74303a732881bf06280a95a9d9b9b576c6e07e1ecdfcf6266abe4254739bfd7068d10002681d44a4764101c36c844d54157c8b6e6e5505d9
-Size (rgbds-0.3.7.tar.gz) = 135143 bytes
+SHA1 (rgbds-0.3.8.tar.gz) = d57ca6b48ff405b2790ec7d3c2790718dd1630f1
+RMD160 (rgbds-0.3.8.tar.gz) = 037e76d67e700305a0c3dfe0972e0e5a87fc173c
+SHA512 (rgbds-0.3.8.tar.gz) = aaaf94e62d6019bf5e19e73585a09195dfad3bd7728dc2d565ea85802e1f9609bdf76ea6620f87c1ef3cdd2b84931a6ebbabb12a785b8b430af251948522f2c0
+Size (rgbds-0.3.8.tar.gz) = 144276 bytes
SHA1 (patch-Makefile) = 50aa361a3cffb1c0d28bb6b6252e1748ce001f04
Home |
Main Index |
Thread Index |
Old Index