[106089] trunk/dports/editors/org-mode/Portfile

dports at macports.org dports at macports.org
Tue May 14 11:00:32 PDT 2013


Revision: 106089
          https://trac.macports.org/changeset/106089
Author:   dports at macports.org
Date:     2013-05-14 11:00:32 -0700 (Tue, 14 May 2013)
Log Message:
-----------
org-mode: update to v8.0.2

Modified Paths:
--------------
    trunk/dports/editors/org-mode/Portfile

Modified: trunk/dports/editors/org-mode/Portfile
===================================================================
--- trunk/dports/editors/org-mode/Portfile	2013-05-14 17:27:47 UTC (rev 106088)
+++ trunk/dports/editors/org-mode/Portfile	2013-05-14 18:00:32 UTC (rev 106089)
@@ -5,7 +5,7 @@
 PortGroup           elisp 1.0
 
 name                org-mode
-version             7.9.4
+version             8.0.2
 categories          editors
 license             GPL-3+
 maintainers         dports
@@ -21,8 +21,8 @@
 master_sites        ${homepage}
 distname            org-${version}
 
-checksums           rmd160  a3c65d8d83de882b41d77c499a9ecf0b80bf3cc3 \
-                    sha256  2a1b2b9cf5a9c3606aede007d05d5ee978b42d88cfeaaf28f45ae11c21f81848
+checksums           rmd160  2e4b3401ba6898361def76e10de6d1a4e3b48f1b \
+                    sha256  e129bdb654c7e1cf7404cc55e65ff479712b1d9549ecdbb4f3904b4bff8c7034
 
 depends_lib         path:${emacs_binary}:${emacs_binary_provider}
 depends_build       port:texinfo
@@ -38,10 +38,9 @@
 
 variant contrib description "Include additional contributed packages" {
     # Install all contrib elisp files except those listed in org_skip_contrib
-    # Skip org-jira because it has a build dependency on jira, which is not
-    # in MacPorts
+    #   org-jira and ob-oz have build dependencies not available in MacPorts
     post-configure {
-        set org_skip_contrib "org-jira"
+        set org_skip_contrib "ob-oz org-jira"
         
         set localmk [open ${worksrcpath}/local.mk "a"]
         puts $localmk "ORG_ADD_CONTRIB="
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130514/b9dba998/attachment.html>


More information about the macports-changes mailing list