From 9553dc2cb32b6861e205379fda7757b4d9a18770 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Mon, 15 Oct 2012 11:57:49 -0700 Subject: picocom 1.7 - Upgrade to version 1.7 - High baud patch still needed. Closes #15476. Signed-off-by: Adam Vandenberg --- Library/Formula/picocom.rb | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3