svn commit: r369051 - head/devel/rubygem-bugspots
TAKATSU Tomonari
tota at FreeBSD.org
Tue Sep 23 12:38:18 UTC 2014
Author: tota
Date: Tue Sep 23 12:38:17 2014
New Revision: 369051
URL: http://svnweb.freebsd.org/changeset/ports/369051
QAT: https://qat.redports.org/buildarchive/r369051/
Log:
- Update to 0.2.1
- Pass maintainership to ruby@
- Add LICENSE
- Replace tab with a single space after WWW: in pkg-descr
Modified:
head/devel/rubygem-bugspots/Makefile
head/devel/rubygem-bugspots/distinfo
head/devel/rubygem-bugspots/pkg-descr
Modified: head/devel/rubygem-bugspots/Makefile
==============================================================================
--- head/devel/rubygem-bugspots/Makefile Tue Sep 23 12:20:51 2014 (r369050)
+++ head/devel/rubygem-bugspots/Makefile Tue Sep 23 12:38:17 2014 (r369051)
@@ -2,15 +2,17 @@
# $FreeBSD$
PORTNAME= bugspots
-PORTVERSION= 0.1.2
+PORTVERSION= 0.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= tota at FreeBSD.org
+MAINTAINER= ruby at FreeBSD.org
COMMENT= Bugspots - Bug Prediction Heuristic
-RUN_DEPENDS= rubygem-grit>=0:${PORTSDIR}/devel/rubygem-grit \
- rubygem-rainbow>=0:${PORTSDIR}/devel/rubygem-rainbow
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-rainbow>=0:${PORTSDIR}/devel/rubygem-rainbow \
+ rubygem-rugged>=0.21.0:${PORTSDIR}/devel/rubygem-rugged
USE_RUBY= yes
USE_RUBYGEMS= yes
Modified: head/devel/rubygem-bugspots/distinfo
==============================================================================
--- head/devel/rubygem-bugspots/distinfo Tue Sep 23 12:20:51 2014 (r369050)
+++ head/devel/rubygem-bugspots/distinfo Tue Sep 23 12:38:17 2014 (r369051)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bugspots-0.1.2.gem) = 53f3b1865d375935238bb95232e13503fd9f19b91e0f8d577bdaa2671b0dd918
-SIZE (rubygem/bugspots-0.1.2.gem) = 7680
+SHA256 (rubygem/bugspots-0.2.1.gem) = af9ea607b196a1f6473d1de190b4a18a51e3c5f2b9a1980ec1aaa8afba4b0132
+SIZE (rubygem/bugspots-0.2.1.gem) = 8704
Modified: head/devel/rubygem-bugspots/pkg-descr
==============================================================================
--- head/devel/rubygem-bugspots/pkg-descr Tue Sep 23 12:20:51 2014 (r369050)
+++ head/devel/rubygem-bugspots/pkg-descr Tue Sep 23 12:38:17 2014 (r369051)
@@ -12,4 +12,4 @@ by the Google Engineering team: Bug Pred
Point bugspots at any git repo and it will identify the hotspots
for you.
-WWW: https://github.com/igrigorik/bugspots
+WWW: https://github.com/igrigorik/bugspots
More information about the svn-ports-all
mailing list