[131272] trunk/dports/perl/p5-sysadm-install/Portfile

mojca at macports.org mojca at macports.org
Thu Jan 8 00:29:50 PST 2015


Revision: 131272
          https://trac.macports.org/changeset/131272
Author:   mojca at macports.org
Date:     2015-01-08 00:29:50 -0800 (Thu, 08 Jan 2015)
Log Message:
-----------
p5-sysadm-install: first line, checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-sysadm-install/Portfile

Modified: trunk/dports/perl/p5-sysadm-install/Portfile
===================================================================
--- trunk/dports/perl/p5-sysadm-install/Portfile	2015-01-08 08:01:06 UTC (rev 131271)
+++ trunk/dports/perl/p5-sysadm-install/Portfile	2015-01-08 08:29:50 UTC (rev 131272)
@@ -1,30 +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
-PortGroup             perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup           Sysadm-Install 0.44 ../by-authors/id/M/MS/MSCHILLI/
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Typical installation tasks for system administrators
-long_description      Sysadm::Install executes shell-like commands performing \
-                      typical installation tasks: Copying files, extracting \
-                      tarballs, calling make. It has a fail once and die \
-                      policy, meticulously checking the result of every \
-                      operation and calling die() immeditatly if anything \
-                      fails.
+perl5.setup         Sysadm-Install 0.44 ../by-authors/id/M/MS/MSCHILLI/
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Typical installation tasks for system administrators
+long_description    Sysadm::Install executes shell-like commands performing \
+                    typical installation tasks: Copying files, extracting \
+                    tarballs, calling make. It has a fail once and die \
+                    policy, meticulously checking the result of every \
+                    operation and calling die() immeditatly if anything \
+                    fails.
 
-platforms             darwin
+platforms           darwin
+supported_archs     noarch
 
-checksums             md5 889528d25c3be2554861040e38fd7229 \
-                      sha1 26da1cf08995d60bc1fe62af72d0fb82dfe3a588 \
-                      rmd160 1d46f9b1e34de2d1f8e0235a4eb19e7a23a54770
+checksums           rmd160  1d46f9b1e34de2d1f8e0235a4eb19e7a23a54770 \
+                    sha256  1e3f80f17e746c86c70d2d126bf613b6ed5e0a57ff3caf9f04ea454d8f0c801f
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-log-log4perl \
-                      port:p${perl5.major}-libwww-perl \
-                      port:p${perl5.major}-term-readkey
-
-supported_archs noarch
+    depends_lib-append \
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-log-log4perl \
+                    port:p${perl5.major}-term-readkey
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150108/1228150c/attachment.html>


More information about the macports-changes mailing list