svn commit: r398612 - head/devel/rubygem-tzinfo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 4 18:01:40 UTC 2015


Author: sunpoet
Date: Sun Oct  4 18:01:39 2015
New Revision: 398612
URL: https://svnweb.freebsd.org/changeset/ports/398612

Log:
  - Add LICENSE_FILE
  - Update WWW

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

Modified: head/devel/rubygem-tzinfo/Makefile
==============================================================================
--- head/devel/rubygem-tzinfo/Makefile	Sun Oct  4 18:01:34 2015	(r398611)
+++ head/devel/rubygem-tzinfo/Makefile	Sun Oct  4 18:01:39 2015	(r398612)
@@ -11,11 +11,11 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Daylight-savings aware timezone support for Ruby
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-thread_safe1>=0.1:${PORTSDIR}/devel/rubygem-thread_safe1
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-tzinfo/pkg-descr
==============================================================================
--- head/devel/rubygem-tzinfo/pkg-descr	Sun Oct  4 18:01:34 2015	(r398611)
+++ head/devel/rubygem-tzinfo/pkg-descr	Sun Oct  4 18:01:39 2015	(r398612)
@@ -4,4 +4,4 @@ aware transformations between times in d
 tz database is compiled into Ruby classes which are packaged in the
 release.  No external zoneinfo files are required at runtime.
 
-WWW: http://rubygems.org/gems/tzinfo/
+WWW: https://github.com/tzinfo/tzinfo


More information about the svn-ports-head mailing list