svn commit: r388000 - head/devel/rubygem-fast_xor
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 30 23:08:59 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list