[142680] trunk/dports/devel/ossp-uuid/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 06:46:55 PST 2015


Revision: 142680
          https://trac.macports.org/changeset/142680
Author:   devans at macports.org
Date:     2015-11-19 13:53:20 -0800 (Thu, 19 Nov 2015)
Log Message:
-----------
ossp-uuid: drop +perl5_12 +perl5_14, add +perl5_20 +perl5_22, increment revision (#46570).

Modified Paths:
--------------
    trunk/dports/devel/ossp-uuid/Portfile

Modified: trunk/dports/devel/ossp-uuid/Portfile
===================================================================
--- trunk/dports/devel/ossp-uuid/Portfile	2015-11-19 21:34:06 UTC (rev 142679)
+++ trunk/dports/devel/ossp-uuid/Portfile	2015-11-19 21:53:20 UTC (rev 142680)
@@ -6,7 +6,7 @@
 
 name                    ossp-uuid
 version                 1.6.2
-revision                3
+revision                4
 categories              devel
 license                 MIT
 platforms               darwin
@@ -69,39 +69,41 @@
     file rename -force ${destroot}${prefix}/share/man/man1/uuid-config.1 ${destroot}${prefix}/share/man/man1/ossp-uuid-config.1
 }
 
-variant perl5_12 conflicts perl5_14 perl5_16 perl5_18 description {Perl bindings with perl 5.12} {
-    depends_build-append   port:perl5.12
+variant perl5_16 conflicts perl5_18 perl5_20 perl5_22 description {Perl bindings with perl 5.16} {
+    depends_lib-append     port:perl5.16
     configure.args-delete   --without-perl
     configure.args-append   --with-perl --with-perl-compat
-    configure.env-append   PERL=${prefix}/bin/perl5.12
+    configure.env-append   PERL=${prefix}/bin/perl5.16
     patchfiles-append      patch-uuid-uuid.h.in.diff
 }
 
-variant perl5_14 conflicts perl5_12 perl5_16 perl5_18 description {Perl bindings with perl 5.14} {
-    depends_build-append   port:perl5.14
+variant perl5_18 conflicts perl5_16 perl5_20 perl5_22 description {Perl bindings with perl 5.18} {
+    depends_lib-append      port:perl5.18
     configure.args-delete   --without-perl
     configure.args-append   --with-perl --with-perl-compat
-    configure.env-append   PERL=${prefix}/bin/perl5.14
+    configure.env-append   PERL=${prefix}/bin/perl5.18
     patchfiles-append      patch-uuid-uuid.h.in.diff
 }
 
-variant perl5_16 conflicts perl5_12 perl5_14 perl5_18 description {Perl bindings with perl 5.16} {
-    depends_build-append   port:perl5.16
+variant perl5_20 conflicts perl5_16 perl5_18 perl5_22 description {Perl bindings with perl 5.20} {
+    depends_lib-append      port:perl5.20
     configure.args-delete   --without-perl
     configure.args-append   --with-perl --with-perl-compat
-    configure.env-append   PERL=${prefix}/bin/perl5.16
+    configure.env-append   PERL=${prefix}/bin/perl5.20
     patchfiles-append      patch-uuid-uuid.h.in.diff
 }
 
-variant perl5_18 conflicts perl5_12 perl5_14 perl5_16 description {Perl bindings with perl 5.18} {
-    depends_build-append   port:perl5.18
+variant perl5_22 conflicts perl5_16 perl5_18 perl5_20 description {Perl bindings with perl 5.22} {
+    depends_lib-append      port:perl5.22
     configure.args-delete   --without-perl
     configure.args-append   --with-perl --with-perl-compat
-    configure.env-append   PERL=${prefix}/bin/perl5.18
+    configure.env-append   PERL=${prefix}/bin/perl5.22
     patchfiles-append      patch-uuid-uuid.h.in.diff
 }
 
-if {![variant_isset perl5_12] && ![variant_isset perl5_14] && ![variant_isset perl5_16] && ![variant_isset perl5_18]} {
+# default variant is possibly required by rpm5[234] (unverified)
+
+if {![variant_isset perl5_18] && ![variant_isset perl5_20] && ![variant_isset perl5_22]} {
     default_variants    +perl5_16
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/8aba6561/attachment-0001.html>


More information about the macports-changes mailing list