1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 0.3.1

This commit is contained in:
Baptiste Daroussin 2013-07-10 10:10:44 +00:00
parent 3037878285
commit 67eea5ef05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322636
3 changed files with 13 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= tradcpp
PORTVERSION= 0.3
PORTVERSION= 0.3.1
CATEGORIES= devel
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/

View File

@ -1,2 +1,2 @@
SHA256 (tradcpp-0.3.tar.gz) = 4cd2cd9e4913831254becb9711777d619d5293479eaa2ee1d413c99300398e86
SIZE (tradcpp-0.3.tar.gz) = 33032
SHA256 (tradcpp-0.3.1.tar.gz) = f23f97bd3ea19a2ad86b7d4403b39fa71a66cc1534ccef99b620ec010c321fda
SIZE (tradcpp-0.3.1.tar.gz) = 33289

View File

@ -0,0 +1,10 @@
--- ./main.c.orig 2013-07-09 19:48:47.000000000 +0200
+++ ./main.c 2013-07-10 12:01:00.792068148 +0200
@@ -27,6 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>