[91903] trunk/dports/aqua/PsyncX/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 12 20:49:23 PDT 2012


Revision: 91903
          https://trac.macports.org/changeset/91903
Author:   ryandesign at macports.org
Date:     2012-04-12 20:49:23 -0700 (Thu, 12 Apr 2012)
Log Message:
-----------
PsyncX: disable livecheck and add notes explaining the software is obsolete

Modified Paths:
--------------
    trunk/dports/aqua/PsyncX/Portfile

Modified: trunk/dports/aqua/PsyncX/Portfile
===================================================================
--- trunk/dports/aqua/PsyncX/Portfile	2012-04-13 03:13:06 UTC (rev 91902)
+++ trunk/dports/aqua/PsyncX/Portfile	2012-04-13 03:49:23 UTC (rev 91903)
@@ -52,6 +52,18 @@
     xinstall -W ${worksrcpath} psyncwriter runpsync ${destroot}${prefix}/bin
 }
 
-livecheck.type      regex
-livecheck.url       http://sourceforge.net/projects/psyncx/files/PsyncX/
-livecheck.regex     {/PsyncX ([0-9.]+)"}
+# "PsyncX is officially unsupported" —http://psyncx.sourceforge.net/
+livecheck.type      none
+
+notes "
+PsyncX is obsolete and is no longer supported or developed by its developer.\
+It is recommended that you use rsync instead.
+"
+
+if {${os.major} >= 10} {
+notes-append "
+
+PsyncX has not been tested on OS X Snow Leopard and above\
+and may not work at all on your OS version.
+"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120412/a084a8ec/attachment.html>


More information about the macports-changes mailing list