svn commit: r380643 - head/devel/rubygem-gemcutter
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 6 22:37:44 UTC 2015
Author: sunpoet
Date: Fri Mar 6 22:37:43 2015
New Revision: 380643
URL: https://svnweb.freebsd.org/changeset/ports/380643
QAT: https://qat.redports.org/buildarchive/r380643/
Log:
- Add LICENSE
- Remove RUN_DEPENDS: they are all development dependencies
- Bump PORTREVISION for dependency change
Modified:
head/devel/rubygem-gemcutter/Makefile
Modified: head/devel/rubygem-gemcutter/Makefile
==============================================================================
--- head/devel/rubygem-gemcutter/Makefile Fri Mar 6 22:37:38 2015 (r380642)
+++ head/devel/rubygem-gemcutter/Makefile Fri Mar 6 22:37:43 2015 (r380643)
@@ -2,19 +2,17 @@
PORTNAME= gemcutter
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Extensions to RubyGems for managing gems and more on RubyGems.org
-RUN_DEPENDS= rubygem-rr>=0:${PORTSDIR}/devel/rubygem-rr \
- rubygem-webmock>=0:${PORTSDIR}/www/rubygem-webmock \
- rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
- rubygem-shoulda>=0:${PORTSDIR}/devel/rubygem-shoulda
+LICENSE= MIT
+
USE_RUBY= yes
USE_RUBYGEMS= yes
-USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list