Bug 176394

Summary: [patch] Update pkg-descr and LICENSE for editors/manedit
Product: Ports & Packages Reporter: Kevin Zheng <kevinz5000>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kevin Zheng 2013-02-24 15:00:00 UTC
Update pkg-descr for editors/manedit. Take this opportunity to add the WWW site, specify the LICENSE, and sort a section of the Makefile.

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

Patch attached with submission follows:
Comment 1 Johan van Selst freebsd_committer freebsd_triage 2013-02-24 15:40:25 UTC
State Changed
From-To: open->closed

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.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-24 15:40:42 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"