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

Commits on Aug 8, 2021

  1. nnn: bump to 4.2 (#6121)

    sikmir authored Aug 8, 2021
    Copy the full SHA
    7dd5460 View commit details
Showing with 3 additions and 1 deletion.
  1. +3 −1 app-misc/nnn/{nnn-4.1.recipe → nnn-4.2.recipe}
4 changes: 3 additions & 1 deletion app-misc/nnn/nnn-4.1.recipe → app-misc/nnn/nnn-4.2.recipe
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ COPYRIGHT="2016-2021 Arun Prakash Jana"
LICENSE="BSD (2-clause)"
REVISION="1"
SOURCE_URI="https://github.com/jarun/nnn/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="8549ac5f3007337da4841e62da696507e753035f36ac4e0537502e261ce701e6"
CHECKSUM_SHA256="5675f9fe53bddfd92681ef88bf6c0fab3ad897f9e74dd6cdff32fe1fa62c687f"

ARCHITECTURES="!x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -48,6 +48,8 @@ BUILD_PREREQUIRES="

BUILD()
{
export LDFLAGS="-lgnu"

make -f misc/haiku/Makefile $jobArgs
}