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

(-)ftp/cftp/Makefile (-1 / +6 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	cftp
8
PORTNAME=	cftp
9
PORTVERSION=	0.11.2
9
PORTVERSION=	0.12
10
CATEGORIES=	ftp ipv6
10
CATEGORIES=	ftp ipv6
11
MASTER_SITES=	ftp://ftp.giga.or.at/pub/nih/cftp/ \
11
MASTER_SITES=	ftp://ftp.giga.or.at/pub/nih/cftp/ \
12
		ftp://sunsite.univie.ac.at/pub/nih/cftp/
12
		ftp://sunsite.univie.ac.at/pub/nih/cftp/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
15
16
LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
17
16
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--enable-sftp
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
17
22
18
post-install:
23
post-install:
19
.if !defined(NOPORTDOCS)
24
.if !defined(NOPORTDOCS)
(-)ftp/cftp/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (cftp-0.11.2.tar.gz) = 373efae7afa5a0067fb2f616ab3692a3
1
MD5 (cftp-0.12.tar.gz) = e497c2cf060a6906f48ac99f55bedc8a
(-)ftp/cftp/files/patch-aa (-10 lines)
Lines 1-10 Link Here
1
--- util.h.orig	Wed Sep 12 11:00:36 2001
2
+++ util.h	Wed Sep 12 11:00:41 2001
3
@@ -26,7 +26,6 @@
4
 
5
 
6
 char *canonical(char *path, char *current);
7
-char *dirname(char *name);
8
 char *local_exp(char *path);
9
 char *args_to_string(char **args);
10
 char *get_anon_passwd(void);

Return to bug 42903