svn commit: r334891 - head/devel/rubygem-debugger-linecache

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 25 19:58:52 UTC 2013


Author: sunpoet
Date: Mon Nov 25 19:58:51 2013
New Revision: 334891
URL: http://svnweb.freebsd.org/changeset/ports/334891

Log:
  - Add LICENSE
  - Support STAGEDIR
  
  PR:		ports/184212
  Submitted by:	Vladimir Kondratiev <wulf at cicgroup.ru> (maintainer)

Modified:
  head/devel/rubygem-debugger-linecache/Makefile

Modified: head/devel/rubygem-debugger-linecache/Makefile
==============================================================================
--- head/devel/rubygem-debugger-linecache/Makefile	Mon Nov 25 19:58:47 2013	(r334890)
+++ head/devel/rubygem-debugger-linecache/Makefile	Mon Nov 25 19:58:51 2013	(r334891)
@@ -9,9 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	wulf at cicgroup.ru
 COMMENT=	Caches(Ruby source) Files as Might Be Used in a Debugger
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list