git: 108a3e4794ae - main - comms/tcpser: Use correct conventions on PORTVERSION and respect CFLAGS

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Tue, 01 Feb 2022 00:06:16 UTC
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=108a3e4794ae27bf910082c9648fe77afcc7ec8d

commit 108a3e4794ae27bf910082c9648fe77afcc7ec8d
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-02-01 00:03:26 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-02-01 00:06:09 +0000

    comms/tcpser: Use correct conventions on PORTVERSION and respect CFLAGS
---
 comms/tcpser/files/patch-Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/comms/tcpser/files/patch-Makefile b/comms/tcpser/files/patch-Makefile
index 69c4159f85f7..45970abe7e30 100644
--- a/comms/tcpser/files/patch-Makefile
+++ b/comms/tcpser/files/patch-Makefile
@@ -1,13 +1,13 @@
---- Makefile.orig	2022-01-25 03:54:45 UTC
+--- Makefile.orig	2021-04-25 13:47:46 UTC
 +++ Makefile
-@@ -1,9 +1,7 @@
+@@ -1,10 +1,6 @@
  SRC=src
  SRCS = $(SRC)/bridge.c $(SRC)/debug.c $(SRC)/getcmd.c $(SRC)/ip.c $(SRC)/init.c $(SRC)/modem_core.c $(SRC)/nvt.c $(SRC)/serial.c $(SRC)/ip232.c $(SRC)/util.c $(SRC)/phone_book.c $(SRC)/shared.c $(SRC)/tcpser.c $(SRC)/line.c $(SRC)/dce.c
  OBJS = $(SRC)/bridge.o $(SRC)/debug.o $(SRC)/getcmd.o $(SRC)/ip.o $(SRC)/init.o $(SRC)/modem_core.o $(SRC)/nvt.o $(SRC)/serial.o $(SRC)/ip232.o $(SRC)/util.o $(SRC)/phone_book.o $(SRC)/shared.o $(SRC)/tcpser.o $(SRC)/dce.o $(SRC)/line.o
 -CC = gcc
 -DEF = 
 -CFLAGS = -g $(DEF) -Wall
-+CFLAGS = -g -Wall
- LDFLAGS = -lpthread
+-LDFLAGS = -lpthread
  DEPEND = makedepend $(DEF) $(CFLAGS)
  
+ all:	tcpser