svn commit: r426408 - head/net/gssdp

Barbara Guida barbara.freebsd at gmail.com
Sun Nov 20 06:27:00 UTC 2016


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 at 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 at 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
>


-------------- next part --------------
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


More information about the svn-ports-all mailing list