[105138] trunk/dports/security/yara/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 11 14:29:42 PDT 2013


Revision: 105138
          https://trac.macports.org/changeset/105138
Author:   ryandesign at macports.org
Date:     2013-04-11 14:29:42 -0700 (Thu, 11 Apr 2013)
Log Message:
-----------
yara: maintainer update to 1.7 and add re2 variant (#38616)

Modified Paths:
--------------
    trunk/dports/security/yara/Portfile

Modified: trunk/dports/security/yara/Portfile
===================================================================
--- trunk/dports/security/yara/Portfile	2013-04-11 20:33:25 UTC (rev 105137)
+++ trunk/dports/security/yara/Portfile	2013-04-11 21:29:42 UTC (rev 105138)
@@ -4,8 +4,7 @@
 PortSystem              1.0
 
 name                    yara
-version                 1.6
-revision                1
+version                 1.7
 categories              security
 license                 GPL-2+
 platforms               darwin
@@ -20,8 +19,8 @@
 homepage                http://code.google.com/p/yara-project/
 master_sites            googlecode:yara-project
 
-checksums               rmd160  5a1ef8e9eccb913156b4be155e9cefb58d0088f2 \
-                        sha256  af92ac3481212245944561888f6b128cc13fe736fbabf90cc80c26f6179bc9f3
+checksums               rmd160  12ca8b2eb7a8b7de3fae8d97e728d4847299d99a \
+                        sha256  fcee06a2f43ab65c88597de54d630a3beee925e7e84c890a8303f08a3fc85c91
 
 depends_lib             port:pcre
 
@@ -30,3 +29,8 @@
     reinplace "s|inline|static inline|g" ${worksrcpath}/libyara/scan.c
 }
 
+variant re2 description "uses re2 library instead of pcre for regular expression parsing" {
+    configure.args-append   --with-re2
+    depends_lib-append      port:re2
+    depends_lib-delete      port:pcre
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130411/b4744f67/attachment.html>


More information about the macports-changes mailing list