aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authormartymac <martymac@FreeBSD.org>2017-09-26 23:29:22 +0800
committermartymac <martymac@FreeBSD.org>2017-09-26 23:29:22 +0800
commita763afa31ad74339a826e32cca3e0bfab371daec (patch)
treeee1f1be3d3b71a4d356bcc9dd7c7cf660868dbf7 /ftp
parent101084dcea087cf550686bf5fece27a439160c60 (diff)
downloadfreebsd-ports-gnome-a763afa31ad74339a826e32cca3e0bfab371daec.tar.gz
freebsd-ports-gnome-a763afa31ad74339a826e32cca3e0bfab371daec.tar.zst
freebsd-ports-gnome-a763afa31ad74339a826e32cca3e0bfab371daec.zip
Update to 4.8.2
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile2
-rw-r--r--ftp/lftp/distinfo6
-rw-r--r--ftp/lftp/files/patch-src-PollVec.cc15
3 files changed, 4 insertions, 19 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index fada04ec8a06..6ce623604e5f 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lftp
-PORTVERSION= 4.8.1
+PORTVERSION= 4.8.2
CATEGORIES= ftp ipv6
MASTER_SITES= http://lftp.tech/ftp/ \
http://lftp.tech/ftp/old/ \
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index a11556d4772c..7a51fa10a209 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505324333
-SHA256 (lftp-4.8.1.tar.gz) = 6117866215cd889dab30ff73292cd1d35fe0e12a9af5cd76d093500d07ab65a3
-SIZE (lftp-4.8.1.tar.gz) = 2825304
+TIMESTAMP = 1506421908
+SHA256 (lftp-4.8.2.tar.gz) = 9b21261faaa05d4fd235589cc21e2e45fc14c9314d7b4bb1f1aec44ea39eb3ee
+SIZE (lftp-4.8.2.tar.gz) = 2824498
diff --git a/ftp/lftp/files/patch-src-PollVec.cc b/ftp/lftp/files/patch-src-PollVec.cc
deleted file mode 100644
index 867af39ab487..000000000000
--- a/ftp/lftp/files/patch-src-PollVec.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix build on i386 [1]
-
-[1] https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20170911/539371.html
-
---- ./src/PollVec.cc.orig 2017-09-16 22:29:12.266876000 +0200
-+++ ./src/PollVec.cc 2017-09-16 22:31:49.303761000 +0200
-@@ -30,7 +30,7 @@
-
- void PollVec::AddTimeoutU(unsigned t)
- {
-- struct timeval new_timeout={t/1000000,t%1000000};
-+ struct timeval new_timeout={static_cast<time_t>(t/1000000),static_cast<suseconds_t>(t%1000000)};
- if(tv_timeout.tv_sec<0 || new_timeout<tv_timeout)
- SetTimeout(new_timeout);
- }
0a35a6fbdb2c29139b0baaa2bfa'>Fixed VM & Tests w/ conversionobscuren2015-03-172-8/+2 * | Merge branch 'develop' into conversionobscuren2015-03-17121-960/+12698 |\| | * Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into developobscuren2015-03-17121-960/+12698 * | fixed toobscuren2015-03-172-50/+65 * | updated blockpoolobscuren2015-03-171-14/+41 |/ * Moved ethutil => commonobscuren2015-03-164-39/+39 * mergeobscuren2015-03-151-0/+240 |\ | * tests: add helper functions for block testsFelix Lange2015-03-141-0/+240 * | Changed context and ADDMOD, MULMODobscuren2015-03-131-1/+1 * | Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into developobscuren2015-03-1314-0/+1003 * | Removed some of that gas pre pay magicobscuren2015-03-131-2/+1 * | Merge commit '3ff7a627d1921be0aeacdd8eb2853ba4537487eb' into developobscuren2015-03-131-0/+71 * | run all testobscuren2015-03-131-6/+0 * | fixed ethtestobscuren2015-03-131-0/+6 * | Merge commit '412e8b0e377bd89fc8fc858bd09c89deee805c1e' into developobscuren2015-03-1316-3/+932 |/ * Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into developobscuren2015-03-1223-421/+2568256 * Merge branch origin/develop into accounts-integrationFelix Lange2015-03-111-7/+0 |\ | * reworked stackobscuren2015-03-101-6/+0 | * wipobscuren2015-03-101-7/+6 * | cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig callsFelix Lange2015-03-101-3/+0 |/ * Merge commit '3deb470b2d07d28040a381722022cdf8867a829a' into poc-9obscuren2015-03-096-1080/+1890 * Updated tests and fixed suicideobscuren2015-03-091-0/+8 * Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9obscuren2015-03-0911-1893/+1150 * Merge commit 'e2c75b0fa17394553b93fe7ddd62c0f6a6441119' into poc-9obscuren2015-03-083-4/+723 * Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9obscuren2015-03-0635-3914/+18363 * mergeobscuren2015-03-061-4/+0 |\ | * Fix VM tests not checkedPaweł Bylica2015-03-051-4/+0 * | GasLimit check updatedobscuren2015-03-041-0/+5 * | Fixed error for invalid transactionobscuren2015-03-032-5/+5 * | Merge commit 'a6e04ab05150d1b5aa4adb297f3e5146b1559b02' into poc-9obscuren2015-03-0313-135/+378 * | Merge commit '42a210b571b9358df16da148d9724c2ef9abbca5' into poc-9obscuren2015-03-0312-289/+457 * | Merge commit 'd9d40888ce9498b25925ccbf1447b1f62597aa2f' into poc-9obscuren2015-03-0312-459/+291 * | Merge commit '0867e4fae96c0b0d234f1710119a129f8b0d96f7' into poc-9obscuren2015-03-0314-330/+312 * | Updated gast costsobscuren2015-03-031-3/+11 * | Merge commit '4659b51b50394c596f0548eb53390c80ba96e392' into poc-9obscuren2015-03-0311-8233/+168 * | wupobscuren2015-03-031-7/+10 * | Merge commit 'b7ec9fbb0e49e345a8a2566226a76d50b48266a7' into poc-9obscuren2015-03-037-89/+273 * | Delet => Deleteobscuren2015-03-031-8/+15 * | Fixed test helperobscuren2015-03-032-4/+4 * | Redone rlpobscuren2015-03-031-1/+1 * | Merge commit 'd0354b844028220b31f55c2cdbe9d4cc546d4b52' into poc-9obscuren2015-03-0320-552/+5276 * | quad memobscuren2015-03-032-7/+26 * | Merge commit '41c9dc973d2dc8614db6c1e3dbb2ec5564935368' into poc-9obscuren2015-03-039-150/+150 * | updated testsobscuren2015-03-031-13/+25 * | Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6'obscuren2015-03-0274-0/+46739 * | removed testsobscuren2015-03-02