svn commit: r389694 - head/devel/rubygem-bosh_common
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 15 12:08:21 UTC 2015
Author: sunpoet
Date: Mon Jun 15 12:08:20 2015
New Revision: 389694
URL: https://svnweb.freebsd.org/changeset/ports/389694
Log:
- Add LICENSE
- Sort RUN_DEPENDS
Modified:
head/devel/rubygem-bosh_common/Makefile
Modified: head/devel/rubygem-bosh_common/Makefile
==============================================================================
--- head/devel/rubygem-bosh_common/Makefile Mon Jun 15 12:06:04 2015 (r389693)
+++ head/devel/rubygem-bosh_common/Makefile Mon Jun 15 12:08:20 2015 (r389694)
@@ -1,18 +1,20 @@
# $FreeBSD$
PORTNAME= bosh_common
-PORTVERSION= 1.2941.0
+PORTVERSION= 1.2980.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= BOSH common
-RUN_DEPENDS= rubygem-semi_semantic>=1.1.0:${PORTSDIR}/devel/rubygem-semi_semantic \
- rubygem-logging>=1.8.2:${PORTSDIR}/devel/rubygem-logging
+LICENSE= APACHE20
+
+RUN_DEPENDS= rubygem-logging>=1.8.2:${PORTSDIR}/devel/rubygem-logging \
+ rubygem-semi_semantic>=1.1.0:${PORTSDIR}/devel/rubygem-semi_semantic
USE_RUBY= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list