svn commit: r385650 - head/www/rubygem-redis-rack
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu May 7 17:44:05 UTC 2015
Author: sunpoet
Date: Thu May 7 17:44:04 2015
New Revision: 385650
URL: https://svnweb.freebsd.org/changeset/ports/385650
Log:
- Add LICENSE
- Move RUN_DEPENDS upward
- Remove contiguous blank lines
- Add GitHub repository to WWW
Modified:
head/www/rubygem-redis-rack/Makefile
head/www/rubygem-redis-rack/pkg-descr
Modified: head/www/rubygem-redis-rack/Makefile
==============================================================================
--- head/www/rubygem-redis-rack/Makefile Thu May 7 17:43:59 2015 (r385649)
+++ head/www/rubygem-redis-rack/Makefile Thu May 7 17:44:04 2015 (r385650)
@@ -8,12 +8,13 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Redis Store for Rack
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+LICENSE= MIT
RUN_DEPENDS= rubygem-rack15>=1.5:${PORTSDIR}/www/rubygem-rack15 \
rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
Modified: head/www/rubygem-redis-rack/pkg-descr
==============================================================================
--- head/www/rubygem-redis-rack/pkg-descr Thu May 7 17:43:59 2015 (r385649)
+++ head/www/rubygem-redis-rack/pkg-descr Thu May 7 17:44:04 2015 (r385650)
@@ -1,3 +1,4 @@
Redis Store for Rack
WWW: http://redis-store.org/redis-rack/
+WWW: https://github.com/redis-store/redis-rack
More information about the svn-ports-all
mailing list