diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-06-16 07:37:45 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-06-16 07:37:45 +0000 |
commit | 3083a79c6d9da89bac72acaababcf1c8158e23f8 (patch) | |
tree | 529851ff633a8179739c1e94eeec4aa76038d41d | |
parent | 78e001c70463e710841a1dcb0f9be68a858bdeb2 (diff) | |
download | pkgsrc-3083a79c6d9da89bac72acaababcf1c8158e23f8.tar.gz |
Update to 3.2.5
Changelog:
3.2.5, 2011-01-01
+ Fixed a problem on Mac OS X Snow Leopard for universal binary support.
+ ncftpls now prefers that you omit the leading dash when you use the -x
option. For example, if you wanted to try "ls -lrt", then try doing
"ncftpls -x lrt" rather than "ncftpls -x -lrt".
+ If a server's MLSx output returns both the "UNIX.mode" and the "perm"
parameters, UNIX.mode will take precedence (Thanks, Jay Kulpinski).
+ confirm-close is now off by default.
-rw-r--r-- | net/ncftp3/Makefile | 6 | ||||
-rw-r--r-- | net/ncftp3/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/ncftp3/Makefile b/net/ncftp3/Makefile index 0c902ebe3ea..7cf733ebf90 100644 --- a/net/ncftp3/Makefile +++ b/net/ncftp3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2012/10/23 17:18:40 asau Exp $ +# $NetBSD: Makefile,v 1.25 2013/06/16 07:37:45 ryoon Exp $ -DISTNAME= ncftp-3.2.4-src -PKGNAME= ncftp3-3.2.4 +DISTNAME= ncftp-3.2.5-src +PKGNAME= ${DISTNAME:S/ncftp/ncftp3/:S/-src//} CATEGORIES= net MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ diff --git a/net/ncftp3/distinfo b/net/ncftp3/distinfo index d2e9b284d9f..df3ae9e93aa 100644 --- a/net/ncftp3/distinfo +++ b/net/ncftp3/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2010/04/18 12:22:40 zafer Exp $ +$NetBSD: distinfo,v 1.11 2013/06/16 07:37:45 ryoon Exp $ -SHA1 (ncftp-3.2.4-src.tar.gz) = 4bb4b80a7e93f21a6be6da1a8c254717a911ec28 -RMD160 (ncftp-3.2.4-src.tar.gz) = 9902b2d8591d96ef72f5ebc73d991d2f10f2ce15 -Size (ncftp-3.2.4-src.tar.gz) = 584376 bytes +SHA1 (ncftp-3.2.5-src.tar.gz) = b1aafd9291e29c336fcad07ae212fe1b5b2a1c58 +RMD160 (ncftp-3.2.5-src.tar.gz) = 8768d7c942d71330ccf6619bea112435c93f2437 +Size (ncftp-3.2.5-src.tar.gz) = 588625 bytes SHA1 (patch-aa) = bc19e2b7752aca0d00f9e483e0aa547bb1186716 SHA1 (patch-ab) = 40ad90f10cb639d26587ddaea0f5e4201ce4f15e |