diff options
author | ryoon <ryoon> | 2013-06-16 07:37:45 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-06-16 07:37:45 +0000 |
commit | 9f4c5c825e075f8e4931451e1cf3c478ef6c9c1e (patch) | |
tree | 529851ff633a8179739c1e94eeec4aa76038d41d /net | |
parent | 9ce8ccfe184292c1fe367709a9414517aab2c1fc (diff) | |
download | pkgsrc-9f4c5c825e075f8e4931451e1cf3c478ef6c9c1e.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.
Diffstat (limited to 'net')
-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 |