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
Chris Petrik
2012-09-13 21:00:17 UTC
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it. 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" State Changed From-To: open->closed Committed, thank you! |