[137847] trunk/dports/print/scribus/Portfile

devans at macports.org devans at macports.org
Sun Jun 21 11:11:49 PDT 2015


Revision: 137847
          https://trac.macports.org/changeset/137847
Author:   devans at macports.org
Date:     2015-06-21 11:11:49 -0700 (Sun, 21 Jun 2015)
Log Message:
-----------
scribus: update to version 1.4.5
  * update dependencies
  * use cmake.out_of_source yes (#47197)
  * remove python variants and build with python27 scripting and console
  * remove podofo variant and build with podofo PDF support

Modified Paths:
--------------
    trunk/dports/print/scribus/Portfile

Modified: trunk/dports/print/scribus/Portfile
===================================================================
--- trunk/dports/print/scribus/Portfile	2015-06-21 17:08:18 UTC (rev 137846)
+++ trunk/dports/print/scribus/Portfile	2015-06-21 18:11:49 UTC (rev 137847)
@@ -7,8 +7,7 @@
 
 name                scribus
 epoch               1
-version             1.4.4
-revision            1
+version             1.4.5
 categories          print
 license             GPL-2+
 platforms           darwin
@@ -23,10 +22,10 @@
 
 homepage            http://www.scribus.net/
 master_sites        sourceforge:project/scribus/scribus/${version}
-use_xz              yes
+use_bzip2           yes
 
-checksums           rmd160  68f1860239ba564889d4f6a71fb317a76d6beb94 \
-                    sha256  a43b9d55518ccebdb770d3cdac44ebf75c60ad11c284b210f6b0bd8c7a0217ae
+checksums           rmd160  71f2eb9ff714041cf7401e24853216ad6112060d \
+                    sha256  9f706f0561d26bb11bbe558690ae0507cd3689e381f6e17aa9411d9c4ef58498
 
 # Builds forever with llvm-gcc-4.2. https://trac.macports.org/ticket/30835
 compiler.blacklist-append   llvm-gcc-4.2
@@ -34,47 +33,36 @@
 depends_build-append \
                     path:bin/perl:perl5
 
-depends_lib-append  port:fontconfig \
+depends_lib-append  port:aspell \
+                    port:aspell-dict-en \
+                    port:fontconfig \
                     port:ghostscript \
                     path:lib/pkgconfig/cairo.pc:cairo \
                     port:boost \
                     port:expat \
+                    port:jpeg \
                     port:libart_lgpl \
                     port:libiconv \
-                    port:lcms \
+                    port:lcms2 \
+                    port:libpng\
                     port:libxml2 \
+                    port:podofo \
+                    port:python27 \
                     port:tiff \
                     port:zlib
 
 set PyFRM           ${frameworks_dir}/Python.framework/Versions
 
+cmake.out_of_source yes
+
 configure.args-append \
                     -DCMAKE_INSTALL_PREFIX="${applications_dir}/[string toupper ${name} 0].app" \
-                    -DWITH_PODOFO=NO
+                    -DPYTHON_LIBRARY="${prefix}/lib/libpython2.7.dylib" \
+                    -DPYTHON_INCLUDE_DIR="${PyFRM}/2.7/include/python2.7" \
+                    -DWITH_PODOFO=YES
 
-variant python26 conflicts python27 description {Add python 2.6 interface} {
-    depends_lib-append      port:python26
-    configure.args-append   -DPYTHON_LIBRARY="${prefix}/lib/libpython2.6.dylib"
-    configure.args-append   -DPYTHON_INCLUDE_DIR="${PyFRM}/2.6/include/python2.6"
-}
-
-variant python27 conflicts python26 description {Add python 2.7 interface} {
-    depends_lib-append      port:python27
-    configure.args-append   -DPYTHON_LIBRARY="${prefix}/lib/libpython2.7.dylib"
-    configure.args-append   -DPYTHON_INCLUDE_DIR="${PyFRM}/2.7/include/python2.7"
-}
-
-variant podofo description {Use podofo} {
-    depends_lib-append      port:podofo
-    configure.args-delete   -DWITH_PODOFO=NO
-    configure.args-append   -DWITH_PODOFO=YES
-}
-
 build.env           HOME=${worksrcpath}
-use_parallel_build  yes
 
-#destroot.target     install-strip
-
 # These can be uncommented to livecheck for the devel version
 #livecheck.url       http://sourceforge.net/projects/scribus/files/scribus-devel/
 #livecheck.regex     /scribus-devel/(\[a-z0-9\]+(\\.\[a-z0-9\]+)+)/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150621/36284af5/attachment-0001.html>


More information about the macports-changes mailing list