diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gjs/Makefile | 7 | ||||
-rw-r--r-- | lang/gjs/distinfo | 4 | ||||
-rw-r--r-- | lang/vala/Makefile | 11 | ||||
-rw-r--r-- | lang/vala/distinfo | 4 |
4 files changed, 15 insertions, 11 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index f31f98fc3301..406c390e71f4 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gjs -PORTVERSION= 1.43.3 -PORTREVISION= 1 +PORTVERSION= 1.44.0 CATEGORIES= lang gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,8 +13,8 @@ COMMENT= GNOME Javascript binding LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libmozjs-24.so:${PORTSDIR}/lang/spidermonkey24 -USES= compiler:c++11-lib gettext gmake libtool pathfix pkgconfig \ - python:build tar:xz +USES= compiler:c++11-lib gettext gmake gnome libtool \ + pathfix pkgconfig python:build tar:xz USE_GNOME= cairo glib20 gnomeprefix introspection:build \ intlhack GNU_CONFIGURE= yes diff --git a/lang/gjs/distinfo b/lang/gjs/distinfo index 00ad1c6149d7..fa8abb9c00b9 100644 --- a/lang/gjs/distinfo +++ b/lang/gjs/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gjs-1.43.3.tar.xz) = 82b54dd4590ea1622d19b2e27978bcb9c2c5b46922e1e1780ea79b6a28aa1c4e -SIZE (gnome3/gjs-1.43.3.tar.xz) = 455968 +SHA256 (gnome3/gjs-1.44.0.tar.xz) = 88c960f6ad47a6931d123f5d6317d13704f58572f68a4391913a254ff27dce80 +SIZE (gnome3/gjs-1.44.0.tar.xz) = 486144 diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 9756df894873..cca063d2b042 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vala -PORTVERSION= 0.28.1 +PORTVERSION= 0.30.1 CATEGORIES= lang gnome MASTER_SITES= GNOME @@ -13,7 +13,8 @@ LICENSE= LGPL21 PORTSCOUT= limitw:1,even -USES= bison gettext gmake libtool pathfix pkgconfig tar:xz +USES= bison gettext-runtime gmake gnome libtool \ + pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomeprefix libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -22,6 +23,10 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip VALA_VER= ${PORTVERSION:R} -PLIST_SUB= VERSION=${VALA_VER} + +# Version got bumped to 0.30, replace VERSION with that instead +# of using VALA_VER. Replace 0.30 with VALA_VER when vala gets to 0.30.0 +#PLIST_SUB= VERSION=${VALA_VER} +PLIST_SUB= VERSION=0.30 .include <bsd.port.mk> diff --git a/lang/vala/distinfo b/lang/vala/distinfo index 68e5411793af..eb8d9c126d20 100644 --- a/lang/vala/distinfo +++ b/lang/vala/distinfo @@ -1,2 +1,2 @@ -SHA256 (vala-0.28.1.tar.xz) = 1c0eaea6134b75af17221cb699f13d7236d607bb48192565c3d865c38f184f47 -SIZE (vala-0.28.1.tar.xz) = 2721228 +SHA256 (vala-0.30.1.tar.xz) = 23add78e5c6a5e6df019d4a885c9c79814c9e0b957519ec8a4f4d826c4e5df2c +SIZE (vala-0.30.1.tar.xz) = 2727204 |