aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2010-01-23 10:53:41 +0000
committerMax Howell2010-01-23 10:53:41 +0000
commitc68374251aff3a2d29836a0a36af2f5edf798188 (patch)
tree1db44b9a63fe1f69e2f575e7c04ba44a529ed1d0 /Library
parentc422a329d00934a208d9ec2385012f4e56960b76 (diff)
downloadhomebrew-c68374251aff3a2d29836a0a36af2f5edf798188.tar.bz2
Use dot versions and comment patches
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/spin.rb5
-rw-r--r--Library/Formula/xspin.rb3
2 files changed, 7 insertions, 1 deletions
diff --git a/Library/Formula/spin.rb b/Library/Formula/spin.rb
index 2c03b19e1..5f9fe29b0 100644
--- a/Library/Formula/spin.rb
+++ b/Library/Formula/spin.rb
@@ -4,13 +4,14 @@ class Spin <Formula
url 'http://spinroot.com/spin/Src/spin524.tar.gz'
homepage 'http://spinroot.com/spin/whatispin.html'
md5 'c869e7bd83c70be6565cf77c6a98b72c'
+ version '5.2.4'
def patches
DATA
end
def install
- version='5.2.4'
+
ENV.gcc_4_2
ENV.deparallelize
@@ -25,6 +26,8 @@ class Spin <Formula
FileUtils.cd("Man") { man1.install "spin.1" }
end
end
+
+# manual patching is required by the spin install process
__END__
diff --git a/Src5.2.4/makefile b/Src5.2.4/makefile
index 67f22aa..596c893 100755
diff --git a/Library/Formula/xspin.rb b/Library/Formula/xspin.rb
index 3d331d8e4..b9cd44767 100644
--- a/Library/Formula/xspin.rb
+++ b/Library/Formula/xspin.rb
@@ -4,6 +4,7 @@ class Xspin <Formula
url 'http://spinroot.com/spin/Src/xspin523.tcl'
homepage 'http://spinroot.com/spin/Src/index.html'
md5 '893eb05798802cea4f281daaf34ce190'
+ version '5.2.3'
depends_on 'spin'
@@ -22,6 +23,8 @@ class Xspin <Formula
bin.install "xspin"
end
end
+
+# manual patching is required by the spin install process
__END__
diff --git a/xspin523.tcl b/xspin523.tcl
old mode 100644