svn commit: r387103 - in head/devel/rubygem-analogger: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 23 07:14:26 UTC 2015


Author: sunpoet
Date: Sat May 23 07:14:24 2015
New Revision: 387103
URL: https://svnweb.freebsd.org/changeset/ports/387103

Log:
  - Add LICENSE
  - Regenerate patch file

Modified:
  head/devel/rubygem-analogger/Makefile
  head/devel/rubygem-analogger/files/patch-gemspec

Modified: head/devel/rubygem-analogger/Makefile
==============================================================================
--- head/devel/rubygem-analogger/Makefile	Sat May 23 07:14:19 2015	(r387102)
+++ head/devel/rubygem-analogger/Makefile	Sat May 23 07:14:24 2015	(r387103)
@@ -10,11 +10,14 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Fast, flexible, easy to use logging service for Ruby
 
+LICENSE=	RUBY
+
 RUN_DEPENDS=	rubygem-eventmachine>=0.0.0:${PORTSDIR}/devel/rubygem-eventmachine
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/analogger
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-analogger/files/patch-gemspec
==============================================================================
--- head/devel/rubygem-analogger/files/patch-gemspec	Sat May 23 07:14:19 2015	(r387102)
+++ head/devel/rubygem-analogger/files/patch-gemspec	Sat May 23 07:14:24 2015	(r387103)
@@ -1,6 +1,6 @@
---- analogger.gemspec.orig	2014-11-29 13:26:51.000000000 +0000
-+++ analogger.gemspec	2014-11-29 13:27:09.000000000 +0000
-@@ -13,7 +13,7 @@
+--- analogger.gemspec.orig	2014-11-29 13:26:51 UTC
++++ analogger.gemspec
+@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
    s.email = "wyhaines at gmail.com"
    s.executables = ["analogger"]
    s.extra_rdoc_files = ["README"]


More information about the svn-ports-head mailing list