[78742] users/pixilla

pixilla at macports.org pixilla at macports.org
Fri May 20 18:52:43 PDT 2011


Revision: 78742
          http://trac.macports.org/changeset/78742
Author:   pixilla at macports.org
Date:     2011-05-20 18:52:40 -0700 (Fri, 20 May 2011)
Log Message:
-----------
devel: Add devel dir

Added Paths:
-----------
    users/pixilla/devel/
    users/pixilla/devel/mp-version-check/
    users/pixilla/devel/mp-version-check/Portfile

Added: users/pixilla/devel/mp-version-check/Portfile
===================================================================
--- users/pixilla/devel/mp-version-check/Portfile	                        (rev 0)
+++ users/pixilla/devel/mp-version-check/Portfile	2011-05-21 01:52:40 UTC (rev 78742)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+
+PortSystem          1.0
+
+name                mp-version-check
+version             beta-13
+categories          devel
+platforms           darwin
+license             GPL-2
+maintainers         pixilla
+distfiles
+
+description         Test significance of MacPorts version, revision and epoch numbers.
+long_description    ${description}
+
+homepage            {}
+master_sites        {}
+
+use_configure       no
+build               {}
+destroot {
+    system "echo ${version} > ${destroot}${prefix}/etc/${name}"
+}
+
+notes " \
+
+  After installation, change this ports version, revision and/or epoch numbers.
+  Then execute 'portindex' and 'port outdated' to see how port interprets the significance of your 
+  changes compared to the installed version.
+
+"
\ No newline at end of file


Property changes on: users/pixilla/devel/mp-version-check/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110520/e11db731/attachment.html>


More information about the macports-changes mailing list