aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-07-26 08:12:20 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-07-26 08:12:20 +0000
commit4e675f9e7e395ffabc80479570fc9a5bbf7ac479 (patch)
treec1ebc2fff6700931d5092c1adf4fa12b20121a64 /net/fspclient
parent055a8d8b7912543829a5101006b4ad69d305f4c0 (diff)
downloadports-4e675f9e7e395ffabc80479570fc9a5bbf7ac479.tar.gz
ports-4e675f9e7e395ffabc80479570fc9a5bbf7ac479.zip
- Update to 0.91.0
PR: ports/84072 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=140132
Diffstat (limited to 'net/fspclient')
-rw-r--r--net/fspclient/Makefile12
-rw-r--r--net/fspclient/distinfo4
2 files changed, 9 insertions, 7 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile
index 14cf52bcafb8..000bf03b7062 100644
--- a/net/fspclient/Makefile
+++ b/net/fspclient/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fspclient
-PORTVERSION= 0.90.0
+PORTVERSION= 0.91.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,13 +14,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A ftp-like client for the FSP service
-GNU_CONFIGURE= yes
-USE_GETOPT_LONG= yes
USE_BZIP2= yes
-
-CFLAGS+= -I${LOCALBASE}/include
+USE_REINPLACE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= fsp.1
PLIST_FILES= bin/fsp
+post-patch:
+ @${REINPLACE_CMD} -e 's|<getopt\.h>|<unistd.h>|g' ${WRKSRC}/bsd/ls.c
+
.include <bsd.port.mk>
diff --git a/net/fspclient/distinfo b/net/fspclient/distinfo
index 6ddf5f7122d6..3eeee77281b8 100644
--- a/net/fspclient/distinfo
+++ b/net/fspclient/distinfo
@@ -1,2 +1,2 @@
-MD5 (fspclient-0.90.0.tar.bz2) = 554cec4b3a409415e307ba7f3eed857a
-SIZE (fspclient-0.90.0.tar.bz2) = 132864
+MD5 (fspclient-0.91.0.tar.bz2) = 58d196e1e8e4656be15d2ad7fb8bbf7d
+SIZE (fspclient-0.91.0.tar.bz2) = 132758