svn commit: r422913 - head/net/libgweather

Koop Mast kwm at FreeBSD.org
Thu Sep 29 11:57:16 UTC 2016


Author: kwm
Date: Thu Sep 29 11:57:14 2016
New Revision: 422913
URL: https://svnweb.freebsd.org/changeset/ports/422913

Log:
  Update libgweather to 3.18.2.
  
  * NOAA shut down their METAR provider service, so libgweather
    switched to a different provider.
  * Record indirect dependancies
  * Add License block
  * Add USES=localbase instead of CPPFLAGS/LDFLAGS
  
  PR:		212123
  Submitted by:	cpm@

Modified:
  head/net/libgweather/Makefile
  head/net/libgweather/distinfo
  head/net/libgweather/pkg-plist

Modified: head/net/libgweather/Makefile
==============================================================================
--- head/net/libgweather/Makefile	Thu Sep 29 11:52:35 2016	(r422912)
+++ head/net/libgweather/Makefile	Thu Sep 29 11:57:14 2016	(r422913)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libgweather
-PORTVERSION=	3.18.1
+PORTVERSION=	3.18.2
 CATEGORIES=	net gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -10,19 +10,20 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Library to accessing online weather informations
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	vala:lang/vala
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		libgeocode-glib.so:net/geocode-glib
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
-USE_GNOME=	gtk30 intlhack introspection:build
+USES=		gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
+USE_GNOME=	cairo gtk30 intlhack introspection:build libxml2
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 CONFIGURE_ARGS+=--disable-glade-catalog
 INSTALL_TARGET=	install-strip
 GLIB_SCHEMAS=	org.gnome.GWeather.enums.xml \

Modified: head/net/libgweather/distinfo
==============================================================================
--- head/net/libgweather/distinfo	Thu Sep 29 11:52:35 2016	(r422912)
+++ head/net/libgweather/distinfo	Thu Sep 29 11:57:14 2016	(r422913)
@@ -1,2 +1,3 @@
-SHA256 (gnome3/libgweather-3.18.1.tar.xz) = 94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0
-SIZE (gnome3/libgweather-3.18.1.tar.xz) = 3430524
+TIMESTAMP = 1472579919
+SHA256 (gnome3/libgweather-3.18.2.tar.xz) = f35e52fa4023369ef5e04851311b3f15c9d7103ec801d0567eb3dec5851e71e3
+SIZE (gnome3/libgweather-3.18.2.tar.xz) = 3431224

Modified: head/net/libgweather/pkg-plist
==============================================================================
--- head/net/libgweather/pkg-plist	Thu Sep 29 11:52:35 2016	(r422912)
+++ head/net/libgweather/pkg-plist	Thu Sep 29 11:57:14 2016	(r422913)
@@ -16,9 +16,7 @@ share/gir-1.0/GWeather-3.0.gir
 share/gtk-doc/html/libgweather-3.0/GWeatherInfo.html
 share/gtk-doc/html/libgweather-3.0/GWeatherLocation.html
 share/gtk-doc/html/libgweather-3.0/GWeatherLocationEntry.html
-share/gtk-doc/html/libgweather-3.0/GWeatherTimezone.html
 share/gtk-doc/html/libgweather-3.0/GWeatherTimezoneMenu.html
-share/gtk-doc/html/libgweather-3.0/annotation-glossary.html
 share/gtk-doc/html/libgweather-3.0/api-index-deprecated.html
 share/gtk-doc/html/libgweather-3.0/api-index-full.html
 share/gtk-doc/html/libgweather-3.0/ch01.html
@@ -28,6 +26,7 @@ share/gtk-doc/html/libgweather-3.0/ix03.
 share/gtk-doc/html/libgweather-3.0/left-insensitive.png
 share/gtk-doc/html/libgweather-3.0/left.png
 share/gtk-doc/html/libgweather-3.0/libgweather-3.0.devhelp2
+share/gtk-doc/html/libgweather-3.0/libgweather-gweathertimezone.html
 share/gtk-doc/html/libgweather-3.0/libgweather-Versioning-information.html
 share/gtk-doc/html/libgweather-3.0/object-tree.html
 share/gtk-doc/html/libgweather-3.0/right-insensitive.png


More information about the svn-ports-all mailing list