diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-18 01:30:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-18 01:30:56 +0800 |
commit | c5372b0cf2ec963e0f3cbdc9a0329c821d3b91e1 (patch) | |
tree | 55c1e2bb5d7a7358a6c2c8b875b031985d1670a2 /net | |
parent | 53c36e004550f4b10c52aca0522d5837e5343c3e (diff) | |
download | freebsd-ports-gnome-c5372b0cf2ec963e0f3cbdc9a0329c821d3b91e1.tar.gz freebsd-ports-gnome-c5372b0cf2ec963e0f3cbdc9a0329c821d3b91e1.tar.zst freebsd-ports-gnome-c5372b0cf2ec963e0f3cbdc9a0329c821d3b91e1.zip |
Update to 0.12.11
- Rename VALA option to VAPI
Changes: https://gitlab.gnome.org/GNOME/gupnp-av/blob/master/NEWS
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-av/Makefile | 17 | ||||
-rw-r--r-- | net/gupnp-av/distinfo | 6 | ||||
-rw-r--r-- | net/gupnp-av/pkg-plist | 4 |
3 files changed, 13 insertions, 14 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index fb9245d8fc48..68b69056eb22 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -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 diff --git a/net/gupnp-av/distinfo b/net/gupnp-av/distinfo index 61130b8102da..1763c03eeea7 100644 --- a/net/gupnp-av/distinfo +++ b/net/gupnp-av/distinfo @@ -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 diff --git a/net/gupnp-av/pkg-plist b/net/gupnp-av/pkg-plist index 3794cbd6e800..07bd96112a48 100644 --- a/net/gupnp-av/pkg-plist +++ b/net/gupnp-av/pkg-plist @@ -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 |