Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 17:55:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551940 - in head/net/tintin++: . files
Message-ID:  <202010101755.09AHt3nA049385@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 10 17:55:03 2020
New Revision: 551940
URL: https://svnweb.freebsd.org/changeset/ports/551940

Log:
  Update to 2.02.04
  
  Changes:	https://tintin.mudhalla.net/news.php

Added:
  head/net/tintin++/files/
  head/net/tintin++/files/patch-tintin.h   (contents, props changed)
Modified:
  head/net/tintin++/Makefile
  head/net/tintin++/distinfo

Modified: head/net/tintin++/Makefile
==============================================================================
--- head/net/tintin++/Makefile	Sat Oct 10 17:54:58 2020	(r551939)
+++ head/net/tintin++/Makefile	Sat Oct 10 17:55:03 2020	(r551940)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tintin++
-PORTVERSION=	2.02.03
+PORTVERSION=	2.02.04
 CATEGORIES+=	net games
 MASTER_SITES=	SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION:C|.$||}/ \
 		https://github.com/scandum/tintin/releases/download/${PORTVERSION}/

Modified: head/net/tintin++/distinfo
==============================================================================
--- head/net/tintin++/distinfo	Sat Oct 10 17:54:58 2020	(r551939)
+++ head/net/tintin++/distinfo	Sat Oct 10 17:55:03 2020	(r551940)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589631130
-SHA256 (tintin-2.02.03.tar.gz) = e44c88b1c97283525062ce15efdddebf5067e84ea37491903bcd8c8824f26f79
-SIZE (tintin-2.02.03.tar.gz) = 2074592
+TIMESTAMP = 1602317853
+SHA256 (tintin-2.02.04.tar.gz) = 479216011134568b43dbe872a3c2c7dc2a2fb0874bf6655f2a6f468637103ef0
+SIZE (tintin-2.02.04.tar.gz) = 2101749

Added: head/net/tintin++/files/patch-tintin.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/tintin++/files/patch-tintin.h	Sat Oct 10 17:55:03 2020	(r551940)
@@ -0,0 +1,13 @@
+--- tintin.h.orig	2020-10-09 12:23:24 UTC
++++ tintin.h
+@@ -98,6 +98,10 @@
+ #include <sys/stat.h>
+ #endif
+ 
++#ifdef HAVE_SYS_SOCKET_H
++#include <sys/socket.h>
++#endif
++
+ #if !defined(SO_PEERCRED)
+ 	#define SO_PEERCRED 17
+ #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010101755.09AHt3nA049385>