svn commit: r387662 - head/databases/rubygem-hiredis
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 17:54:29 UTC 2015
Author: sunpoet
Date: Wed May 27 17:54:28 2015
New Revision: 387662
URL: https://svnweb.freebsd.org/changeset/ports/387662
Log:
- Add LICENSE
- Remove USE_RAKE
- Update WWW
Modified:
head/databases/rubygem-hiredis/Makefile
head/databases/rubygem-hiredis/pkg-descr
Modified: head/databases/rubygem-hiredis/Makefile
==============================================================================
--- head/databases/rubygem-hiredis/Makefile Wed May 27 17:54:24 2015 (r387661)
+++ head/databases/rubygem-hiredis/Makefile Wed May 27 17:54:28 2015 (r387662)
@@ -9,12 +9,13 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Ruby wrapper for hiredis
+LICENSE= BSD3CLAUSE
+
RUN_DEPENDS= redis>=0:${PORTSDIR}/databases/redis
-USES= gmake
USE_RUBY= yes
-USE_RAKE= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST= yes
+USES= gmake
.include <bsd.port.mk>
Modified: head/databases/rubygem-hiredis/pkg-descr
==============================================================================
--- head/databases/rubygem-hiredis/pkg-descr Wed May 27 17:54:24 2015 (r387661)
+++ head/databases/rubygem-hiredis/pkg-descr Wed May 27 17:54:28 2015 (r387662)
@@ -1,4 +1,4 @@
Ruby wrapper for hiredis (protocol serialization/deserialization and blocking
I/O)
-WWW: http://github.com/redis/hiredis-rb
+WWW: https://github.com/redis/hiredis-rb
More information about the svn-ports-all
mailing list