mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/vala: Update to 0.56.18 and hook up the test target
Reported by: portscout!
This commit is contained in:
parent
5fecce9e79
commit
8feb8c707f
3 changed files with 8 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
.if ! defined(_INCLUDE_USES_VALA_MK)
|
||||
_INCLUDE_USES_VALA_MK= yes
|
||||
|
||||
_VALA_VERSION= 0.56.17
|
||||
_VALA_VERSION= 0.56.18
|
||||
_VALA_LIB_VERSION= ${_VALA_VERSION:R}
|
||||
_VALA_LIBRARY= libvala-${_VALA_LIB_VERSION}.so
|
||||
_VALA_BINARY= valac
|
||||
|
|
|
@ -10,6 +10,9 @@ WWW= https://wiki.gnome.org/Projects/Vala
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
TEST_DEPENDS= bash:shells/bash \
|
||||
dbus>0:devel/dbus
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= bison cpe gettext-runtime gmake gnome libtool \
|
||||
|
@ -18,10 +21,10 @@ USES= bison cpe gettext-runtime gmake gnome libtool \
|
|||
USE_GNOME= glib20 gnomeprefix introspection:build libxslt:build
|
||||
CPE_VENDOR= gnome
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --disable-valadoc
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= test
|
||||
|
||||
PLIST_SUB= VALA_LIB_VERSION=${_VALA_LIB_VERSION}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1728447990
|
||||
SHA256 (vala-0.56.17.tar.xz) = 26100c4e4ef0049c619275f140d97cf565883d00c7543c82bcce5a426934ed6a
|
||||
SIZE (vala-0.56.17.tar.xz) = 4016576
|
||||
TIMESTAMP = 1740991602
|
||||
SHA256 (vala-0.56.18.tar.xz) = f2affe7d40ab63db8e7b9ecc3f6bdc9c2fc7e3134c84ff2d795f482fe926a382
|
||||
SIZE (vala-0.56.18.tar.xz) = 3995244
|
||||
|
|
Loading…
Add table
Reference in a new issue