[60464] trunk/dports/editors/bluefish-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 12 20:07:04 PST 2009


Revision: 60464
          http://trac.macports.org/changeset/60464
Author:   ryandesign at macports.org
Date:     2009-11-12 20:07:00 -0800 (Thu, 12 Nov 2009)
Log Message:
-----------
bluefish-devel: update to 1.3.8, add no_spellcheck variant; closes #22499

Modified Paths:
--------------
    trunk/dports/editors/bluefish-devel/Portfile

Modified: trunk/dports/editors/bluefish-devel/Portfile
===================================================================
--- trunk/dports/editors/bluefish-devel/Portfile	2009-11-13 01:54:03 UTC (rev 60463)
+++ trunk/dports/editors/bluefish-devel/Portfile	2009-11-13 04:07:00 UTC (rev 60464)
@@ -5,7 +5,7 @@
 
 name                    bluefish-devel
 conflicts               bluefish
-version                 1.3.7
+version                 1.3.8
 categories              editors www
 platforms               darwin
 maintainers             nomaintainer
@@ -19,11 +19,12 @@
 dist_subdir             bluefish
 distname                bluefish-unstable-${version}
 
-master_sites            sourceforge:bluefish
+master_sites            sourceforge:bluefish \
+                        http://www.bennewitz.com/bluefish/devel/source/
 
-checksums               md5     f60a8a372cbb2738a0b91ed4c2880f0a \
-                        sha1    5f194db78b42abcd4cf24bab295d2ebc1a91b18c \
-                        rmd160  9bd69bbea98d1ff3aef193b9f2cf5b8c1d646263
+checksums               md5     a4800b75f220ab6301a340052cd07401 \
+                        sha1    7d929ebe872e2475941304dc44076f0fbaf5f4eb \
+                        rmd160  c42ad8265ea1c2ab52cc60c3cb1c4007d842c191
 
 use_bzip2               yes
 
@@ -46,6 +47,11 @@
     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
+}
+
 variant tidy {
     depends_run bin:tidy:tidy
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091112/00ef5c19/attachment-0001.html>


More information about the macports-changes mailing list