[100429] trunk/dports/net/fspclient/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Dec 11 12:10:26 PST 2012
Revision: 100429
https://trac.macports.org/changeset/100429
Author: ryandesign at macports.org
Date: 2012-12-11 12:10:26 -0800 (Tue, 11 Dec 2012)
Log Message:
-----------
fspclient: update to 0.93.0; now using scons build system; license BSD or MIT; rewrite master_sites to avoid redirects
Modified Paths:
--------------
trunk/dports/net/fspclient/Portfile
Modified: trunk/dports/net/fspclient/Portfile
===================================================================
--- trunk/dports/net/fspclient/Portfile 2012-12-11 19:55:04 UTC (rev 100428)
+++ trunk/dports/net/fspclient/Portfile 2012-12-11 20:10:26 UTC (rev 100429)
@@ -3,26 +3,43 @@
PortSystem 1.0
name fspclient
-version 0.90.0
+version 0.93.0
categories net
platforms darwin
maintainers nomaintainer
+# Quoth the web site: "Source code is copyrighted and uses 2-point BSD-like license which ais also called MIT/X11 License"
+license {BSD MIT}
+
description command line client for the fsp protocol
long_description FSP Client is FTP-like interface for File Service \
Protocol. It look exactly like classic FTP does, but uses \
different transfer protocol.
homepage http://fspclient.sourceforge.net/
-master_sites sourceforge
-checksums md5 5536307a34fcc07d4e3fe1ee3f904bb4
+master_sites sourceforge:project/fspclient/fspclient/${version}
+
+checksums rmd160 e27400dcb293dfb0e5eba8e78b5d33b88f5f7ad8 \
+ sha256 e1e1c8e7f3a88605916d385d5040b31f4ceaa5bb54f4d6331d140d8828255d15
+
+depends_build port:scons
+
patchfiles patch-client_util.c
-configure.args --mandir=${prefix}/share/man
+use_configure no
+variant universal {}
+
+build.cmd ${prefix}/bin/scons
+build.target
+build.args CC="${configure.cc} [get_canonical_archflags cc]"
+eval destroot.args ${build.args}
+build.args-append prefix=${prefix}
+destroot.destdir prefix=${destroot}${prefix}
+
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} doc/FOR.MORE.INFO doc/HISTORY ChangeLog \
- README TODO INSTALL ${destroot}${prefix}/share/doc/${name}
+ README ${destroot}${prefix}/share/doc/${name}
}
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121211/e8fe360d/attachment.html>
More information about the macports-changes
mailing list