Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 68819f384929
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2306a19b8203
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 4, 2022

  1. Copy the full SHA
    2306a19 View commit details
Showing with 6 additions and 1 deletion.
  1. +6 −1 games-action/classicube/classicube-1.3.0.recipe
7 changes: 6 additions & 1 deletion games-action/classicube/classicube-1.3.0.recipe
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ What ClassiCube isn't:
HOMEPAGE="https://www.classicube.net/"
COPYRIGHT="2014-2022 UnknownShadow200"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/UnknownShadow200/ClassiCube/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="8373605a45d89229520fe03bf8f5a1ada82377651e7330edd65a3f79327f8331"
SOURCE_DIR="ClassiCube-$portVersion"
@@ -61,6 +61,11 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"

PATCH()
{
sed -i -e 's|r.me##reg|r.e##reg|g' $sourceDir/src/Logger.c
}

BUILD()
{
cd src