Index: head/comms/picocom/Makefile =================================================================== --- head/comms/picocom/Makefile (revision 400480) +++ head/comms/picocom/Makefile (revision 400481) @@ -1,20 +1,24 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= picocom -PORTVERSION= 1.7 +PORTVERSION= 2.1 CATEGORIES= comms -MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Dumb Terminal Emulator -ALL_TARGET= picocom -USES= gmake +LICENSE= GPLv2 -PLIST_FILES= bin/picocom man/man8/picocom.8.gz +USE_GITHUB= yes +GH_ACCOUNT= npat-efault +PLIST_FILES= bin/picocom man/man1/picocom.1.gz + +OPTIONS_DEFINE= DEBUG + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + .include Index: head/comms/picocom/distinfo =================================================================== --- head/comms/picocom/distinfo (revision 400480) +++ head/comms/picocom/distinfo (revision 400481) @@ -1,2 +1,2 @@ -SHA256 (picocom-1.7.tar.gz) = d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e -SIZE (picocom-1.7.tar.gz) = 42857 +SHA256 (npat-efault-picocom-2.1_GH0.tar.gz) = 6b152fc5f816eaef6b86336a4cec7cf1496b7c712061e5aea5a36f143a0b09ed +SIZE (npat-efault-picocom-2.1_GH0.tar.gz) = 89281 Index: head/comms/picocom/files/patch-Makefile =================================================================== --- head/comms/picocom/files/patch-Makefile (nonexistent) +++ head/comms/picocom/files/patch-Makefile (revision 400481) @@ -0,0 +1,17 @@ +--- Makefile.orig 2015-10-15 21:25:02 UTC ++++ Makefile +@@ -2,11 +2,11 @@ + VERSION = 2.1 + + #CC = gcc +-CPPFLAGS = -DVERSION_STR=\"$(VERSION)\" +-CFLAGS = -Wall -g ++CPPFLAGS += -DVERSION_STR=\"$(VERSION)\" ++CFLAGS ?= -Wall -g + + LD = $(CC) +-LDFLAGS = -g ++LDFLAGS ?= -g + LDLIBS = + + all: picocom Property changes on: head/comms/picocom/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/picocom/pkg-descr =================================================================== --- head/comms/picocom/pkg-descr (revision 400480) +++ head/comms/picocom/pkg-descr (revision 400481) @@ -1,10 +1,10 @@ As its name suggests, picocom is a minimal dumb-terminal emulation pro- gram. It is, in principle, very much like minicom(1) , only it's "pico" instead of "mini"! It was designed to serve as a simple, manual, modem configuration, testing, and debugging tool. It has also served (quite well) as a low-tech "terminal-window" to allow operator intervention in 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://code.google.com/p/picocom/ +WWW: https://github.com/npat-efault/picocom/