1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Update 0.93.0 --> 0.93.1

PR:		239912
Submitted by:	hsn@sendmail.cz
This commit is contained in:
Cy Schubert 2019-08-16 19:44:18 +00:00
parent 96ef3042c5
commit 97bd028deb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509119
5 changed files with 4 additions and 37 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fspclient
PORTVERSION= 0.93.0
PORTVERSION= 0.93.1
CATEGORIES= net
MASTER_SITES= SF

View File

@ -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

View File

@ -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"

View File

@ -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")

View File

@ -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")