aboutsummaryrefslogtreecommitdiff
path: root/comms/picocom
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-03-31 15:32:57 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-03-31 15:32:57 +0000
commite4946cb514128be83854178ea50ab2e921eaf578 (patch)
tree84229c895c0134df198fa5150d496ae4e2106a10 /comms/picocom
parentcbfbb09bda649df5d3c566f6c542b3c09b9dec76 (diff)
downloadports-e4946cb514128be83854178ea50ab2e921eaf578.tar.gz
ports-e4946cb514128be83854178ea50ab2e921eaf578.zip
- Update to 1.6
- Take maintainership - Fix WWW/pkg-descr [1] PR: ports/156047 Submitted by: N.J. Mann <njm@njm.me.uk> [1]
Notes
Notes: svn path=/head/; revision=272054
Diffstat (limited to 'comms/picocom')
-rw-r--r--comms/picocom/Makefile6
-rw-r--r--comms/picocom/distinfo4
-rw-r--r--comms/picocom/files/patch-Makefile37
-rw-r--r--comms/picocom/pkg-descr3
4 files changed, 20 insertions, 30 deletions
diff --git a/comms/picocom/Makefile b/comms/picocom/Makefile
index 5bd1020321d6..862cdbbbfdce 100644
--- a/comms/picocom/Makefile
+++ b/comms/picocom/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= picocom
-PORTVERSION= 1.4
+PORTVERSION= 1.6
CATEGORIES= comms
-MASTER_SITES= http://efault.net/npat/hacks/picocom/dist/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dhn@FreeBSD.org
COMMENT= Dumb Terminal Emulator
ALL_TARGET= picocom
diff --git a/comms/picocom/distinfo b/comms/picocom/distinfo
index 861e74d697a0..33f9aaae9eb4 100644
--- a/comms/picocom/distinfo
+++ b/comms/picocom/distinfo
@@ -1,2 +1,2 @@
-SHA256 (picocom-1.4.tar.gz) = 437c5fac2376e416b4427501d1b074da5aa6b8fea756a0d61aec22686f025721
-SIZE (picocom-1.4.tar.gz) = 41295
+SHA256 (picocom-1.6.tar.gz) = df5774072de805ff06c6b1420dbcc932b1b00e919b49e22a7be14bcad5a0b3a1
+SIZE (picocom-1.6.tar.gz) = 46704
diff --git a/comms/picocom/files/patch-Makefile b/comms/picocom/files/patch-Makefile
index 3293a1f548ff..cc4eaa015614 100644
--- a/comms/picocom/files/patch-Makefile
+++ b/comms/picocom/files/patch-Makefile
@@ -1,32 +1,23 @@
---- Makefile.orig 2008-11-04 10:13:20.000000000 -0700
-+++ Makefile
-@@ -3,12 +3,15 @@ VERSION=1.4
+--- ./Makefile.orig 2010-05-29 00:39:52.000000000 +0200
++++ ./Makefile 2011-03-30 22:23:36.000000000 +0200
+@@ -1,6 +1,9 @@
- # CC = gcc
- CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" -DUUCP_LOCK_DIR=\"/var/lock\"
--CFLAGS = -Wall -g
-+CFLAGS = -Wall -g -I$(PREFIX)/include
-
- # LD = gcc
--LDFLAGS = -g
-+LDFLAGS = -g -Wl,-R$(PREFIX)/lib -L$(PREFIX)/lib -lcurses
- LDLIBS =
+ VERSION=1.6
+BIN = $(PREFIX)/bin
+MAN8 = $(PREFIX)/man/man8
+
- picocom : picocom.o term.o
- # $(LD) $(LDFLAGS) -o $@ $+ $(LDLIBS)
-
-@@ -17,6 +20,12 @@ term.o : term.c term.h
-
- doc : picocom.8 picocom.8.html picocom.8.ps
-
+ # CC = gcc
+ CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" -DUUCP_LOCK_DIR=\"/var/lock\" \
+ -DHIGH_BAUD
+@@ -43,3 +46,10 @@
+ rm -f picocom.8.html
+ rm -f picocom.8.ps
+ rm -f CHANGES
++
+install:
-+ -install -d $(BIN)
++ install -d $(BIN)
+ install -o root picocom $(BIN)
-+ -install -d $(MAN8)
++ install -d $(MAN8)
+ install -o root picocom.8 $(MAN8)
+
- changes :
- svn log -v . > CHANGES
diff --git a/comms/picocom/pkg-descr b/comms/picocom/pkg-descr
index 72233182301c..d335d51d1441 100644
--- a/comms/picocom/pkg-descr
+++ b/comms/picocom/pkg-descr
@@ -7,5 +7,4 @@ PPP connection scripts (something like the ms-windows "open terminal
window before / after dialing" feature). It could also prove useful in
many other similar tasks.
-
-WWW: http://efault.net/npat/hacks/picocom/
+WWW: http://code.google.com/p/picocom/