[64277] trunk/dports/editors/bluefish/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Feb 28 02:30:04 PST 2010
Revision: 64277
http://trac.macports.org/changeset/64277
Author: ryandesign at macports.org
Date: 2010-02-28 02:30:03 -0800 (Sun, 28 Feb 2010)
Log Message:
-----------
bluefish: update to 2.0.0 and bring over changes from bluefish-devel; see #23861
Modified Paths:
--------------
trunk/dports/editors/bluefish/Portfile
Modified: trunk/dports/editors/bluefish/Portfile
===================================================================
--- trunk/dports/editors/bluefish/Portfile 2010-02-28 10:29:07 UTC (rev 64276)
+++ trunk/dports/editors/bluefish/Portfile 2010-02-28 10:30:03 UTC (rev 64277)
@@ -4,7 +4,7 @@
name bluefish
conflicts bluefish-devel
-version 1.0.7
+version 2.0.0
categories editors www
platforms darwin
maintainers nomaintainer
@@ -15,15 +15,21 @@
programmers. Bluefish supports many programming and markup languages \
but it focuses on editing dynamic and interactive websites.
-master_sites sourceforge:bluefish
+dist_subdir bluefish
+distname bluefish-${version}
-checksums md5 2c3b3c9c8f8e32b9473dfd879f216dea \
- sha1 c61d6271c49e9fa8c728724e6aadde33a227bdea \
- rmd160 7ce8a7c8873cd0ef84dd6486551976593544a8dc
+master_sites sourceforge:bluefish \
+ http://www.bennewitz.com/bluefish/stable/source/
+checksums md5 ac9b1e8ef6d5691718a0daa6c78d5618 \
+ sha1 b92d79291f262d1bb01337f055ad16093cf4905b \
+ rmd160 6ec7ea007784fedd53cd5c604aa2c8e397717a1d
+
use_bzip2 yes
depends_lib port:gtk2 \
+ port:libxml2 \
+ port:enchant \
port:pcre
configure.args --mandir=${prefix}/share/man \
@@ -41,6 +47,16 @@
configure.args-append --disable-splash-screen
}
+variant no_spellcheck description {Disable spell-check feature} {
+ depends_lib-delete port:enchant
+ configure.args-append --disable-spell-check
+}
+
+if {![variant_isset no_spellcheck]} {
+ # enchant is not universal
+ universal_variant no
+}
+
variant tidy {
depends_run bin:tidy:tidy
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100228/a6a4948c/attachment.html>
More information about the macports-changes
mailing list