Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2013 17:21:31 +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: r320955 - head/net/libgweather
Message-ID:  <201306141721.r5EHLVqJ004902@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Jun 14 17:21:30 2013
New Revision: 320955
URL: http://svnweb.freebsd.org/changeset/ports/320955

Log:
  Trim Makefile header, impliment pathfix and pkgconfig USES. [1]
  Fix leftover files [2]
  
  Submitted by:	pkgng DEVELOPER_MODE via miwi [2]
  Obtained from:	GNOME devel repo [1]

Modified:
  head/net/libgweather/Makefile

Modified: head/net/libgweather/Makefile
==============================================================================
--- head/net/libgweather/Makefile	Fri Jun 14 16:52:58 2013	(r320954)
+++ head/net/libgweather/Makefile	Fri Jun 14 17:21:30 2013	(r320955)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	libgweather
-# Date created:				14th Jan 2008
-# Whom:					Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/net/libgweather/Makefile,v 1.42 2010/09/27 14:03:30 kwm Exp $
-#
+#   $MCom: ports/trunk/net/libgweather/Makefile 17268 2013-04-01 05:13:11Z marcus $
 
 PORTNAME=	libgweather
 PORTVERSION=	2.30.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net gnome
 MASTER_SITES=	GNOME
 
@@ -16,13 +12,16 @@ 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.1:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS=	soup-2.4:${PORTSDIR}/devel/libsoup
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
 
-USES=		gettext
+CONFLICTS=	libgweather-3.[0-9]*
+
+USES=		gettext pathfix pkgconfig
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack gconf2 ltverhack
+USE_GNOME=	gnomeprefix intlhack gconf2 ltverhack
+INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include



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