[31957] trunk/dports/games/nethack/Portfile

jmpp at macports.org jmpp at macports.org
Wed Dec 12 10:20:17 PST 2007


Revision: 31957
          http://trac.macosforge.org/projects/macports/changeset/31957
Author:   jmpp at macports.org
Date:     2007-12-12 10:20:15 -0800 (Wed, 12 Dec 2007)

Log Message:
-----------

Charlie is no longer with us, so I'm feeling bold enough to commit to this Portfile!

Move the menucolors variant to the end so that it is the last one for which its patchfile is fetched.
mirrors are lists tried in sequence, so if variant foo adds an entry, http://foo.com, for a file that's
only existent in it, all prior entries in the mirrors list are also tried for the file, naturally failing
the fetch. Good base enhancement there!

Also comment out the other variants, for which I updated their mirror sites but patchfiles are failing to checksum.
I do not have the necessary acquaintance with them to validate them, though.

Modified Paths:
--------------
    trunk/dports/games/nethack/Portfile

Modified: trunk/dports/games/nethack/Portfile
===================================================================
--- trunk/dports/games/nethack/Portfile	2007-12-12 17:54:29 UTC (rev 31956)
+++ trunk/dports/games/nethack/Portfile	2007-12-12 18:20:15 UTC (rev 31957)
@@ -69,26 +69,26 @@
                 patch-include__config.h
 }               
 
+#variant paranoid {
+#        patch_sites-append http://www.netsonic.fi/~walker/nh/
+#        patchfiles-append paranoid-343.diff
+#        checksums-append paranoid-343.diff md5 ade00f9cb51f1b0140557d329d56844c
+#}
+
+#variant deathexplore {
+#        patch_sites-append http://www.netsonic.fi/~walker/nh/
+#        patchfiles-append dthexp-343.diff
+#        checksums-append dthexp-343.diff md5 ade00f9cb51f1b0140557d329d56844c
+#}
+
+#variant sortloot {
+#        patch_sites-append http://www.netsonic.fi/~walker/nh/
+#        patchfiles-append sortloot-343.diff
+#        checksums-append sortloot-343.diff md5 ade00f9cb51f1b0140557d329d56844c
+#}
+
 variant menucolors {
         patch_sites-append http://bilious.homelinux.org/~paxed/nethack/
         patchfiles-append nh343-menucolor.diff
         checksums-append nh343-menucolor.diff md5 ade00f9cb51f1b0140557d329d56844c
 }
-
-variant paranoid {
-        patch_sites-append http://www.iki.fi/jslahti/nethack.html
-        patchfiles-append paranoid-343.diff
-        checksums-append paranoid-343.diff md5 ade00f9cb51f1b0140557d329d56844c
-}
-
-variant deathexplore {
-        patch_sites-append http://www.iki.fi/jslahti/nethack.html
-        patchfiles-append dthexp-343.diff
-        checksums-append dthexp-343.diff md5 ade00f9cb51f1b0140557d329d56844c
-}
-
-variant sortloot {
-        patch_sites-append http://www.iki.fi/jslahti/nethack.html
-        patchfiles-append sortloot-343.diff
-        checksums-append sortloot-343.diff md5 ade00f9cb51f1b0140557d329d56844c
-}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071212/77d3da2a/attachment-0001.html


More information about the macports-changes mailing list