diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index d27cbab9eaa1..705b9ad61276 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fspclient -PORTVERSION= 0.93.0 +PORTVERSION= 0.93.1 CATEGORIES= net MASTER_SITES= SF diff --git a/net/fspclient/distinfo b/net/fspclient/distinfo index 7ae665db6c3d..c25820045a47 100644 --- a/net/fspclient/distinfo +++ b/net/fspclient/distinfo @@ -1,2 +1,3 @@ -SHA256 (fspclient-0.93.0.tar.bz2) = eecca9a827397cb759a0fac8be7217344e67bbcc28e35d73e7620a35502299ec -SIZE (fspclient-0.93.0.tar.bz2) = 69179 +TIMESTAMP = 1565982519 +SHA256 (fspclient-0.93.1.tar.bz2) = a419870f43eef1d8ab059379e0baddeb6bcc5c8acd26561939fea9be51e75487 +SIZE (fspclient-0.93.1.tar.bz2) = 69325 diff --git a/net/fspclient/files/patch-bsd-print.c b/net/fspclient/files/patch-bsd-print.c deleted file mode 100644 index 31b402b24d3d..000000000000 --- a/net/fspclient/files/patch-bsd-print.c +++ /dev/null @@ -1,15 +0,0 @@ ---- bsd/print.c.orig 2009-09-15 13:34:20.000000000 -0700 -+++ bsd/print.c 2011-12-06 13:16:42.300321971 -0800 -@@ -27,7 +27,12 @@ - #include "client.h" - #include - #include -+#include -+#if defined(__FreeBSD_version) && __FreeBSD_version > 900007 -+#include -+#else - #include -+#endif - #include - #include "ls.h" - diff --git a/net/fspclient/files/patch-client__local__SConscript b/net/fspclient/files/patch-client__local__SConscript deleted file mode 100644 index dde24498ab00..000000000000 --- a/net/fspclient/files/patch-client__local__SConscript +++ /dev/null @@ -1,10 +0,0 @@ ---- client/local/SConscript.orig 2009-09-15 13:34:20.000000000 -0700 -+++ client/local/SConscript 2016-04-14 23:12:32.843629000 -0700 -@@ -10,6 +10,7 @@ - - curdir=Dir('.').srcnode().path - env.Command('table.h',sources,'cd %s;../maketable l' % curdir) -+env.Ignore('table.h','table.h') - - local=env.StaticLibrary(target = 'local', source = sources) - env.Export("local") diff --git a/net/fspclient/files/patch-client__remote__SConscript b/net/fspclient/files/patch-client__remote__SConscript deleted file mode 100644 index d32947e61cc7..000000000000 --- a/net/fspclient/files/patch-client__remote__SConscript +++ /dev/null @@ -1,9 +0,0 @@ ---- client/remote/SConscript.orig 2009-09-15 13:34:20.000000000 -0700 -+++ client/remote/SConscript 2016-04-14 23:12:46.139184000 -0700 -@@ -9,5 +9,6 @@ - - curdir=Dir('.').srcnode().path - env.Command('table.h',sources,'cd %s;../maketable r' % curdir) -+env.Ignore('table.h','table.h') - - env.Export("remote")