diff options
author | sem <sem@FreeBSD.org> | 2005-07-26 16:12:20 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-26 16:12:20 +0800 |
commit | 8f147bc413718f47a7ed2cf6959fcfb08d019795 (patch) | |
tree | fc90a2edcfbb5d4cc1fb61850415e10afae101e8 /net | |
parent | f31d5598af6c8eb740c1e34d9a7206232a144246 (diff) | |
download | freebsd-ports-gnome-8f147bc413718f47a7ed2cf6959fcfb08d019795.tar.gz freebsd-ports-gnome-8f147bc413718f47a7ed2cf6959fcfb08d019795.tar.zst freebsd-ports-gnome-8f147bc413718f47a7ed2cf6959fcfb08d019795.zip |
- Update to 0.91.0
PR: ports/84072
Submitted by: Ports Fury
Diffstat (limited to 'net')
-rw-r--r-- | net/fspclient/Makefile | 12 | ||||
-rw-r--r-- | net/fspclient/distinfo | 4 |
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 |