Bug 171620 - [PATCH] editors/diakonos add in license info
Summary: [PATCH] editors/diakonos add in license info
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 21:00 UTC by Chris Petrik
Modified: 2012-09-13 21:20 UTC (History)
0 users

See Also:


Attachments
file.diff (312 bytes, patch)
2012-09-13 21:00 UTC, Chris Petrik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!