Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 21:30:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383378 - head/devel/rubygem-memoize
Message-ID:  <201504052130.t35LUS4V073693@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr  5 21:30:27 2015
New Revision: 383378
URL: https://svnweb.freebsd.org/changeset/ports/383378

Log:
  - Add LICENSE
  - Update WWW

Modified:
  head/devel/rubygem-memoize/Makefile
  head/devel/rubygem-memoize/pkg-descr

Modified: head/devel/rubygem-memoize/Makefile
==============================================================================
--- head/devel/rubygem-memoize/Makefile	Sun Apr  5 21:30:21 2015	(r383377)
+++ head/devel/rubygem-memoize/Makefile	Sun Apr  5 21:30:27 2015	(r383378)
@@ -9,6 +9,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Speeds up methods at the cost of memory (or disk space)
 
+LICENSE=	ART20
+
 RUN_DEPENDS=	rubygem-test-unit>=2.0.2:${PORTSDIR}/devel/rubygem-test-unit
 
 USE_RUBY=	yes

Modified: head/devel/rubygem-memoize/pkg-descr
==============================================================================
--- head/devel/rubygem-memoize/pkg-descr	Sun Apr  5 21:30:21 2015	(r383377)
+++ head/devel/rubygem-memoize/pkg-descr	Sun Apr  5 21:30:27 2015	(r383378)
@@ -1,4 +1,4 @@
 The memoize library allows you to cache methods for faster lookup. Cached
 results can either be stored in memory (the default) or to a file.
 
-WWW: http://github.com/djberg96/memoize
+WWW: https://github.com/djberg96/memoize



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504052130.t35LUS4V073693>