View | Details | Raw Unified | Return to bug 84072
Collapse All | Expand All

(-)net/fspclient/Makefile (-5 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	fspclient
8
PORTNAME=	fspclient
9
PORTVERSION=	0.90.0
9
PORTVERSION=	0.91.0
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 14-26 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A ftp-like client for the FSP service
15
COMMENT=	A ftp-like client for the FSP service
16
16
17
GNU_CONFIGURE=	yes
18
USE_GETOPT_LONG=	yes
19
USE_BZIP2=	yes
17
USE_BZIP2=	yes
20
18
USE_REINPLACE=	yes
21
CFLAGS+=	-I${LOCALBASE}/include
19
GNU_CONFIGURE=	yes
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
21
23
MAN1=		fsp.1
22
MAN1=		fsp.1
24
PLIST_FILES=	bin/fsp
23
PLIST_FILES=	bin/fsp
24
25
post-patch:
26
	@${REINPLACE_CMD} -e 's|<getopt\.h>|<unistd.h>|g' ${WRKSRC}/bsd/ls.c
25
27
26
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)net/fspclient/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (fspclient-0.90.0.tar.bz2) = 554cec4b3a409415e307ba7f3eed857a
1
MD5 (fspclient-0.91.0.tar.bz2) = 58d196e1e8e4656be15d2ad7fb8bbf7d
2
SIZE (fspclient-0.90.0.tar.bz2) = 132864
2
SIZE (fspclient-0.91.0.tar.bz2) = 132758

Return to bug 84072