update to v1.1.3

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@12067 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2005-04-28 21:18:53 +00:00
parent 2cbe2474f2
commit de293ed5a0
3 changed files with 3 additions and 27 deletions
+3 -4
View File
@@ -1,8 +1,8 @@
# $Id: Portfile,v 1.7 2005/04/04 05:20:27 jkh Exp $
# $Id: Portfile,v 1.8 2005/04/28 21:18:52 mww Exp $
PortSystem 1.0
name fugu
version 1.1.2
version 1.1.3
categories aqua
maintainers rshaw@opendarwin.org
description A Mac OS X SFTP, SCP and SSH Frontend.
@@ -16,8 +16,7 @@ platforms darwin
homepage http://rsug.itd.umich.edu/software/fugu
master_sites ${homepage}/files/
extract.suffix .tgz
checksums md5 0862e1ea72935108115cf86903c06f92
patchfiles patch-SSHTunnel.m patch-project.pbxproj
checksums md5 a0b1b2dd7b95f528282d9bed06c903ae
use_configure no
-10
View File
@@ -1,10 +0,0 @@
--- SSHTunnel.m.orig 2005-04-03 22:08:13.000000000 -0700
+++ SSHTunnel.m 2005-04-03 22:09:12.000000000 -0700
@@ -9,6 +9,7 @@
#include <netdb.h>
#include <unistd.h>
+#include <sys/param.h>
#include "keychain.h"
extern int mfd;
-13
View File
@@ -1,13 +0,0 @@
--- Fugu.pbproj/project.pbxproj.orig 2005-04-03 22:01:22.000000000 -0700
+++ Fugu.pbproj/project.pbxproj 2005-04-03 22:04:57.000000000 -0700
@@ -642,8 +642,8 @@
0968302F07C5528A00210847,
);
buildSettings = {
- CC = "/usr/bin/gcc-3.3";
- CPLUSPLUS = "/usr/bin/g++-3.3";
+ CC = "/usr/bin/gcc";
+ CPLUSPLUS = "/usr/bin/g++";
FRAMEWORK_SEARCH_PATHS = "";
GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = "";