[151629] trunk/dports/perl/p5-parse-cpan-meta/Portfile

devans at macports.org devans at macports.org
Thu Aug 18 14:28:31 PDT 2016


Revision: 151629
          https://trac.macports.org/changeset/151629
Author:   devans at macports.org
Date:     2016-08-18 14:28:31 -0700 (Thu, 18 Aug 2016)
Log Message:
-----------
p5-parse-cpan-meta: mark obsolete, replaced by p5-cpan-meta, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-parse-cpan-meta/Portfile

Modified: trunk/dports/perl/p5-parse-cpan-meta/Portfile
===================================================================
--- trunk/dports/perl/p5-parse-cpan-meta/Portfile	2016-08-18 21:24:09 UTC (rev 151628)
+++ trunk/dports/perl/p5-parse-cpan-meta/Portfile	2016-08-18 21:28:31 UTC (rev 151629)
@@ -1,30 +1,20 @@
 # -*- 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         Parse-CPAN-Meta 1.4422
-license             {Artistic-1 GPL}
-maintainers         nomaintainer
-description         Parse::CPAN::Meta - Parse META.yml and META.json CPAN metadata files
-long_description    ${description}
+revision            1
+license             none
 
-platforms           darwin
+depends_lib
 
-checksums           rmd160  9bd76e59c6b94edad6545480695edaec48ce0f03 \
-                    sha256  d86c42d8b0a855f33f504609cee01b9f7ba4b8454a4645acd56ad66ad3f2ed33
-
 if {${perl5.major} != ""} {
-    depends_lib-append \
-                    port:p${perl5.major}-cpan-meta-yaml
-
-    supported_archs noarch
+    replaced_by     p${perl5.major}-cpan-meta
+} else {
+    replaced_by     p5-cpan-meta
 }
+
+PortGroup           obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160818/e93fdcc7/attachment.html>


More information about the macports-changes mailing list