Date: Tue, 30 May 2017 11:18:25 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442058 - head/graphics/libchamplain Message-ID: <201705301118.v4UBIPOw059741@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue May 30 11:18:24 2017 New Revision: 442058 URL: https://svnweb.freebsd.org/changeset/ports/442058 Log: Update libchamplain to 0.12.15. * Add license * Review/add missing dependencies * Switch to USES=localbase Obtained from: gnome devel repo Modified: head/graphics/libchamplain/Makefile head/graphics/libchamplain/distinfo head/graphics/libchamplain/pkg-plist Modified: head/graphics/libchamplain/Makefile ============================================================================== --- head/graphics/libchamplain/Makefile Tue May 30 10:51:40 2017 (r442057) +++ head/graphics/libchamplain/Makefile Tue May 30 11:18:24 2017 (r442058) @@ -2,24 +2,29 @@ # $FreeBSD$ PORTNAME= libchamplain -PORTVERSION= 0.12.13 -PORTREVISION= 1 +PORTVERSION= 0.12.15 CATEGORIES= graphics MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers -LIB_DEPENDS= libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ - libsoup-gnome-2.4.so:devel/libsoup-gnome +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome libtool pathfix pkgconfig sqlite tar:xz -USE_GNOME= gtk30 introspection:build -USE_GL= gl +LIB_DEPENDS= libcogl.so:graphics/cogl \ + libclutter-1.0.so:graphics/clutter \ + libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ + libjson-glib-1.0.so:devel/json-glib \ + libsoup-2.4.so:devel/libsoup + +USES= gettext-runtime gmake gnome libtool localbase pathfix \ + pkgconfig sqlite tar:xz +USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build +USE_GL= egl +USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr GNU_CONFIGURE= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-gtk-doc-html=no INSTALL_TARGET= install-strip Modified: head/graphics/libchamplain/distinfo ============================================================================== --- head/graphics/libchamplain/distinfo Tue May 30 10:51:40 2017 (r442057) +++ head/graphics/libchamplain/distinfo Tue May 30 11:18:24 2017 (r442058) @@ -1,2 +1,3 @@ -SHA256 (libchamplain-0.12.13.tar.xz) = b3b3a44530ac94c0b3c3710a2d9495d47450c4133006c5e3ca24e0a761683fab -SIZE (libchamplain-0.12.13.tar.xz) = 605664 +TIMESTAMP = 1496085876 +SHA256 (libchamplain-0.12.15.tar.xz) = 54721a210bdef6d73c5192ed83542023117bf5d7441257e7a7a9f8c05550b874 +SIZE (libchamplain-0.12.15.tar.xz) = 616692 Modified: head/graphics/libchamplain/pkg-plist ============================================================================== --- head/graphics/libchamplain/pkg-plist Tue May 30 10:51:40 2017 (r442057) +++ head/graphics/libchamplain/pkg-plist Tue May 30 11:18:24 2017 (r442058) @@ -46,11 +46,11 @@ lib/girepository-1.0/GtkChamplain-%%VERSION%%.typelib lib/libchamplain-%%VERSION%%.a lib/libchamplain-%%VERSION%%.so lib/libchamplain-%%VERSION%%.so.0 -lib/libchamplain-%%VERSION%%.so.0.8.0 +lib/libchamplain-%%VERSION%%.so.0.9.1 lib/libchamplain-gtk-%%VERSION%%.a lib/libchamplain-gtk-%%VERSION%%.so lib/libchamplain-gtk-%%VERSION%%.so.0 -lib/libchamplain-gtk-%%VERSION%%.so.0.8.0 +lib/libchamplain-gtk-%%VERSION%%.so.0.9.1 libdata/pkgconfig/champlain-%%VERSION%%.pc libdata/pkgconfig/champlain-gtk-%%VERSION%%.pc share/gir-1.0/Champlain-%%VERSION%%.gir
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705301118.v4UBIPOw059741>