[42227] trunk/dports/net/ncftp/Portfile

ram at macports.org ram at macports.org
Sun Nov 16 18:15:10 PST 2008


Revision: 42227
          http://trac.macports.org/changeset/42227
Author:   ram at macports.org
Date:     2008-11-16 18:15:09 -0800 (Sun, 16 Nov 2008)
Log Message:
-----------
net/ncftp: update to 3.2.2 and fix livecheck

Modified Paths:
--------------
    trunk/dports/net/ncftp/Portfile

Modified: trunk/dports/net/ncftp/Portfile
===================================================================
--- trunk/dports/net/ncftp/Portfile	2008-11-17 02:15:06 UTC (rev 42226)
+++ trunk/dports/net/ncftp/Portfile	2008-11-17 02:15:09 UTC (rev 42227)
@@ -3,7 +3,7 @@
 PortSystem        1.0
 
 name              ncftp
-version           3.2.1
+version           3.2.2
 categories        net
 platforms         darwin
 maintainers       ram openmaintainer
@@ -22,12 +22,14 @@
 worksrcdir        ${name}-${version}
 use_bzip2         yes
 
-checksums         sha1 6c1f19531ade7fbe19174aa48cf5940830ced7f7
+checksums         md5 b2b4b2fd38c81754b8f13895d784d491 \
+                  sha1 2127457f1148ca6847daf40397b8c0237af4902d \
+                  rmd160 c24473c4534891dfa6365e87cf1e42a356b98ebc
 
-patchfiles        patch-configure
-
 depends_lib       port:ncurses
 
+configure.args    --disable-universal
+
 destroot.destdir  mandir=${destroot}${prefix}/share/man \
                   prefix=${destroot}${prefix}
 
@@ -37,6 +39,8 @@
   system "install -d ${destroot}${prefix}/share/man"
 }
 
-livecheck.check   md5
-livecheck.url     ftp://ftp.ncftp.com/${name}/
-livecheck.md5     c7f7a9819dd5bd9007be2e68bc820b40
+universal_variant no
+
+livecheck.check   regex
+livecheck.url     http://www.ncftpd.com/download/
+livecheck.regex   {ncftp/ncftp-(\d+(?:\.\d+)*)-src.tar.bz2}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081116/ee534dbd/attachment.html>


More information about the macports-changes mailing list