[103021] trunk/dports/net/tlswrap/Portfile

takeshi at macports.org takeshi at macports.org
Mon Feb 11 21:17:39 PST 2013


Revision: 103021
          https://trac.macports.org/changeset/103021
Author:   takeshi at macports.org
Date:     2013-02-11 21:17:38 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
tlswrap: updated homepage. added license and livecheck.

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

Modified: trunk/dports/net/tlswrap/Portfile
===================================================================
--- trunk/dports/net/tlswrap/Portfile	2013-02-12 04:58:44 UTC (rev 103020)
+++ trunk/dports/net/tlswrap/Portfile	2013-02-12 05:17:38 UTC (rev 103021)
@@ -5,16 +5,18 @@
 
 name                tlswrap
 version             1.04
+revision            1
 categories          net security
 platforms           darwin
 maintainers         nomaintainer
+license             BSD
 description         TLS/SSL FTP wrapper/proxy
 long_description    \
     TLSWrap is a TLS/SSL FTP wrapper/proxy, allowing you to \
     use your favorite FTP client with any TLS/SSL-enabled FTP \
     server.
 
-homepage            http://tlswrap.sunsite.dk/
+homepage            http://www.tlswrap.com/
 master_sites        ${homepage}
 checksums           md5     68a4d937c1e817fa3056751e8902b691 \
                     sha1    094c29902e40c2bf4d09ac65c8506e224d143cd7 \
@@ -25,3 +27,15 @@
 configure.args      --with-ssl=${prefix}
 
 destroot.destdir    prefix=${destroot}${prefix}
+post-destroot {
+    xinstall -d -m 755 ${destroot}${prefix}/share/${name}
+    xinstall -d -m 755 ${destroot}${prefix}/share/${name}/doc
+    foreach f {COPYING ChangeLog README} {
+        copy ${worksrcpath}/${f} ${destroot}${prefix}/share/${name}/doc
+    }
+}
+
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     {TLSWrap v(\d+\.\d+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/2e9343e8/attachment.html>


More information about the macports-changes mailing list