aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/atomicparsley.rb
diff options
context:
space:
mode:
authorMax Howell2009-09-16 17:08:32 +0100
committerMax Howell2009-09-16 17:08:32 +0100
commit4fe374dafde412814d0398314852b7096332ed3d (patch)
tree4675a010f6af6d6c8182aa2200bc3bdd5ca30a06 /Library/Formula/atomicparsley.rb
parent9a59a1037c4bb227da2fff2fae209f341b9aedbe (diff)
downloadhomebrew-4fe374dafde412814d0398314852b7096332ed3d.tar.bz2
Default to patch level 1
Having gone through our patches it's clear that p1 is more standard. Also fixed a bug where returning DATA outside of an array would fail to patch.
Diffstat (limited to 'Library/Formula/atomicparsley.rb')
-rw-r--r--Library/Formula/atomicparsley.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/atomicparsley.rb b/Library/Formula/atomicparsley.rb
index 9cdd679cd..adb350624 100644
--- a/Library/Formula/atomicparsley.rb
+++ b/Library/Formula/atomicparsley.rb
@@ -6,7 +6,7 @@ class Atomicparsley <Formula
@md5='681e6ecec2921c98e07a9262bdcd6cf2'
def patches
- { :p0 => DATA }
+ DATA
end
def install
@@ -18,9 +18,9 @@ end
__END__
-diff -Naur AtomicParsley-source-0.9.0/AP_NSImage.mm AtomicParsley-source-0.9.0/AP_NSImage.mm
---- AtomicParsley-source-0.9.0/AP_NSImage.mm 2006-09-02 05:25:32.000000000 -0600
-+++ AtomicParsley-source-0.9.0/AP_NSImage.mm 2009-09-07 16:44:05.000000000 -0600
+diff -Naur a/AtomicParsley-source-0.9.0/AP_NSImage.mm b/AtomicParsley-source-0.9.0/AP_NSImage.mm
+--- a/AtomicParsley-source-0.9.0/AP_NSImage.mm 2006-09-02 05:25:32.000000000 -0600
++++ b/AtomicParsley-source-0.9.0/AP_NSImage.mm 2009-09-07 16:44:05.000000000 -0600
@@ -26,8 +26,8 @@
#include <sys/time.h>
#include <string.h>