[123368] trunk/dports/mail/cyrus-imapd/Portfile

mf2k at macports.org mf2k at macports.org
Fri Aug 8 13:20:07 PDT 2014


Revision: 123368
          https://trac.macports.org/changeset/123368
Author:   mf2k at macports.org
Date:     2014-08-08 13:20:07 -0700 (Fri, 08 Aug 2014)
Log Message:
-----------
cyrus-imapd: Switch to perl 5.16. (#44405)

Modified Paths:
--------------
    trunk/dports/mail/cyrus-imapd/Portfile

Modified: trunk/dports/mail/cyrus-imapd/Portfile
===================================================================
--- trunk/dports/mail/cyrus-imapd/Portfile	2014-08-08 19:58:02 UTC (rev 123367)
+++ trunk/dports/mail/cyrus-imapd/Portfile	2014-08-08 20:20:07 UTC (rev 123368)
@@ -5,7 +5,8 @@
 
 name	   cyrus-imapd
 version	   2.3.18
-revision	1
+revision	2
+set perl_version    5.16
 categories	mail
 platforms	darwin
 license		BSD-old
@@ -22,7 +23,7 @@
 		sha256  7724959d49191b993ef387c31a0ea7d30f1df7d255e73dff0b7887eff679ce5a
 
 depends_build	port:makedepend
-depends_lib	port:perl5.12 \
+depends_lib	port:perl${perl_version} \
 		port:cyrus-sasl2 \
 		port:db44 \
 		port:openssl
@@ -39,7 +40,7 @@
 		--with-pidfile=${prefix}/var/run/cyrus-master.pid \
 		--with-bdb-incdir=${prefix}/include/db44 \
 		--with-bdb-libdir=${prefix}/lib/db44 \
-		--with-perl=${prefix}/bin/perl5.12 \
+		--with-perl=${prefix}/bin/perl${perl_version} \
 		--with-sasl=${prefix} \
 		--with-openssl=${prefix} \
 		--with-cyrus-user=cyrus \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140808/5054cd24/attachment.html>


More information about the macports-changes mailing list