diff options
author | obrien <obrien@FreeBSD.org> | 1999-02-18 17:26:53 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-02-18 17:26:53 +0800 |
commit | 477a7923cdee60fd1db687944d7764aceede2819 (patch) | |
tree | f4d8d6e3d46cfcd8b4dc7dfbb7435d36e465e1f6 /ftp/ncftp3 | |
parent | 513fead0c15fa6bc1439a0ff603c20d3bbe7c6d2 (diff) | |
download | freebsd-ports-gnome-477a7923cdee60fd1db687944d7764aceede2819.tar.gz freebsd-ports-gnome-477a7923cdee60fd1db687944d7764aceede2819.tar.zst freebsd-ports-gnome-477a7923cdee60fd1db687944d7764aceede2819.zip |
upgrade to 3.0b17
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r-- | ftp/ncftp3/Makefile | 6 | ||||
-rw-r--r-- | ftp/ncftp3/distinfo | 2 | ||||
-rw-r--r-- | ftp/ncftp3/files/patch-af | 14 |
3 files changed, 11 insertions, 11 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index e98d6aebc9a5..98327698d73b 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -4,11 +4,11 @@ # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.61 1998/11/14 09:43:27 asami Exp $ +# $Id: Makefile,v 1.62 1998/12/08 20:25:18 obrien Exp $ # -DISTNAME= ncftp-3.0beta16-src -PKGNAME= ncftp-3.0b16 +DISTNAME= ncftp-3.0beta17-src +PKGNAME= ncftp-3.0b17 CATEGORIES= net MASTER_SITES= ftp://ftp.ncftp.com/ncftp/3.0BETA/ diff --git a/ftp/ncftp3/distinfo b/ftp/ncftp3/distinfo index b1ce6d6a9ab7..9744537b5f57 100644 --- a/ftp/ncftp3/distinfo +++ b/ftp/ncftp3/distinfo @@ -1 +1 @@ -MD5 (ncftp-3.0beta16-src.tar.gz) = 8afa87526ca456962b6b0b0e8f730498 +MD5 (ncftp-3.0beta17-src.tar.gz) = 8cd600075ba997eb3bbd1c0d3643d101 diff --git a/ftp/ncftp3/files/patch-af b/ftp/ncftp3/files/patch-af index e1789260866b..46148f5a6e76 100644 --- a/ftp/ncftp3/files/patch-af +++ b/ftp/ncftp3/files/patch-af @@ -1,11 +1,11 @@ ---- Strn/Makefile.orig Tue Nov 11 04:28:01 1997 -+++ Strn/Makefile Sat Sep 26 19:47:28 1998 +--- Strn/Makefile.orig Mon Feb 8 18:10:17 1999 ++++ Strn/Makefile Thu Feb 18 01:23:16 1999 @@ -42,7 +42,7 @@ $(LIBSO): $(SOBJS) - /bin/rm -f $(LIBSO) -- gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS) -+ $(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q` - /bin/ln -s $(LIBSO) $(LIBSOS) - -@/bin/ls -l $(LIBSOS) $(LIBSO) + /bin/rm -f "$(LIBSO)" +- gcc -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS) ++ $(CC) -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS) + /bin/ln -s "$(LIBSO)" "$(LIBSOS)" + -@/bin/ls -l "$(LIBSOS)" "$(LIBSO)" |