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

toby at macports.org toby at macports.org
Sun Sep 6 23:20:35 PDT 2009


Revision: 57196
          http://trac.macports.org/changeset/57196
Author:   toby at macports.org
Date:     2009-09-06 23:20:30 -0700 (Sun, 06 Sep 2009)
Log Message:
-----------
update to 3.2.3, fix universal build, other misc cleanup

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

Modified: trunk/dports/net/ncftp/Portfile
===================================================================
--- trunk/dports/net/ncftp/Portfile	2009-09-07 05:59:36 UTC (rev 57195)
+++ trunk/dports/net/ncftp/Portfile	2009-09-07 06:20:30 UTC (rev 57196)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            ncftp
-version         3.2.2
+version         3.2.3
 categories      net
 platforms       darwin
 maintainers     toby
@@ -23,25 +23,14 @@
 worksrcdir      ${name}-${version}
 use_bzip2       yes
 
-checksums       md5 b2b4b2fd38c81754b8f13895d784d491 \
-                sha1 2127457f1148ca6847daf40397b8c0237af4902d \
-                rmd160 c24473c4534891dfa6365e87cf1e42a356b98ebc
+checksums       md5 fac4aa169e1734e8d9617afd4a9b51e5 \
+                sha1 7d58ce15662a2aeeb0b564f98c2beea2f6e54a0b \
+                rmd160 e5e074360996502efd6bcaf670280558d8bc0007
 
 depends_lib     port:ncurses
 
-configure.args  --disable-universal
+configure.args  --disable-universal --disable-precomp
 
-destroot.destdir    mandir=${destroot}${prefix}/share/man \
-                    prefix=${destroot}${prefix}
-
-pre-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/bin
-    xinstall -m 755 -d ${destroot}${prefix}/lib
-    xinstall -m 755 -d ${destroot}${prefix}/share/man
-}
-
-universal_variant no
-
 livecheck.type      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/20090906/4ae068d7/attachment.html>


More information about the macports-changes mailing list