[136447] trunk/dports/perl/p5-text-recordparser/Portfile

devans at macports.org devans at macports.org
Sat May 16 21:26:45 PDT 2015


Revision: 136447
          https://trac.macports.org/changeset/136447
Author:   devans at macports.org
Date:     2015-05-16 21:26:45 -0700 (Sat, 16 May 2015)
Log Message:
-----------
p5-text-recordparser: update to version 1.6.5, dependencies, version hack no longer required, no longer uses module build.

Modified Paths:
--------------
    trunk/dports/perl/p5-text-recordparser/Portfile

Modified: trunk/dports/perl/p5-text-recordparser/Portfile
===================================================================
--- trunk/dports/perl/p5-text-recordparser/Portfile	2015-05-17 03:24:02 UTC (rev 136446)
+++ trunk/dports/perl/p5-text-recordparser/Portfile	2015-05-17 04:26:45 UTC (rev 136447)
@@ -5,23 +5,20 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup         Text-RecordParser 1.6.3 ../by-authors/id/K/KC/KCLARK/
+perl5.setup         Text-RecordParser 1.6.5 ../by-authors/id/K/KC/KCLARK/
 license             GPL-2
 maintainers         nomaintainer
-description         read record-oriented files
+description         Read record-oriented files
 long_description    This module is for reading record-oriented data \
                     in a delimited text file.
-distname            ${perl5.module}-v${perl5.moduleversion}
 
 platforms           darwin
 
-checksums           rmd160  b0eab7a84cea3fbdc1868411478fa1a59940ca30 \
-                    sha256  d083b45dfc19e9ddc108b26e194654f5fcdd1645e812836ce036024881c91f9c
+checksums           rmd160  b62b9adfd9e38323ceb5b3c9f9bd7e542864cbb2 \
+                    sha256  da3b81414c63f8d9218d116745a88b948c46c98b187634f629892e54001bc35a
 
 if {${perl5.major} != ""} {
     depends_build-append \
-                    port:p${perl5.major}-pod-markdown \
-                    port:p${perl5.major}-pod-readme \
                     port:p${perl5.major}-test-exception
                     
     depends_lib-append \
@@ -33,12 +30,4 @@
                     port:p${perl5.major}-text-autoformat \
                     port:p${perl5.major}-text-tabulardisplay \
                     port:p${perl5.major}-version
-
-    post-extract {
-        file attributes "${worksrcpath}/README.md" -permissions 0644
-    }
-
-    perl5.use_module_build
 }
-
-livecheck.version v${perl5.moduleversion}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150516/f5257acb/attachment.html>


More information about the macports-changes mailing list