Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 17:30:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485147 - head/net/gupnp-av
Message-ID:  <201811171730.wAHHUuRn063238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 17 17:30:56 2018
New Revision: 485147
URL: https://svnweb.freebsd.org/changeset/ports/485147

Log:
  Update to 0.12.11
  
  - Rename VALA option to VAPI
  
  Changes:	https://gitlab.gnome.org/GNOME/gupnp-av/blob/master/NEWS

Modified:
  head/net/gupnp-av/Makefile
  head/net/gupnp-av/distinfo
  head/net/gupnp-av/pkg-plist

Modified: head/net/gupnp-av/Makefile
==============================================================================
--- head/net/gupnp-av/Makefile	Sat Nov 17 17:30:46 2018	(r485146)
+++ head/net/gupnp-av/Makefile	Sat Nov 17 17:30:56 2018	(r485147)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gupnp-av
-PORTVERSION=	0.12.10
-PORTREVISION=	1
+PORTVERSION=	0.12.11
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 
@@ -15,20 +14,20 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	gobject-introspection>=0.9.5:devel/gobject-introspection
 
-OPTIONS_DEFINE=	VALA
+OPTIONS_DEFINE=	VAPI
 OPTIONS_SUB=	yes
-VALA_DESC=	Vala binding
 
+USES=		gmake gnome libtool pathfix pkgconfig tar:xz
+USE_GNOME=	glib20 introspection:build libxml2
+
 CONFIGURE_ARGS=	--enable-introspection=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USE_GNOME=	glib20 introspection:build libxml2
 USE_LDCONFIG=	yes
-USES=		gmake gnome libtool pathfix pkgconfig tar:xz
 
-VALA_BUILD_DEPENDS=	vala>=0.22:lang/vala
-VALA_CONFIGURE_ENV=	ac_cv_path_VAPIGEN=${LOCALBASE}/bin/vapigen
-VALA_CONFIGURE_ENV_OFF=	ac_cv_path_VAPIGEN=""
+VAPI_BUILD_DEPENDS=	vala>=0.22:lang/vala
+VAPI_CONFIGURE_ENV=	ac_cv_path_VAPIGEN=${LOCALBASE}/bin/vapigen
+VAPI_CONFIGURE_ENV_OFF=	ac_cv_path_VAPIGEN=""
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Wno-unused-parameters||' ${WRKSRC}/tests/Makefile.in

Modified: head/net/gupnp-av/distinfo
==============================================================================
--- head/net/gupnp-av/distinfo	Sat Nov 17 17:30:46 2018	(r485146)
+++ head/net/gupnp-av/distinfo	Sat Nov 17 17:30:56 2018	(r485147)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479482639
-SHA256 (gupnp-av-0.12.10.tar.xz) = 8038ef84dddbe7ad91c205bf91dddf684f072df8623f39b6555a6bb72837b85a
-SIZE (gupnp-av-0.12.10.tar.xz) = 370552
+TIMESTAMP = 1542125666
+SHA256 (gupnp-av-0.12.11.tar.xz) = 689dcf1492ab8991daea291365a32548a77d1a2294d85b33622b55cca9ce6fdc
+SIZE (gupnp-av-0.12.11.tar.xz) = 373052

Modified: head/net/gupnp-av/pkg-plist
==============================================================================
--- head/net/gupnp-av/pkg-plist	Sat Nov 17 17:30:46 2018	(r485146)
+++ head/net/gupnp-av/pkg-plist	Sat Nov 17 17:30:56 2018	(r485147)
@@ -60,5 +60,5 @@ share/gtk-doc/html/gupnp-av/up.png
 %%DATADIR%%/simpledc20021212.xsd
 %%DATADIR%%/upnp.xsd
 %%DATADIR%%/xml.xsd
-%%VALA%%share/vala/vapi/gupnp-av-1.0.deps
-%%VALA%%share/vala/vapi/gupnp-av-1.0.vapi
+%%VAPI%%share/vala/vapi/gupnp-av-1.0.deps
+%%VAPI%%share/vala/vapi/gupnp-av-1.0.vapi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811171730.wAHHUuRn063238>