From owner-freebsd-gnome@FreeBSD.ORG Wed May 22 09:40:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AA928BD for ; Wed, 22 May 2013 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9B987815 for ; Wed, 22 May 2013 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4M9e1DK056047 for ; Wed, 22 May 2013 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4M9e1Oj056045; Wed, 22 May 2013 09:40:01 GMT (envelope-from gnats) Date: Wed, 22 May 2013 09:40:01 GMT Message-Id: <201305220940.r4M9e1Oj056045@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/177973: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 09:40:01 -0000 The following reply was made to PR ports/177973; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/177973: commit references a PR Date: Wed, 22 May 2013 09:30:33 +0000 (UTC) Author: kwm Date: Wed May 22 09:30:19 2013 New Revision: 318756 URL: http://svnweb.freebsd.org/changeset/ports/318756 Log: Swith to gmime 2.6, pan prefers it over gmime 2.4. Fix reversed logic in the GTK3 option [1]. PR: ports/177973 Submitted by: Thomas Mueller Modified: head/news/pan/Makefile Modified: head/news/pan/Makefile ============================================================================== --- head/news/pan/Makefile Wed May 22 09:29:56 2013 (r318755) +++ head/news/pan/Makefile Wed May 22 09:30:19 2013 (r318756) @@ -4,7 +4,7 @@ PORTNAME= pan PORTVERSION= 0.139 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 @@ -15,7 +15,7 @@ COMMENT= Threaded GTK+ newsreader based LICENSE= GPLv2 LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ - gmime-2.4:${PORTSDIR}/mail/gmime24 + gmime-2.6:${PORTSDIR}/mail/gmime26 USE_BZIP2= yes USE_GMAKE= yes @@ -33,11 +33,11 @@ GTK3_DESC= Use gtk+3 based UI instead of .include .if ${PORT_OPTIONS:MGTK3} -USE_GNOME+= gtk20 -CONFIGURE_ARGS+=--without-gtk3 -.else USE_GNOME+= gtk30 CONFIGURE_ARGS+=--with-gtk3 +.else +USE_GNOME+= gtk20 +CONFIGURE_ARGS+=--without-gtk3 .endif .if !${PORT_OPTIONS:MGTKSPELL} || ${PORT_OPTIONS:MGTK3} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"