From owner-svn-ports-all@FreeBSD.ORG Fri Apr 25 23:01:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7EBF7EE; Fri, 25 Apr 2014 23:01:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A2CE1434; Fri, 25 Apr 2014 23:01:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3PN1aKE090861; Fri, 25 Apr 2014 23:01:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3PN1at0090859; Fri, 25 Apr 2014 23:01:36 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404252301.s3PN1at0090859@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 25 Apr 2014 23:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352162 - head/net/libgweather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 23:01:36 -0000 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 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