[150725] trunk/dports/perl/p5-archive-tar/Portfile

devans at macports.org devans at macports.org
Wed Jul 27 13:51:43 PDT 2016


Revision: 150725
          https://trac.macports.org/changeset/150725
Author:   devans at macports.org
Date:     2016-07-27 13:51:43 -0700 (Wed, 27 Jul 2016)
Log Message:
-----------
p5-archive-tar: update to version 2.10, dependencies.

Modified Paths:
--------------
    trunk/dports/perl/p5-archive-tar/Portfile

Modified: trunk/dports/perl/p5-archive-tar/Portfile
===================================================================
--- trunk/dports/perl/p5-archive-tar/Portfile	2016-07-27 20:07:24 UTC (rev 150724)
+++ trunk/dports/perl/p5-archive-tar/Portfile	2016-07-27 20:51:43 UTC (rev 150725)
@@ -1,17 +1,11 @@
 # -*- 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$
 
-# This comment was inserted on 20160713 to force reindexing of
-# this port after the default homepage definition in the perl5
-# PortGroup was changed to use metacpan.org (r150080).
-# Reindexing is necessary for the new definition to take effect.
-# This comment may be removed in subsequent updates of this port.
-
 PortSystem          1.0
 PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup         Archive-Tar 2.08 ../by-authors/id/B/BI/BINGOS/
+perl5.setup         Archive-Tar 2.10 ../by-authors/id/B/BI/BINGOS/
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Creation and in-memory manipulation of tar files
@@ -19,15 +13,17 @@
 
 platforms           darwin
 
-checksums           rmd160  6af07799f1df3d523d84d9a1edb4fcb642ae5adc \
-                    sha256  62e34feffd51e21b24f2ba5b15adf3ca3bd084163bfec40fe30f8f8e8963066b
+checksums           rmd160  53fe685605bd5edc20fb6971c78e5b3bf3455dae \
+                    sha256  7abc8409f7180c44f20de914ca894e83335d43235096257c86c19c9e9c91ed51
 
 if {${perl5.major} != ""} {
     depends_lib-append \
                     port:p${perl5.major}-io-compress \
                     port:p${perl5.major}-io-zlib \
-                    port:p${perl5.major}-package-constants \
                     port:p${perl5.major}-text-diff
+    
+# configure Makefile.PL with -d option to add Text::Diff as a prerequisite, required by ptardiff
+    configure.pre_args-append -d
 }
 
 supported_archs     noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160727/fcd29b1c/attachment.html>


More information about the macports-changes mailing list