On 10/16/18 11:19 AM, Stuart Henderson wrote:
On 2018/10/16 11:01, Brian Callahan wrote:
Hi ports --

Attached is a small update to net/tintin++. I sent this to the maintainer
some months ago and never heard back.

OK?
Can you clean up whitespace while there please? Some indents are done
with spaces which should be tabs (made more obvious by sending the diff
which has things misaligned between adjacent lines), and inconsistent
" =" vs "=" ..

Should be better now.

~Brian


~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/tintin++/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile    12 Sep 2017 02:59:45 -0000      1.21
+++ Makefile    16 Oct 2018 15:00:49 -0000
@@ -1,7 +1,7 @@
  # $OpenBSD: Makefile,v 1.21 2017/09/12 02:59:45 bcallah Exp $
COMMENT= client program for playing muds with advanced features
-DISTNAME =     tintin-2.01.3
+DISTNAME =     tintin-2.01.4
  CATEGORIES=     net games
HOMEPAGE= http://tintin.sourceforge.net/
This is now https://tintin.sourceforge.io/

Index: distinfo
===================================================================
RCS file: /cvs/ports/net/tintin++/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    12 Sep 2017 02:59:45 -0000      1.6
+++ distinfo    16 Oct 2018 15:00:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (tintin-2.01.3.tar.gz) = xVIV/0pz1MZRqOz9wyP5gbYiYjOOAYC/W9yVu8Gu/i0=
-SIZE (tintin-2.01.3.tar.gz) = 282271
+SHA256 (tintin-2.01.4.tar.gz) = 3SKvv/Rak+w5kGW644VIkTGvfhtq6Kuyj4DWoDuC67w=
+SIZE (tintin-2.01.4.tar.gz) = 284704


? tintin-2014-2.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/tintin++/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile	12 Sep 2017 02:59:45 -0000	1.21
+++ Makefile	16 Oct 2018 15:22:49 -0000
@@ -1,30 +1,30 @@
 # $OpenBSD: Makefile,v 1.21 2017/09/12 02:59:45 bcallah Exp $ 
 
-COMMENT=	client program for playing muds with advanced features
-DISTNAME =	tintin-2.01.3
-CATEGORIES=     net games
+COMMENT =	client program for playing muds with advanced features
+DISTNAME =	tintin-2.01.4
+CATEGORIES =	net games
 
-HOMEPAGE=       http://tintin.sourceforge.net/
-MAINTAINER=	Ted Roby <tr...@freeshell.org>
+HOMEPAGE =	https://tintin.sourceforge.io/
+MAINTAINER =	Ted Roby <tr...@freeshell.org>
 
 # GPLv2+
-PERMIT_PACKAGE_CDROM=	Yes
+PERMIT_PACKAGE_CDROM =	Yes
 
 WANTLIB += c gnutls m pcre pthread util z
 
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=tintin/}
+MASTER_SITES =	${MASTER_SITE_SOURCEFORGE:=tintin/}
 
-LIB_DEPENDS=    devel/pcre \
+LIB_DEPENDS =	devel/pcre \
 		security/gnutls
 
-CONFIGURE_STYLE=        gnu
-CONFIGURE_ENV=		CPPFLAGS="-I${LOCALBASE}/include" \
-              		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_STYLE =	gnu
+CONFIGURE_ENV =		CPPFLAGS="-I${LOCALBASE}/include" \
+			LDFLAGS="-L${LOCALBASE}/lib"
 
-MAKE_FLAGS=     INCS=-I${LOCALBASE}/include
+MAKE_FLAGS =	INCS=-I${LOCALBASE}/include
 
-WRKDIST=	${WRKDIR}/tt/src
-NO_TEST=	Yes
+WRKDIST =	${WRKDIR}/tt/src
+NO_TEST =	Yes
 
 do-install:
 	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tintin++
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/tintin++/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo	12 Sep 2017 02:59:45 -0000	1.6
+++ distinfo	16 Oct 2018 15:22:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (tintin-2.01.3.tar.gz) = xVIV/0pz1MZRqOz9wyP5gbYiYjOOAYC/W9yVu8Gu/i0=
-SIZE (tintin-2.01.3.tar.gz) = 282271
+SHA256 (tintin-2.01.4.tar.gz) = 3SKvv/Rak+w5kGW644VIkTGvfhtq6Kuyj4DWoDuC67w=
+SIZE (tintin-2.01.4.tar.gz) = 284704

Reply via email to