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

Commits on Oct 12, 2021

  1. twisted: missing newline

    korli authored Oct 12, 2021
    Copy the full SHA
    70dabad View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 dev-python/twisted/twisted-20.3.0.recipe
4 changes: 2 additions & 2 deletions dev-python/twisted/twisted-20.3.0.recipe
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ Twisted-based code."
HOMEPAGE="https://twistedmatrix.com"
COPYRIGHT="2001-2020 Twisted project members"
LICENSE="MIT"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/twisted/twisted/archive/twisted-$portVersion.tar.gz"
CHECKSUM_SHA256="64173c6a561b206bea4193f810ff6f26b549b34e3b581a34eba499669c798427"
SOURCE_DIR="twisted-twisted-$portVersion"
@@ -57,7 +57,7 @@ REQUIRES_$pythonPackage=\"\
zope_interface_$pythonPackage\n\
\""
if [ "$targetArchitecture" = "x86_gcc2" ]; then
eval "PROVIDES_${pythonPackage}+=\"\
eval "PROVIDES_${pythonPackage}+=\"\n\
twisted_$pythonPackage = $portVersion\
\""
fi