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

Commits on Oct 6, 2021

  1. Copy the full SHA
    63317a3 View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.2.3.recipe
10 changes: 5 additions & 5 deletions net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.2.3.recipe
Original file line number Diff line number Diff line change
@@ -28,14 +28,14 @@ COPYRIGHT="2003-2019 Arvid Norberg
Peter Koeleman
Reimond Retz"
LICENSE="BSD (2-clause)"
REVISION="5"
REVISION="6"
SOURCE_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${portVersion//./_}/libtorrent-rasterbar-$portVersion.tar.gz"
CHECKSUM_SHA256="1582fdbbd0449bcfe4ffae2ccb9e5bf0577459a32bb25604e01accb847da1a2d"
SOURCE_DIR="libtorrent-rasterbar-$portVersion"
PATCHES="libtorrent_rasterbar-$portVersion.patchset"

ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"

libVersion="10.0.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
@@ -64,9 +64,9 @@ REQUIRES_devel="

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_chrono$secondaryArchSuffix >= 1.69
devel:libboost_random$secondaryArchSuffix >= 1.69
devel:libboost_system$secondaryArchSuffix >= 1.69
devel:libboost_chrono$secondaryArchSuffix >= 1.69.0
devel:libboost_random$secondaryArchSuffix >= 1.69.0
devel:libboost_system$secondaryArchSuffix >= 1.69.0
devel:libiconv$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
"