Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 00:38:30 +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: r325753 - in head/mail: exim msmtp mu
Message-ID:  <201308310038.r7V0cUi9039584@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Aug 31 00:38:29 2013
New Revision: 325753
URL: http://svnweb.freebsd.org/changeset/ports/325753

Log:
  Convert USE_GNOME=pkgconfig to USES=pkgconfig
  Convert USE_GMAKE to USES=gmake

Modified:
  head/mail/exim/Makefile
  head/mail/msmtp/Makefile
  head/mail/mu/Makefile

Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile	Sat Aug 31 00:35:35 2013	(r325752)
+++ head/mail/exim/Makefile	Sat Aug 31 00:38:29 2013	(r325753)
@@ -406,7 +406,7 @@ SEDLIST+=	-e 's,^\# (LOOKUP_PASSWD=),\1,
 
 .if ${PORT_OPTIONS:MSQLITE}
 USE_SQLITE=	yes
-USE_GNOME=	pkgconfig
+USES+=		pkgconfig
 SEDLIST+=	-e 's,XX_SQLITE_LIBS_XX,`pkg-config --static --libs sqlite3`,' \
 		-e 's,XX_SQLITE_FLAGS_XX,`pkg-config --cflags sqlite3`,' \
 		-e 's,^\# (LOOKUP_SQLITE=),\1,'

Modified: head/mail/msmtp/Makefile
==============================================================================
--- head/mail/msmtp/Makefile	Sat Aug 31 00:35:35 2013	(r325752)
+++ head/mail/msmtp/Makefile	Sat Aug 31 00:38:29 2013	(r325753)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  msmtp
-# Date created:                   22 Aug 2003
-# Whom:                           R.I.Pienaar <rip@devco.net>
-#
+# Created by: R.I.Pienaar <rip@devco.net>
 # $FreeBSD$
-#
 
 PORTNAME=	msmtp
 PORTVERSION=	1.4.31
@@ -17,7 +13,7 @@ LICENSE=	GPLv3
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAN1=	msmtp.1

Modified: head/mail/mu/Makefile
==============================================================================
--- head/mail/mu/Makefile	Sat Aug 31 00:35:35 2013	(r325752)
+++ head/mail/mu/Makefile	Sat Aug 31 00:38:29 2013	(r325753)
@@ -1,9 +1,5 @@
-# New ports collection Makefile for: mu
-# Date created:		2 March 2012
-# Whom:			rea@FreeBSD.org
-#
+# Created by: rea@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	mu
 PORTVERSION=	0.9.9
@@ -20,8 +16,8 @@ LIB_DEPENDS=	xapian:${PORTSDIR}/database
 		gmime:${PORTSDIR}/mail/gmime24
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_GNOME=	glib20 pkgconfig
+USES=		pkgconfig gmake
+USE_GNOME=	glib20
 
 MAN1=		mu-cfind.1 mu-easy.1 mu-extract.1 mu-find.1 mu-index.1 \
 		mu-mkdir.1 mu-view.1 mu-add.1 mu-remove.1 mu-server.1 mu.1 \



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