Date: Sun, 20 Nov 2016 07:26:53 +0100 From: Barbara Guida <barbara.freebsd@gmail.com> To: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r426408 - head/net/gssdp Message-ID: <5831422D.8000808@gmail.com> In-Reply-To: <201611191703.uAJH3ft1065863@repo.freebsd.org> References: <201611191703.uAJH3ft1065863@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------020902060805090300010308 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, for me it's failing to package. See attached diff. Best Regards Barbara On Sat, Nov 19, 2016 at 6:03 PM, Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> wrote: > Author: sunpoet > Date: Sat Nov 19 17:03:41 2016 > New Revision: 426408 > URL: https://svnweb.freebsd.org/changeset/ports/426408 > > Log: > - Update to 1.0.1 > - Add LICENSE_FILE > > Changes: https://git.gnome.org/browse/gssdp/tree/NEWS?h=gssdp_1.0 > > Modified: > head/net/gssdp/Makefile > head/net/gssdp/distinfo > > Modified: head/net/gssdp/Makefile > ============================================================================== > --- head/net/gssdp/Makefile Sat Nov 19 17:03:37 2016 (r426407) > +++ head/net/gssdp/Makefile Sat Nov 19 17:03:41 2016 (r426408) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gssdp > -PORTVERSION= 0.14.16 > +PORTVERSION= 1.0.1 > CATEGORIES= net > MASTER_SITES= GNOME > > @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Framework for UPnP devices > > LICENSE= LGPL20 > +LICENSE_FILE= ${WRKSRC}/COPYING > > BUILD_DEPENDS= gobject-introspection>=0.6.7:devel/gobject-introspection > LIB_DEPENDS= libsoup-2.4.so:devel/libsoup > > Modified: head/net/gssdp/distinfo > ============================================================================== > --- head/net/gssdp/distinfo Sat Nov 19 17:03:37 2016 (r426407) > +++ head/net/gssdp/distinfo Sat Nov 19 17:03:41 2016 (r426408) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1466892141 > -SHA256 (gssdp-0.14.16.tar.xz) = 54520bfb230b9c8c938eba88d87df44e04749682c95fb8aa381d13441345c5b2 > -SIZE (gssdp-0.14.16.tar.xz) = 301000 > +TIMESTAMP = 1479482617 > +SHA256 (gssdp-1.0.1.tar.xz) = 601d67f40bc28c067742b7c46f3018da96b364fd3e83f30ddac6e190e323d2e1 > +SIZE (gssdp-1.0.1.tar.xz) = 312336 > --------------020902060805090300010308 Content-Type: text/plain; charset=UTF-8; name="net_gssdp.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="net_gssdp.diff" Index: net/gssdp/Makefile =================================================================== --- net/gssdp/Makefile (revision 426556) +++ net/gssdp/Makefile (working copy) @@ -23,9 +23,9 @@ CONFIGURE_ARGS= --enable-introspection=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_GNOME= glib20 introspection:build +USE_GNOME= cairo gdkpixbuf2 glib20 introspection:build USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gettext-runtime gmake libtool pathfix pkgconfig tar:xz GTK3_CONFIGURE_WITH= gtk GTK3_USE= GNOME=gtk30 Index: net/gssdp/pkg-plist =================================================================== --- net/gssdp/pkg-plist (revision 426556) +++ net/gssdp/pkg-plist (working copy) @@ -8,7 +8,7 @@ lib/libgssdp-1.0.a lib/libgssdp-1.0.so lib/libgssdp-1.0.so.3 -lib/libgssdp-1.0.so.3.0.0 +lib/libgssdp-1.0.so.3.0.1 libdata/pkgconfig/gssdp-1.0.pc %%GTK3%%%%DATADIR%%/gssdp-device-sniffer.ui share/gir-1.0/GSSDP-1.0.gir --------------020902060805090300010308--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5831422D.8000808>