Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 23:08:58 +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: r388000 - head/devel/rubygem-fast_xor
Message-ID:  <201505302308.t4UN8wLD088551@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 30 23:08:58 2015
New Revision: 388000
URL: https://svnweb.freebsd.org/changeset/ports/388000

Log:
  - Add LICENSE
  - Update WWW

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

Modified: head/devel/rubygem-fast_xor/Makefile
==============================================================================
--- head/devel/rubygem-fast_xor/Makefile	Sat May 30 23:08:53 2015	(r387999)
+++ head/devel/rubygem-fast_xor/Makefile	Sat May 30 23:08:58 2015	(r388000)
@@ -9,11 +9,13 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Fast String XOR operator
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \
 		rubygem-rake-compiler>=0:${PORTSDIR}/devel/rubygem-rake-compiler
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-fast_xor/pkg-descr
==============================================================================
--- head/devel/rubygem-fast_xor/pkg-descr	Sat May 30 23:08:53 2015	(r387999)
+++ head/devel/rubygem-fast_xor/pkg-descr	Sat May 30 23:08:58 2015	(r388000)
@@ -1,3 +1,3 @@
 Provides a C-optimized method for in-place XORing of two (or three) strings
 
-WWW: http://github.com/CodeMonkeySteve/fast_xor
+WWW: https://github.com/CodeMonkeySteve/fast_xor



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