aboutsummaryrefslogtreecommitdiff
path: root/comms/picocom
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-09 05:35:45 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-09 05:35:45 +0000
commiteb90be7a8c7469be79cc10eab57c9148c030afe7 (patch)
tree32cbdeca6f3973b96730b87ac69aabc20c8cee71 /comms/picocom
parent6a2f510d039f82994e73c83400593349df3fc50e (diff)
downloadports-eb90be7a8c7469be79cc10eab57c9148c030afe7.tar.gz
ports-eb90be7a8c7469be79cc10eab57c9148c030afe7.zip
comms/picocom: Update to 3.1
Port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Removed the useless option DEBUG * Removed the patch PR: 226455 Submitted by: owk <freebsd_ports@k-worx.org> Approved by: tcberner (mentor, implicit)
Notes
Notes: svn path=/head/; revision=463928
Diffstat (limited to 'comms/picocom')
-rw-r--r--comms/picocom/Makefile9
-rw-r--r--comms/picocom/distinfo6
-rw-r--r--comms/picocom/files/patch-Makefile17
3 files changed, 7 insertions, 25 deletions
diff --git a/comms/picocom/Makefile b/comms/picocom/Makefile
index 35db5beab6fb..7423dfdef7b7 100644
--- a/comms/picocom/Makefile
+++ b/comms/picocom/Makefile
@@ -2,23 +2,22 @@
# $FreeBSD$
PORTNAME= picocom
-PORTVERSION= 2.2
+DISTVERSION= 3.1
CATEGORIES= comms
MAINTAINER= ports@FreeBSD.org
COMMENT= Dumb Terminal Emulator
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
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}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/comms/picocom/distinfo b/comms/picocom/distinfo
index a63e95581348..dd5acc57c769 100644
--- a/comms/picocom/distinfo
+++ b/comms/picocom/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482628178
-SHA256 (npat-efault-picocom-2.2_GH0.tar.gz) = 3e3904158d675541f0fcfdcd1f671b38445338f536080f5de8d6674b5f33d4ce
-SIZE (npat-efault-picocom-2.2_GH0.tar.gz) = 88670
+TIMESTAMP = 1520541518
+SHA256 (npat-efault-picocom-3.1_GH0.tar.gz) = e6761ca932ffc6d09bd6b11ff018bdaf70b287ce518b3282d29e0270e88420bb
+SIZE (npat-efault-picocom-3.1_GH0.tar.gz) = 121686
diff --git a/comms/picocom/files/patch-Makefile b/comms/picocom/files/patch-Makefile
deleted file mode 100644
index 1a76d020d92d..000000000000
--- a/comms/picocom/files/patch-Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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