Bug 171620

Summary: [PATCH] editors/diakonos add in license info
Product: Ports & Packages Reporter: Chris Petrik <c.petrik.sosa>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Chris Petrik 2012-09-13 21:00:17 UTC
Simple update to add in License info

Fix: Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-09-13 21:04:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-13 21:10:30 UTC
Author: rm
Date: Thu Sep 13 20:10:11 2012
New Revision: 304230
URL: http://svn.freebsd.org/changeset/ports/304230

Log:
  - add license (MIT)
  
  PR:		171620
  Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)

Modified:
  head/editors/diakonos/Makefile

Modified: head/editors/diakonos/Makefile
==============================================================================
--- head/editors/diakonos/Makefile	Thu Sep 13 19:54:52 2012	(r304229)
+++ head/editors/diakonos/Makefile	Thu Sep 13 20:10:11 2012	(r304230)
@@ -13,6 +13,8 @@ MASTER_SITES=	http://diakonos.pist0s.ca/
 MAINTAINER=	c.petrik.sosa@gmail.com
 COMMENT=	A Linux editor for the masses
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 RUBY_VER=	1.9
 
_______________________________________________
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"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-09-13 21:10:54 UTC
State Changed
From-To: open->closed

Committed, thank you!