Update to 0.7.10.

PR:		143665
Submitted by:	Dmitry <dmitry2006@yandex.ru>
This commit is contained in:
Joe Marcus Clarke 2010-02-12 23:35:28 +00:00
parent d02233f4b4
commit d0e44df2ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249739
5 changed files with 28 additions and 4 deletions

View file

@ -7,7 +7,7 @@
# #
PORTNAME= vala PORTNAME= vala
PORTVERSION= 0.7.9 PORTVERSION= 0.7.10
CATEGORIES= lang gnome CATEGORIES= lang gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME

View file

@ -1,3 +1,3 @@
MD5 (vala-0.7.9.tar.bz2) = f2f8b2914361db599fd6392ec27f7042 MD5 (vala-0.7.10.tar.bz2) = 6e807644f500d6605a5ee4e1612dd187
SHA256 (vala-0.7.9.tar.bz2) = a71d59cfed750ff402fece5e7d4b656caf3377d5a6bfe5339894f1b13769d58d SHA256 (vala-0.7.10.tar.bz2) = 902392d95e20e8c3e18ad739e24c6727dd90fe281b1ffdbbf509a8d7c50aa8c5
SIZE (vala-0.7.9.tar.bz2) = 1960847 SIZE (vala-0.7.10.tar.bz2) = 1976085

View file

@ -0,0 +1,11 @@
--- vapi/glib-2.0.vapi.orig 2009-11-23 01:21:30.000000000 +0500
+++ vapi/glib-2.0.vapi 2009-12-03 14:12:42.840631369 +0500
@@ -2452,6 +2452,8 @@
public static FileStream? open (string path, string mode);
[CCode (cname = "fdopen")]
public static FileStream? fdopen (int fildes, string mode);
+ [CCode (cname = "freopen", instance_pos = -1)]
+ public void reopen (string path, string mode);
[CCode (cname = "fprintf")]
[PrintfFormat ()]
public void printf (string format, ...);

View file

@ -0,0 +1,11 @@
--- vapi/libpq.vapi.orig 2009-07-17 21:34:39.000000000 +0600
+++ vapi/libpq.vapi 2009-11-23 01:18:21.000000000 +0500
@@ -22,7 +22,7 @@
using GLib;
-[CCode (cprefix = "PQ", cheader_filename = "postgresql/libpq-fe.h")]
+[CCode (cprefix = "PQ", cheader_filename = "libpq-fe.h")]
namespace Postgres {
[CCode (cname = "ConnStatusType", cprefix = "CONNECTION_")]

View file

@ -204,3 +204,5 @@ share/devhelp/books/vala/vala.devhelp2
@dirrmtry share/devhelp @dirrmtry share/devhelp
%%VAPIGEN%%@dirrm lib/vala %%VAPIGEN%%@dirrm lib/vala
@dirrm include/vala-1.0 @dirrm include/vala-1.0
@dirrmtry %%DATADIR%%/vapi
@dirrmtry %%DATADIR%%