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

ryandesign at macports.org ryandesign at macports.org
Wed Aug 17 10:13:31 PDT 2011


Revision: 82655
          http://trac.macports.org/changeset/82655
Author:   ryandesign at macports.org
Date:     2011-08-17 10:13:29 -0700 (Wed, 17 Aug 2011)
Log Message:
-----------
scribus: update to 1.4.0.rc5; rewrite master_sites to avoid redirects; switch ghostscript to port:-style dependency; python variants conflict

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

Modified: trunk/dports/print/scribus/Portfile
===================================================================
--- trunk/dports/print/scribus/Portfile	2011-08-17 16:35:05 UTC (rev 82654)
+++ trunk/dports/print/scribus/Portfile	2011-08-17 17:13:29 UTC (rev 82655)
@@ -5,8 +5,7 @@
 PortGroup		qt4 1.0
 
 name            scribus
-version         1.4.0.rc3
-revision        1
+version         1.4.0.rc5
 categories      print
 maintainers     nomaintainer
 description     qt4-based WYSIWYG desktop publishing application
@@ -16,14 +15,15 @@
                 other input and output options.
 platforms       darwin
 homepage        http://www.scribus.net/
-master_sites    sourceforge:scribus
+master_sites    sourceforge:project/scribus/scribus-devel/${version}
 use_bzip2       yes
-checksums       sha1    a426a167ffb326125ffa6937c4afb295d01e8d61 \
-                rmd160  049cd75d4c77cdeff1470ef569a6aeae2d601761
 
+checksums       rmd160  73d040ef136df76fbbc440f0e8589b913919a936 \
+                sha256  4a65d0de346a00972447a9bed03e2a3c039023752bf5ce2fffd892a3879c2a80
+
 depends_build-append   path:bin/perl:perl5
 depends_lib-append     port:fontconfig \
-				bin:gs:ghostscript \
+                port:ghostscript \
                 path:lib/pkgconfig/cairo.pc:cairo \
                 port:boost \
                 port:expat \
@@ -38,7 +38,7 @@
 
 configure.args-append "-DWITH_PODOFO=NO"
 
-variant python26 description Add python 2.6 interface {
+variant python26 conflicts python27 description Add python 2.6 interface {
 
 	depends_lib-append		port:python26
 	configure.args-append \
@@ -47,7 +47,7 @@
 			"-DPYTHON_INCLUDE_DIR=${PyFRM}/2.6/include/python2.6"
 }
 
-variant python27 description Add python 2.7 interface {
+variant python27 conflicts python26 description Add python 2.7 interface {
 
 	depends_lib-append		port:python27
 	configure.args-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110817/478c23fb/attachment.html>


More information about the macports-changes mailing list