[91283] trunk/dports/_resources/port1.0/group/obsolete-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Wed Mar 28 02:16:39 PDT 2012


Revision: 91283
          https://trac.macports.org/changeset/91283
Author:   ryandesign at macports.org
Date:     2012-03-28 02:16:38 -0700 (Wed, 28 Mar 2012)
Log Message:
-----------
obsolete-1.0.tcl: whitespace changes to conform to the modeline; some additional reformatting

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/obsolete-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/obsolete-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/obsolete-1.0.tcl	2012-03-28 09:08:22 UTC (rev 91282)
+++ trunk/dports/_resources/port1.0/group/obsolete-1.0.tcl	2012-03-28 09:16:38 UTC (rev 91283)
@@ -32,24 +32,30 @@
 #
 #
 # Usage:
-# replaced_by   name-of-port-that-deprecated-this-port
-# PortGroup     obsolete 1.0
+#
+#   replaced_by         name-of-port-that-deprecated-this-port
+#   PortGroup           obsolete 1.0
 
 # set a number of reasonable defaults for a port that is only there to
 # inform users that they should uninstall it and install something else
 # instead; you might want to override some of the defaults though.
-description      this port is only a stub and has been made obsolete by ${replaced_by}
-long_description ${description}
-livecheck.type   none
-maintainers      nomaintainer
-homepage         http://www.macports.org/
-license          BSD
-platforms        darwin
-supported_archs	 noarch
+
+platforms           darwin
+maintainers         nomaintainer
+license             BSD
+supported_archs     noarch
+
+description         this port is only a stub and has been made obsolete by ${replaced_by}
+
+long_description    ${description}
+
+homepage            http://www.macports.org/
+
 distfiles
 
 pre-configure {
-   ui_error "${name} has been made obsolete by the port ${replaced_by}. Please install ${replaced_by} instead."
-   return -code error "obsolete port"
+    ui_error "${name} has been made obsolete by the port ${replaced_by}. Please install ${replaced_by} instead."
+    return -code error "obsolete port"
 }
 
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120328/33d9d635/attachment.html>


More information about the macports-changes mailing list