[74897] trunk/dports/net/openconnect/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 5 23:02:24 PST 2011


Revision: 74897
          http://trac.macports.org/changeset/74897
Author:   ryandesign at macports.org
Date:     2011-01-05 23:02:17 -0800 (Wed, 05 Jan 2011)
Log Message:
-----------
openconnect: update to 2.26 and install doc files; see #27809

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

Modified: trunk/dports/net/openconnect/Portfile
===================================================================
--- trunk/dports/net/openconnect/Portfile	2011-01-06 06:41:25 UTC (rev 74896)
+++ trunk/dports/net/openconnect/Portfile	2011-01-06 07:02:17 UTC (rev 74897)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                openconnect
-version             2.25
-revision        1
+version             2.26
 categories          net
 platforms           macosx
 maintainers         gmail.com:Mathias.Laurin+macports openmaintainer
@@ -26,8 +25,8 @@
 
 master_sites        ftp://ftp.infradead.org/pub/openconnect/
 
-checksums           sha1    d819ae60d14dfc16854957d4f04451e9505c4207 \
-                    rmd160  83012d0463fc2253e3704404f54b3f628373c4b3
+checksums           sha1    190b7c74e76d898eb907d63e85a7bb15ee665654 \
+                    rmd160  7a075e73950666b3c955ef8c6d7f91a116c7c967
 
 patchfiles          patch-Makefile.diff
 post-patch {
@@ -41,5 +40,17 @@
 
 destroot.destdir    DESTDIR=${destroot}${prefix}
 
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        COPYING.LGPL \
+        README.DTLS \
+        README.SecurID \
+        TODO \
+        ${docdir}
+}
+
 livecheck.url       ${homepage}index.html
 livecheck.regex     OpenConnect v(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110105/1aa8f79c/attachment.html>


More information about the macports-changes mailing list