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

Commits on Jan 7, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bbb93ae View commit details
Showing with 8 additions and 6 deletions.
  1. +8 −6 dev-libs/uriparser/{uriparser-0.9.5.recipe → uriparser-0.9.6.recipe}
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
SUMMARY="A strictly RFC 3986 compliant URI parsing library in C"
DESCRIPTION="Uriparser is a strictly RFC 3986 compliant URI parsing library \
written in C."
DESCRIPTION="uriparser is a strictly RFC 3986 compliant URI parsing and handling library written \
in C89 (ANSI C).
uriparser is cross-platform, fast, supports both char and wchar_t."
HOMEPAGE="https://uriparser.github.io/"
COPYRIGHT="2007 Weijia Song
2013 Radu Hociung
2007-2020 Sebastian Pipping"
2007-2022 Sebastian Pipping"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://github.com/uriparser/uriparser/releases/download/uriparser-$portVersion/uriparser-$portVersion.tar.bz2"
CHECKSUM_SHA256="dd8061eba7f2e66c151722e6db0b27c972baa6215cf16f135dbe0f0a4bc6606c"
CHECKSUM_SHA256="9ce4c3f151e78579f23937b44abecb428126863ad02e594e115e882353de905b"
SOURCE_FILENAME="uriparser-$portVersion.tar.gz"
SOURCE_DIR="uriparser-$portVersion"

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

libVersion="1.0.28"
libVersion="1.0.29"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"

PROVIDES="
@@ -72,7 +73,8 @@ INSTALL()
fixPkgconfig

packageEntries devel \
"$developDir"
"$developDir" \
"$libDir"/cmake
}

TEST()