Date: Tue, 17 Sep 2002 11:04:23 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/42903: Update port: ftp/cftp to 0.12 Message-ID: <200209171804.g8HI4NN3058167@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 42903 >Category: ports >Synopsis: Update port: ftp/cftp to 0.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 17 11:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.12 >How-To-Repeat: >Fix: diff -urN /usr/ports/ftp/cftp/Makefile ftp/cftp/Makefile --- /usr/ports/ftp/cftp/Makefile Sat Dec 22 20:55:45 2001 +++ ftp/cftp/Makefile Wed Sep 18 02:28:13 2002 @@ -6,14 +6,19 @@ # PORTNAME= cftp -PORTVERSION= 0.11.2 +PORTVERSION= 0.12 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \ ftp://sunsite.univie.ac.at/pub/nih/cftp/ MAINTAINER= ports@FreeBSD.org +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-sftp +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" post-install: .if !defined(NOPORTDOCS) diff -urN /usr/ports/ftp/cftp/distinfo ftp/cftp/distinfo --- /usr/ports/ftp/cftp/distinfo Sat Dec 22 20:55:45 2001 +++ ftp/cftp/distinfo Wed Sep 18 02:24:02 2002 @@ -1 +1 @@ -MD5 (cftp-0.11.2.tar.gz) = 373efae7afa5a0067fb2f616ab3692a3 +MD5 (cftp-0.12.tar.gz) = e497c2cf060a6906f48ac99f55bedc8a diff -urN /usr/ports/ftp/cftp/files/patch-aa ftp/cftp/files/patch-aa --- /usr/ports/ftp/cftp/files/patch-aa Fri Sep 14 13:47:47 2001 +++ ftp/cftp/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- util.h.orig Wed Sep 12 11:00:36 2001 -+++ util.h Wed Sep 12 11:00:41 2001 -@@ -26,7 +26,6 @@ - - - char *canonical(char *path, char *current); --char *dirname(char *name); - char *local_exp(char *path); - char *args_to_string(char **args); - char *get_anon_passwd(void); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209171804.g8HI4NN3058167>