From 1c1aaf40a32cc5ba24880bce01bd696152380995 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Mon, 17 May 1999 19:52:14 +0000 Subject: Update to 2.0.1 Submitted by: Chris Piazza cpiazza@home.net PR Number: 11726 --- ftp/gftp/Makefile | 16 ++++++++++------ ftp/gftp/distinfo | 2 +- ftp/gftp/files/patch-ab | 16 ++++++++-------- ftp/gftp/pkg-plist | 3 +-- 4 files changed, 20 insertions(+), 17 deletions(-) (limited to 'ftp') diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 216ba6b57eb7..5f4bf92a4fda 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gftp -# Version required: 1.13 +# Version required: 2.0.1 # Date Created: 21 Feb 1999 # Whom: Damjan Marion # -# $Id: Makefile,v 1.1.1.1 1999/04/03 01:38:52 steve Exp $ +# $Id: Makefile,v 1.2 1999/04/27 00:37:35 taoka Exp $ # -DISTNAME= gftp-1.13 +DISTNAME= gftp-2.0.1 CATEGORIES= net MASTER_SITES= http://www.newwave.net/~masneyb/ @@ -17,10 +17,14 @@ LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_AUTOCONF= yes USE_X_PREFIX= yes -post-install: - strip ${PREFIX}/bin/gftp - pre-install: find ${WRKSRC} -name \*.orig -exec ${RM} -f \{} \; +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gftp ${PREFIX}/bin + @${MKDIR} ${PREFIX}/share/gftp +.for i in sample.gftp/* + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/gftp +.endfor + .include diff --git a/ftp/gftp/distinfo b/ftp/gftp/distinfo index f4024df9f494..193cddcbe523 100644 --- a/ftp/gftp/distinfo +++ b/ftp/gftp/distinfo @@ -1 +1 @@ -MD5 (gftp-1.13.tar.gz) = c4fd2c2b21f5efeccf4ba2befb4fa564 +MD5 (gftp-2.0.1.tar.gz) = 66bbc2567cb0c94f6f80aa518656b26d diff --git a/ftp/gftp/files/patch-ab b/ftp/gftp/files/patch-ab index d0eb7cce4936..1c2c674228e9 100644 --- a/ftp/gftp/files/patch-ab +++ b/ftp/gftp/files/patch-ab @@ -1,11 +1,11 @@ ---- Makefile.in.orig Fri Apr 2 13:21:58 1999 -+++ Makefile.in Fri Apr 2 13:22:07 1999 -@@ -8,7 +8,7 @@ +--- Makefile.in.orig Sat May 15 10:56:01 1999 ++++ Makefile.in Sat May 15 13:26:17 1999 +@@ -6,7 +6,7 @@ + SHARE_DIR=$(PREFIX)/share/gftp + INSTALL=@INSTALL@ MACHINE=`uname -m`-`uname -p`-`uname -s` - # Add -DDEBUG to the CFLAGS line below if you want gFTP to print some extra - # information to stdout --CFLAGS=@CFLAGS@ -D_POSIX_SOURCE -D_REENTRANT -Wall -ansi -DSHARE_DIR=\"$(SHARE_DIR)\" -+CFLAGS=@CFLAGS@ -pthread -Wall -ansi -DSHARE_DIR=\"$(SHARE_DIR)\" +-CFLAGS=@CFLAGS@ -Wall -D_REENTRANT -DSHARE_DIR=\"$(SHARE_DIR)\" ++CFLAGS=@CFLAGS@ -pthread -DSHARE_DIR=\"$(SHARE_DIR)\" LIBS=@LIBS@ EXE=gftp - OBJS=cache.o chmod_dialog.o config_file.o connect_dialog.o delete_dialog.o \ + OBJS=bookmarks.o cache.o chmod_dialog.o config_file.o \ diff --git a/ftp/gftp/pkg-plist b/ftp/gftp/pkg-plist index 93757ffd67b2..d2d629806cf6 100644 --- a/ftp/gftp/pkg-plist +++ b/ftp/gftp/pkg-plist @@ -5,14 +5,13 @@ share/gftp/diff.xpm share/gftp/dir.xpm share/gftp/doc.xpm share/gftp/dotdot.xpm -share/gftp/down.xpm share/gftp/exe.xpm share/gftp/gftp-logo.xpm share/gftp/gftprc share/gftp/linkdir.xpm share/gftp/linkfile.xpm share/gftp/man.xpm +share/gftp/open_dir.xpm share/gftp/tar.xpm share/gftp/txt.xpm -share/gftp/up.xpm @dirrm share/gftp -- cgit v1.2.3