[135134] trunk/dports/games/sl

ionic at macports.org ionic at macports.org
Wed Apr 15 23:17:24 PDT 2015


Revision: 135134
          https://trac.macports.org/changeset/135134
Author:   ionic at macports.org
Date:     2015-04-15 23:17:24 -0700 (Wed, 15 Apr 2015)
Log Message:
-----------
sl: switch to github. Use correct version value. Remove (broken) persistent variant. Drop unneeded patch. Maintainer upload. Fixes: #47469.

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

Removed Paths:
-------------
    trunk/dports/games/sl/files/

Modified: trunk/dports/games/sl/Portfile
===================================================================
--- trunk/dports/games/sl/Portfile	2015-04-16 03:17:04 UTC (rev 135133)
+++ trunk/dports/games/sl/Portfile	2015-04-16 06:17:24 UTC (rev 135134)
@@ -1,33 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                sl
-version             1.0.0
+github.setup        mtoyoda sl 5.02
 categories          games
-license             Permissive
 maintainers         eitanadler.com:lists
+license             Permissive
+
 description         The infamous sl command
 long_description    Corrects you if you type sl instead of ls
-homepage            http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html
+
 platforms           darwin
-master_sites        http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl
 
-checksums           sl.tar \
-                    md5 cc06b159f78f86bfd2d4e0e16330fbae \
-                    sha1 57e18b4333e05be67faff58c42a06fcbc231def9
+checksums           rmd160  6df6fbc6fd14cecb2832725553eafab5714e2f15 \
+                    sha256  44dcba02a9fb0f0f66c8a35423898b3089e5f004ee71442462adb3d8d1639c70
 
-distfiles	    sl.tar
-worksrcdir	    sl
-
 depends_lib         port:ncurses
 
-extract.cmd	    tar
-extract.pre_args    -xf
-extract.post_args   ""
-
-patchfiles          patch-main.diff
-
 use_configure	    no
 
 build {
@@ -41,16 +32,4 @@
     xinstall -m 755 ${worksrcpath}/sl ${destroot}${prefix}/bin/sl
 }
 
-variant persistent description {Add gates and different trains. Even more annoying!} {
-    # Remove this as it's already included in upstream patch
-    patchfiles-delete   patch-main.diff
-
-    patch_sites-append  http://www.izumix.org.uk/sl/
-    patchfiles-append   sl5-1.patch
-    checksums-append    sl5-1.patch \
-                        sha1    4bad34d817f725626c1f1b655d968290ec78a19a \
-                        rmd160  03feef9ec80e127b0aee3b08b15fa605e9b6aad2
-    patch.pre_args      -p1
-}
-
 variant universal {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150415/e400a320/attachment.html>


More information about the macports-changes mailing list