aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-08-16 19:44:18 +0000
committerCy Schubert <cy@FreeBSD.org>2019-08-16 19:44:18 +0000
commit97bd028deba895e246deba52a532cca5053f96a0 (patch)
tree05d3cab01d511d889659482e9d08b96fbe1a1cb6 /net/fspclient
parent96ef3042c533cf990bf691f791a850f505a829e3 (diff)
downloadports-97bd028deba895e246deba52a532cca5053f96a0.tar.gz
ports-97bd028deba895e246deba52a532cca5053f96a0.zip
Update 0.93.0 --> 0.93.1
PR: 239912 Submitted by: hsn@sendmail.cz
Notes
Notes: svn path=/head/; revision=509119
Diffstat (limited to 'net/fspclient')
-rw-r--r--net/fspclient/Makefile2
-rw-r--r--net/fspclient/distinfo5
-rw-r--r--net/fspclient/files/patch-bsd-print.c15
-rw-r--r--net/fspclient/files/patch-client__local__SConscript10
-rw-r--r--net/fspclient/files/patch-client__remote__SConscript9
5 files changed, 4 insertions, 37 deletions
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 <grp.h>
- #include <pwd.h>
-+#include <sys/param.h>
-+#if defined(__FreeBSD_version) && __FreeBSD_version > 900007
-+#include <utmpx.h>
-+#else
- #include <utmp.h>
-+#endif
- #include <time.h>
- #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")