[127772] trunk/dports/sysutils/rmtrash/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Nov 3 12:36:01 PST 2014


Revision: 127772
          https://trac.macports.org/changeset/127772
Author:   ryandesign at macports.org
Date:     2014-11-03 12:36:01 -0800 (Mon, 03 Nov 2014)
Log Message:
-----------
rmtrash: add modeline and adjust whitespace

Modified Paths:
--------------
    trunk/dports/sysutils/rmtrash/Portfile

Modified: trunk/dports/sysutils/rmtrash/Portfile
===================================================================
--- trunk/dports/sysutils/rmtrash/Portfile	2014-11-03 20:09:06 UTC (rev 127771)
+++ trunk/dports/sysutils/rmtrash/Portfile	2014-11-03 20:36:01 UTC (rev 127772)
@@ -1,23 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
+
 PortSystem      1.0
+
 name            rmtrash
 version         0.3.3
 revision        2
+categories      sysutils
+platforms       darwin
 maintainers     nomaintainer
 license         permissive
-platforms       darwin
-categories      sysutils
+
 description     move the file to OS X's Trash
+
 long_description \
                 rmtrash is a small utility that will move the file to OS X's Trash \
                 rather than obliterating the file (as rm does).
+
 homepage        http://www.nightproductions.net/cli.htm
 master_sites    http://www.nightproductions.net/downloads/
 distname        ${name}_source
-livecheck.type  regex
-livecheck.regex {/rmtrash.tar.gz.*\(v([0-9.]+)\)}
-checksums       md5 fecbb879766e23ec4c918b0e13bc7e43
+
+checksums       md5     fecbb879766e23ec4c918b0e13bc7e43
+
 worksrcdir      ${name}-source
+
 patchfiles      patch-Makefile
 
 use_configure   no
@@ -29,3 +36,6 @@
 variant universal {
     build.args  CFLAGS="${configure.cflags} ${configure.universal_cflags}" LDFLAGS="-framework Foundation"
 }
+
+livecheck.type  regex
+livecheck.regex {/rmtrash.tar.gz.*\(v([0-9.]+)\)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141103/ff3d9d23/attachment.html>


More information about the macports-changes mailing list