Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 23:01:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352162 - head/net/libgweather
Message-ID:  <201404252301.s3PN1at0090859@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 25 23:01:35 2014
New Revision: 352162
URL: http://svnweb.freebsd.org/changeset/ports/352162
QAT: https://qat.redports.org/buildarchive/r352162/

Log:
  Support stage

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

Modified: head/net/libgweather/Makefile
==============================================================================
--- head/net/libgweather/Makefile	Fri Apr 25 22:56:07 2014	(r352161)
+++ head/net/libgweather/Makefile	Fri Apr 25 23:01:35 2014	(r352162)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgweather
 PORTVERSION=	2.30.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net gnome
 MASTER_SITES=	GNOME
 
@@ -12,22 +12,20 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Library to accessing online weather informations
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-LIB_DEPENDS=	soup-2.4:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS=	libsoup-2.4.so:${PORTSDIR}/devel/libsoup
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
 
 CONFLICTS=	libgweather-3.[0-9]*
 
-USES=		gettext pathfix pkgconfig
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix intlhack gconf2 ltverhack
+USES=		gmake gettext libtool:keepla pathfix pkgconfig tar:bzip2
+USE_GNOME=	gnomeprefix intlhack gconf2
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
+GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 GCONF_SCHEMAS=	gweather.schemas
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/libgweather/pkg-plist
==============================================================================
--- head/net/libgweather/pkg-plist	Fri Apr 25 22:56:07 2014	(r352161)
+++ head/net/libgweather/pkg-plist	Fri Apr 25 23:01:35 2014	(r352162)
@@ -11,6 +11,7 @@ lib/libgweather.a
 lib/libgweather.la
 lib/libgweather.so
 lib/libgweather.so.1
+lib/libgweather.so.1.6.10
 libdata/pkgconfig/gweather.pc
 %%DOCSDIR%%/GWeatherLocationEntry.html
 %%DOCSDIR%%/GWeatherTimezoneMenu.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404252301.s3PN1at0090859>