Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b526bddd6605f6c3768ffdb85b0991c3afdeaf18

commit b526bddd6605f6c3768ffdb85b0991c3afdeaf18
Author: crazy <[EMAIL PROTECTED]>
Date:   Sat Nov 22 23:05:57 2008 +0100

aria2-1.0.0-1-x86_64
* Version bump

diff --git a/source/network-extra/aria2/FrugalBuild 
b/source/network-extra/aria2/FrugalBuild
index 7be39ce..c4bb285 100644
--- a/source/network-extra/aria2/FrugalBuild
+++ b/source/network-extra/aria2/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=aria2
_F_archive_name="${pkgname}c"
-pkgver=0.16.0
+pkgver=1.0.0
pkgrel=1
pkgdesc="aria2 is an utility for downloading files."
depends=('openssl' 'libstdc++' 'cppunit' 'c-ares>=1.5.1')
@@ -16,9 +16,7 @@ _F_sourceforge_dirname="$pkgname"
_F_sourceforge_realname="$pkgname"
_F_sourceforge_ext=".tar.bz2"
Finclude sourceforge
-source=($source compile-fix.patch)
-sha1sums=('c2b2c3154b992cc1f3a8ebf56e48fc11ff3c47e0' \
-          '8cabfbe8028b3d32d244ac05a0470edc1295b777')
+sha1sums=('982eb7cfada8dbc9e43e48072fb581eddfc1d722')

build()
{
diff --git a/source/network-extra/aria2/compile-fix.patch 
b/source/network-extra/aria2/compile-fix.patch
deleted file mode 100644
index 5457690..0000000
--- a/source/network-extra/aria2/compile-fix.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Index: src/ActivePeerConnectionCommand.h
-===================================================================
---- src/ActivePeerConnectionCommand.h  (revision 770)
-+++ src/ActivePeerConnectionCommand.h  (revision 772)
-@@ -55,7 +55,7 @@
-   Time checkPoint;
-   unsigned int _thresholdSpeed; // UNIT: byte/sec
-   unsigned int _maxUploadSpeedLimit;
--  size_t _numNewConnection; // the number of the connection to establish.
-+  unsigned int _numNewConnection; // the number of the connection to 
establish.
- public:
-   ActivePeerConnectionCommand(int cuid,
-                             RequestGroup* requestGroup,
-Index: src/ActivePeerConnectionCommand.cc
-===================================================================
---- src/ActivePeerConnectionCommand.cc (revision 770)
-+++ src/ActivePeerConnectionCommand.cc (revision 772)
-@@ -89,11 +89,11 @@
-        (!pieceStorage->downloadFinished() &&
-       (tstat.getDownloadSpeed() < _thresholdSpeed ||
-        btRuntime->lessThanMinPeers()))) {
--      size_t numConnection = pieceStorage->downloadFinished() ?
-+      unsigned int numConnection = pieceStorage->downloadFinished() ?
-       std::min(_numNewConnection,
-                BtRuntime::MAX_PEERS-btRuntime->getConnections()) :
-       _numNewConnection;
--      for(size_t numAdd = numConnection;
-+      for(unsigned int numAdd = numConnection;
-         numAdd > 0 && peerStorage->isPeerAvailable(); --numAdd) {
-       PeerHandle peer = peerStorage->getUnusedPeer();
-       connectToPeer(peer);
-
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to