aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornibbles 2bits2012-10-15 11:57:49 -0700
committerAdam Vandenberg2012-10-16 20:28:09 -0700
commit9553dc2cb32b6861e205379fda7757b4d9a18770 (patch)
tree6d755c39385152bd1c5074cdd73578fed489523b
parent35df35025cd0032f4b681d5bca4214246618ae71 (diff)
downloadhomebrew-9553dc2cb32b6861e205379fda7757b4d9a18770.tar.bz2
picocom 1.7
- Upgrade to version 1.7 - High baud patch still needed. Closes #15476. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/picocom.rb18
1 files changed, 8 insertions, 10 deletions
diff --git a/Library/Formula/picocom.rb b/Library/Formula/picocom.rb
index d477b9854..447d4cc27 100644
--- a/Library/Formula/picocom.rb
+++ b/Library/Formula/picocom.rb
@@ -1,9 +1,9 @@
require 'formula'
class Picocom < Formula
- url 'http://picocom.googlecode.com/files/picocom-1.6.tar.gz'
homepage 'http://code.google.com/p/picocom/'
- sha1 'f042e15fa76ab3349c74a70062aa210b527e6bdc'
+ url 'http://picocom.googlecode.com/files/picocom-1.7.tar.gz'
+ sha1 'bde6e36af71db845913f9d61f28dee1b485218fa'
def patches
# HIGH_BAUD is not defined
@@ -18,17 +18,15 @@ class Picocom < Formula
end
__END__
-diff --git a/Makefile b/Makefile
-index 09846aa..fba128e 100644
---- a/Makefile
-+++ b/Makefile
-@@ -2,8 +2,7 @@
- VERSION=1.6
+--- a/Makefile 2012-02-20 21:42:24.000000000 -0800
++++ b/Makefile 2012-10-12 23:26:08.000000000 -0700
+@@ -5,8 +5,7 @@
# CC = gcc
--CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" -DUUCP_LOCK_DIR=\"/var/lock\" \
+ CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" \
+- -DUUCP_LOCK_DIR=\"$(UUCP_LOCK_DIR)\" \
- -DHIGH_BAUD
-+CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" -DUUCP_LOCK_DIR=\"/var/lock\"
++ -DUUCP_LOCK_DIR=\"$(UUCP_LOCK_DIR)\"
CFLAGS = -Wall -g
# LD = gcc