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: 61031867ad47
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8646613b229e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 23, 2021

  1. SavvyCAN: fix provides

    korli authored Jul 23, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    andir Andreas Rammhold
    Copy the full SHA
    8646613 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 sci-electronics/savvycan/savvycan-1.0.245.recipe
8 changes: 4 additions & 4 deletions sci-electronics/savvycan/savvycan-1.0.245.recipe
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ COPYRIGHT="
2015-2021 EVTV and Collin Kidder
"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/collin80/SavvyCAN/archive/refs/tags/$portVersion.tar.gz"
SOURCE_DIR="SavvyCAN-$portVersion"
CHECKSUM_SHA256="347c6bf143ba09e6002068f7484d13179f54bef4a077980eafd4a3c06f0e18bf"
@@ -16,7 +16,7 @@ SECONDARY_ARCHITECTURES="x86"

PROVIDES="
savvycan$secondaryArchSuffix = $portVersion
cmd:SavvyCAN
app:SavvyCAN = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -40,10 +40,10 @@ BUILD_REQUIRES="
devel:libQt5Widgets$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:qmake$secondaryArchSuffix >= 5
cmd:make
cmd:gcc
cmd:g++
cmd:make
cmd:qmake$secondaryArchSuffix >= 5
"

BUILD()