From nobody@FreeBSD.org  Mon Aug 20 22:36:25 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D792C1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 22:36:25 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C345D8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 22:36:25 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7KMaPi6039538
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2012 22:36:25 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q7KMaPhs039518;
	Mon, 20 Aug 2012 22:36:25 GMT
	(envelope-from nobody)
Message-Id: <201208202236.q7KMaPhs039518@red.freebsd.org>
Date: Mon, 20 Aug 2012 22:36:25 GMT
From: Artis Caune <Artis.Caune@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] editors/kile-kde4: fix OKULAR ports option
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         170810
>Category:       ports
>Synopsis:       [PATCH] editors/kile-kde4: fix OKULAR ports option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 22:40:15 UTC 2012
>Closed-Date:    Thu Aug 23 10:19:47 UTC 2012
>Last-Modified:  Thu Aug 23 10:20:02 UTC 2012
>Originator:     Artis Caune
>Release:        stable/9
>Organization:
>Environment:
FreeBSD freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE r239148: Fri Aug 10 00:00:00 UTC 2012 root@freebsd:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
There is a typo in Makefile for OKULAR ports option.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-08-21 10:34:38.770269391 +1200
+++ Makefile	2012-08-21 10:34:57.700187467 +1200
@@ -30,7 +30,7 @@
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MOKULAR)
+.if ${PORT_OPTIONS:MOKULAR}
 USE_KDE4+=	okular_run
 .endif
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 20 22:40:43 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170810 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Thu Aug 23 10:19:35 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170810 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170810: commit references a PR
Date: Thu, 23 Aug 2012 10:19:08 +0000 (UTC)

 Author: makc
 Date: Thu Aug 23 10:18:54 2012
 New Revision: 302996
 URL: http://svn.freebsd.org/changeset/ports/302996
 
 Log:
   Fix typo.
   
   PR:		ports/170810
   Submitted by:	Artis Caune <Artis.Caune at gmail.com>
 
 Modified:
   head/editors/kile-kde4/Makefile
 
 Modified: head/editors/kile-kde4/Makefile
 ==============================================================================
 --- head/editors/kile-kde4/Makefile	Thu Aug 23 10:15:28 2012	(r302995)
 +++ head/editors/kile-kde4/Makefile	Thu Aug 23 10:18:54 2012	(r302996)
 @@ -30,7 +30,7 @@ OKULAR_DESC=	Use Okular for viewing
  
  .include <bsd.port.options.mk>
  
 -.if ${PORT_OPTIONS:MOKULAR)
 +.if ${PORT_OPTIONS:MOKULAR}
  USE_KDE4+=	okular_run
  .endif
  
 _______________________________________________
 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"
 
>Unformatted:
