diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-15 06:32:59 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-15 06:33:22 +0000 |
commit | 1ab30ef138c7b4200ee7c543bafa9502869799a3 (patch) | |
tree | d64742345e60748146411d5a08962b65d11d7f95 /community/tclx | |
parent | a403ad115ba7f130fa70f81c7f93e1eb442a2abe (diff) | |
download | aports-1ab30ef138c7b4200ee7c543bafa9502869799a3.tar.bz2 aports-1ab30ef138c7b4200ee7c543bafa9502869799a3.tar.xz |
community/tclx: add rresvport patch
Diffstat (limited to 'community/tclx')
-rw-r--r-- | community/tclx/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/tclx/APKBUILD b/community/tclx/APKBUILD index f8ef28b006..1fc30ffa30 100644 --- a/community/tclx/APKBUILD +++ b/community/tclx/APKBUILD @@ -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" @@ -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} @@ -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" |