Date: Sat, 19 Nov 2016 17:03:50 +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: r426410 - head/net/gupnp-av Message-ID: <201611191703.uAJH3omX066098@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 19 17:03:50 2016 New Revision: 426410 URL: https://svnweb.freebsd.org/changeset/ports/426410 Log: - Update to 0.12.10 - Add LICENSE_FILE Changes: https://git.gnome.org/browse/gupnp-av/tree/NEWS Modified: head/net/gupnp-av/Makefile head/net/gupnp-av/distinfo Modified: head/net/gupnp-av/Makefile ============================================================================== --- head/net/gupnp-av/Makefile Sat Nov 19 17:03:46 2016 (r426409) +++ head/net/gupnp-av/Makefile Sat Nov 19 17:03:50 2016 (r426410) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gupnp-av -PORTVERSION= 0.12.8 +PORTVERSION= 0.12.10 CATEGORIES= net MASTER_SITES= GNOME @@ -10,15 +10,13 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Helpers for audio/video applications using GUPnP LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gobject-introspection>=0.9.5:devel/gobject-introspection \ - gupnp>=0.19.0:net/gupnp -LIB_DEPENDS= libgupnp-1.0.so:net/gupnp -RUN_DEPENDS= gupnp>=0.19.0:net/gupnp +BUILD_DEPENDS= gobject-introspection>=0.9.5:devel/gobject-introspection OPTIONS_DEFINE= VALA OPTIONS_SUB= yes -VALA_DESC= Vala binding (requires net/gssdp and net/gupnp with VALA enabled) +VALA_DESC= Vala binding CONFIGURE_ARGS= --enable-introspection=yes GNU_CONFIGURE= yes Modified: head/net/gupnp-av/distinfo ============================================================================== --- head/net/gupnp-av/distinfo Sat Nov 19 17:03:46 2016 (r426409) +++ head/net/gupnp-av/distinfo Sat Nov 19 17:03:50 2016 (r426410) @@ -1,2 +1,3 @@ -SHA256 (gupnp-av-0.12.8.tar.xz) = 759bc7d46aff894c282d17f508d9b5be82de96aa74b10cb6b0fc6c5e07cc273c -SIZE (gupnp-av-0.12.8.tar.xz) = 357248 +TIMESTAMP = 1479482639 +SHA256 (gupnp-av-0.12.10.tar.xz) = 8038ef84dddbe7ad91c205bf91dddf684f072df8623f39b6555a6bb72837b85a +SIZE (gupnp-av-0.12.10.tar.xz) = 370552
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191703.uAJH3omX066098>