From nobody@FreeBSD.org  Sun Feb 24 14:57:34 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id C24238B1
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Feb 2013 14:57:34 +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 B28AA3C5
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Feb 2013 14:57:34 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1OEvXh8003630
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Feb 2013 14:57:33 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r1OEvXAg003629;
	Sun, 24 Feb 2013 14:57:33 GMT
	(envelope-from nobody)
Message-Id: <201302241457.r1OEvXAg003629@red.freebsd.org>
Date: Sun, 24 Feb 2013 14:57:33 GMT
From: Kevin Zheng <kevinz5000@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Update pkg-descr and LICENSE for editors/manedit
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176394
>Category:       ports
>Synopsis:       [patch] Update pkg-descr and LICENSE for editors/manedit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 24 15:00:00 UTC 2013
>Closed-Date:    Sun Feb 24 15:53:44 UTC 2013
>Last-Modified:  Sun Feb 24 16:00:00 UTC 2013
>Originator:     Kevin Zheng
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD sigma.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Update pkg-descr for editors/manedit. Take this opportunity to add the WWW site, specify the LICENSE, and sort a section of the Makefile.
>How-To-Repeat:

>Fix:
Apply the attached patch. This patch was generated using `svn diff`.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 312869)
+++ Makefile	(working copy)
@@ -9,12 +9,15 @@
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	A UNIX manual page editor and viewer
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKDIR}/${DISTNAME}/LICENSE
+
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
 
+MAKEFILE=	Makefile.FreeBSD
+MAKE_JOBS_SAFE=	yes
 USE_BZIP2=	yes
-MAKE_JOBS_SAFE=	yes
 USE_GNOME=	gtk12
-MAKEFILE=	Makefile.FreeBSD
 
 MAN1=		manedit.1
 
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 312869)
+++ pkg-descr	(working copy)
@@ -1,4 +1,7 @@
-ManEdit is a UNIX manual page editor and viewer. It can be used as a direct
-editor for UNIX manual pages (with no manual conversion steps involved) or
-a viewer/browser. ManEdit uses the GTK+ widget set and requires the X Window
-Systems.
+The ManEdit UNIX Manual Page Editor is an editor specifically tailored for UNIX
+manual pages. It has a preview viewer, uses the manual page XML format for easy
+editing, and comes with a tutorial and reference guide. It uses the GTK+ widget
+set and features syntax highlighting, a complete drag and drop system for easy
+viewing and editing, a crash recovery system, and sample manual page templates.
+
+WWW: http://freecode.com/projects/manedit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: johans 
State-Changed-When: Sun Feb 24 15:40:25 UTC 2013 
State-Changed-Why:  
Committed, thanks. 
The licence was not added. The GPL version is not referenced in code 
and it's not clear if the "or any later version" clause of GPL applies - 
which would make it licensed under GPLv3 as well. 
Some files like MwmUtil.h seem to be under different copyright. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176394: commit references a PR
Date: Sun, 24 Feb 2013 15:40:42 +0000 (UTC)

 Author: johans
 Date: Sun Feb 24 15:40:06 2013
 New Revision: 312872
 URL: http://svnweb.freebsd.org/changeset/ports/312872
 
 Log:
   Update pkg-descr for editors/manedit.
   Take this opportunity to add the WWW site
   and sort a section of the Makefile.
   
   PR:		ports/176394
   Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
 
 Modified:
   head/editors/manedit/Makefile
   head/editors/manedit/pkg-descr
 
 Modified: head/editors/manedit/Makefile
 ==============================================================================
 --- head/editors/manedit/Makefile	Sun Feb 24 15:37:23 2013	(r312871)
 +++ head/editors/manedit/Makefile	Sun Feb 24 15:40:06 2013	(r312872)
 @@ -11,10 +11,10 @@ COMMENT=	A UNIX manual page editor and v
  
  WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
  
 -USE_BZIP2=	yes
 +MAKEFILE=	Makefile.FreeBSD
  MAKE_JOBS_SAFE=	yes
 +USE_BZIP2=	yes
  USE_GNOME=	gtk12
 -MAKEFILE=	Makefile.FreeBSD
  
  MAN1=		manedit.1
  
 
 Modified: head/editors/manedit/pkg-descr
 ==============================================================================
 --- head/editors/manedit/pkg-descr	Sun Feb 24 15:37:23 2013	(r312871)
 +++ head/editors/manedit/pkg-descr	Sun Feb 24 15:40:06 2013	(r312872)
 @@ -1,4 +1,8 @@
 -ManEdit is a UNIX manual page editor and viewer. It can be used as a direct
 -editor for UNIX manual pages (with no manual conversion steps involved) or
 -a viewer/browser. ManEdit uses the GTK+ widget set and requires the X Window
 -Systems.
 +The ManEdit UNIX Manual Page Editor is an editor specifically tailored
 +for UNIX manual pages. It has a preview viewer, uses the manual page XML
 +format for easy editing, and comes with a tutorial and reference guide.
 +It uses the GTK+ widget set and features syntax highlighting, a complete
 +drag and drop system for easy viewing and editing, a crash recovery
 +system, and sample manual page templates.
 +
 +WWW: http://freecode.com/projects/manedit
 _______________________________________________
 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:
