mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to rgbds-1.0.1.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
COMMENT = Game Boy development system
|
||||
|
||||
V = 1.0.0
|
||||
V = 1.0.1
|
||||
DISTNAME = rgbds-$V
|
||||
DISTFILES = rgbds-$V{rgbds-source}${EXTRACT_SUFX}
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (rgbds-1.0.0.tar.gz) = XxtVMfi3Aztaw+fRsO0qYc9cJ4TkgB1/SDnMi95/ofc=
|
||||
SIZE (rgbds-1.0.0.tar.gz) = 10552516
|
||||
SHA256 (rgbds-1.0.1.tar.gz) = C7gPaq7MOsFzdYaGAhqYy7lBqggpEkmF+Xe6jaTkiyE=
|
||||
SIZE (rgbds-1.0.1.tar.gz) = 10556029
|
||||
|
||||
@@ -9,7 +9,7 @@ Index: src/asm/main.cpp
|
||||
|
||||
#include "backtrace.hpp"
|
||||
#include "cli.hpp"
|
||||
@@ -498,6 +499,11 @@ static void verboseOutputConfig() {
|
||||
@@ -497,6 +498,11 @@ static void verboseOutputConfig() {
|
||||
// LCOV_EXCL_STOP
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
@@ -9,7 +9,7 @@ Index: src/fix/main.cpp
|
||||
|
||||
#include "cli.hpp"
|
||||
#include "diagnostics.hpp"
|
||||
@@ -346,6 +347,11 @@ static void initLogo() {
|
||||
@@ -345,6 +346,11 @@ static void initLogo() {
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
@@ -9,7 +9,7 @@ Index: src/gfx/main.cpp
|
||||
#include <vector>
|
||||
|
||||
#include "cli.hpp"
|
||||
@@ -639,6 +640,11 @@ static void replaceExtension(std::string &path, char c
|
||||
@@ -638,6 +639,11 @@ static void replaceExtension(std::string &path, char c
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
@@ -9,7 +9,7 @@ Index: src/link/main.cpp
|
||||
#include <utility>
|
||||
|
||||
#include "backtrace.hpp"
|
||||
@@ -415,6 +416,11 @@ static void verboseOutputConfig() {
|
||||
@@ -414,6 +415,11 @@ static void verboseOutputConfig() {
|
||||
// LCOV_EXCL_STOP
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
Reference in New Issue
Block a user