pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/vala vala: update to 0.44.1nb1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee5dabc47bc8
branches:  trunk
changeset: 321619:ee5dabc47bc8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 25 22:29:45 2019 +0000

description:
vala: update to 0.44.1nb1.

Add libxslt build dependency and regen PLIST.
Avoids failures when libxslt is already installed (PR 54075).

diffstat:

 lang/vala/Makefile |   6 ++++--
 lang/vala/PLIST    |  23 ++++++++++++++++++++++-
 2 files changed, 26 insertions(+), 3 deletions(-)

diffs (66 lines):

diff -r 89b13c064879 -r ee5dabc47bc8 lang/vala/Makefile
--- a/lang/vala/Makefile        Mon Mar 25 19:56:08 2019 +0000
+++ b/lang/vala/Makefile        Mon Mar 25 22:29:45 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2019/03/25 13:49:55 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2019/03/25 22:29:45 wiz Exp $
 
 DISTNAME=      vala-0.44.1
+PKGREVISION=   1
 CATEGORIES=    lang gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -10,6 +11,8 @@
 COMMENT=       Compiler for the GObject type system
 LICENSE=       gnu-lgpl-v2.1
 
+BUILD_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt
+
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            bison flex gmake pkg-config
@@ -18,7 +21,6 @@
 PKGCONFIG_OVERRIDE+=   vapigen/vapigen.pc.in
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.40.0
-
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../graphics/graphviz/buildlink3.mk"
diff -r 89b13c064879 -r ee5dabc47bc8 lang/vala/PLIST
--- a/lang/vala/PLIST   Mon Mar 25 19:56:08 2019 +0000
+++ b/lang/vala/PLIST   Mon Mar 25 22:29:45 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2019/03/25 13:49:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2019/03/25 22:29:45 wiz Exp $
 bin/vala
 bin/vala-0.44
 bin/vala-gen-introspect
@@ -33,6 +33,27 @@
 man/man1/vapigen.1
 share/aclocal/vala.m4
 share/aclocal/vapigen.m4
+share/devhelp/books/vala-0.44/Attributes.html
+share/devhelp/books/vala-0.44/Classes.html
+share/devhelp/books/vala-0.44/Concepts.html
+share/devhelp/books/vala-0.44/Delegates.html
+share/devhelp/books/vala-0.44/Enumerated_types__Enums_.html
+share/devhelp/books/vala-0.44/Errors.html
+share/devhelp/books/vala-0.44/Expressions.html
+share/devhelp/books/vala-0.44/GIDL_metadata_format.html
+share/devhelp/books/vala-0.44/GIR_metadata_format.html
+share/devhelp/books/vala-0.44/Generics.html
+share/devhelp/books/vala-0.44/Interfaces.html
+share/devhelp/books/vala-0.44/Methods.html
+share/devhelp/books/vala-0.44/Namespaces.html
+share/devhelp/books/vala-0.44/Overview.html
+share/devhelp/books/vala-0.44/Preprocessor.html
+share/devhelp/books/vala-0.44/Statements.html
+share/devhelp/books/vala-0.44/Structs.html
+share/devhelp/books/vala-0.44/Types.html
+share/devhelp/books/vala-0.44/default.css
+share/devhelp/books/vala-0.44/index.html
+share/devhelp/books/vala-0.44/vala-0.44.devhelp2
 share/vala-0.44/vapi/alsa.deps
 share/vala-0.44/vapi/alsa.vapi
 share/vala-0.44/vapi/atk.vapi



Home | Main Index | Thread Index | Old Index