[123263] trunk/dports/perl/p5-monotone-automatestdio/Portfile

mf2k at macports.org mf2k at macports.org
Thu Aug 7 07:38:56 PDT 2014


Revision: 123263
          https://trac.macports.org/changeset/123263
Author:   mf2k at macports.org
Date:     2014-08-07 07:38:56 -0700 (Thu, 07 Aug 2014)
Log Message:
-----------
p5-monotone-automatestdio: Update to version 1.03. Add perl 5.18 and 5.20 ports. mode line. modern checksums. spacing.

Modified Paths:
--------------
    trunk/dports/perl/p5-monotone-automatestdio/Portfile

Modified: trunk/dports/perl/p5-monotone-automatestdio/Portfile
===================================================================
--- trunk/dports/perl/p5-monotone-automatestdio/Portfile	2014-08-07 14:23:03 UTC (rev 123262)
+++ trunk/dports/perl/p5-monotone-automatestdio/Portfile	2014-08-07 14:38:56 UTC (rev 123263)
@@ -1,29 +1,28 @@
+# -*- 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
-PortGroup             perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-perl5.branches        5.8 5.10 5.12 5.14 5.16
-perl5.setup           Monotone-AutomateStdio 1.01 ../by-authors/id/A/AE/AECOOPER/monotone
-revision              2
-license               LGPL-3+
-maintainers           nomaintainer
-description           Perl interface to Monotone via automate stdio
-long_description      The Monotone::AutomateStdio class gives a Perl developer \
-                      access to Monotone's automate stdio facility via an easy \
-                      to use interface. All command, option and output formats \
-                      are handled internally by this class. Any structured \
-                      information returned by Monotone is parsed and returned \
-                      back to the caller as lists of records for ease of \
-                      access or alternatively as one large string.
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Monotone-AutomateStdio 1.03
+license             LGPL-3+
+maintainers         nomaintainer
+platforms           darwin
+supported_archs     noarch
 
-platforms             darwin
-supported_archs       noarch
+description         Perl interface to Monotone via automate stdio
+long_description    The Monotone::AutomateStdio class gives a Perl developer \
+                    access to the Monotone automate stdio facility via an easy \
+                    to use interface. All command, option and output formats \
+                    are handled internally by this class. Any structured \
+                    information returned by Monotone is parsed and returned \
+                    back to the caller as lists of records for ease of \
+                    access or alternatively as one large string.
 
-checksums             md5     b06d4e7a3bbda228081124b2c0fcc01e \
-                      sha1    59fddc8287d6bab9f30fa3402929f033bd69bce2 \
-                      rmd160  d8c3a5427be0d3a41ec6a89f3032380b6318a458
+checksums           rmd160 af583afa988ec5f4f21114c8c037cac16d990e5b \
+                    sha256 f3e2fa370a16d0d90ac7f9c30bdd005a5a7317f128d7ca4a8293b3488fb15429
 
 if {${perl5.major} != ""} {
-depends_run           port:monotone
+    depends_run         port:monotone
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140807/29bf6362/attachment.html>


More information about the macports-changes mailing list