Skip to content

Commit

Permalink
community/tclx: add rresvport patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fabled committed Feb 15, 2017
1 parent a403ad1 commit 1ab30ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions community/tclx/APKBUILD
Expand Up @@ -2,7 +2,7 @@
# Maintainer: Shannon Noe <snoe925@gmail.com>
pkgname=tclx
pkgver=8.4.1
pkgrel=0
pkgrel=1
pkgdesc="TclX extension to Tcl"
url="http://tclx.sourceforge.net/"
arch="all"
Expand All @@ -11,7 +11,9 @@ depends="tcl"
depends_dev="tcl-dev"
makedepends="tcl-dev"
subpackages="$pkgname-doc $pkgname-dev"
source="http://downloads.sourceforge.net/project/tclx/TclX/$pkgver/$pkgname$pkgver.tar.bz2"
source="http://downloads.sourceforge.net/project/tclx/TclX/$pkgver/$pkgname$pkgver.tar.bz2
rresvport.patch
"

_major=${pkgver%.*}
builddir="$srcdir"/tclx${_major}
Expand Down Expand Up @@ -40,7 +42,5 @@ package() {
make -j1 DESTDIR="${pkgdir}" install || return 1
}

md5sums="ac983708f23cf645c07058148f48440c tclx8.4.1.tar.bz2"
sha256sums="a9b41f606ec6c1268b9c78512e6e1cb533bd9ae3e786e650d111fc16ffe758ec tclx8.4.1.tar.bz2"
sha512sums="faad58f5d8e0e1e759da639800f354b583fb01418c94f2274924aa07beb0ee9559beb87b3386ed5ae3694700a71dfe5b8ac54ead0ec75c6963507e9d3ead7060 tclx8.4.1.tar.bz2"

sha512sums="faad58f5d8e0e1e759da639800f354b583fb01418c94f2274924aa07beb0ee9559beb87b3386ed5ae3694700a71dfe5b8ac54ead0ec75c6963507e9d3ead7060 tclx8.4.1.tar.bz2
ab0c63de8c9fd6c6fca7a0901c876e013cfc76b5032f7b6dce7cad9d747d7baffd3b4b7ae6d24a34bc1c1c78dbd2bd8169eac27f9d7ed468675963e847f6917c rresvport.patch"

0 comments on commit 1ab30ef

Please sign in to comment.