svn commit: r385339 - head/devel/rubygem-git
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 3 19:40:19 UTC 2015
Author: sunpoet
Date: Sun May 3 19:40:18 2015
New Revision: 385339
URL: https://svnweb.freebsd.org/changeset/ports/385339
Log:
- Update to 1.2.9.1
- Add LICENSE
Changes: https://github.com/schacon/ruby-git/blob/master/CHANGELOG
Modified:
head/devel/rubygem-git/Makefile
head/devel/rubygem-git/distinfo
Modified: head/devel/rubygem-git/Makefile
==============================================================================
--- head/devel/rubygem-git/Makefile Sun May 3 19:40:12 2015 (r385338)
+++ head/devel/rubygem-git/Makefile Sun May 3 19:40:18 2015 (r385339)
@@ -2,14 +2,16 @@
# $FreeBSD$
PORTNAME= git
-PORTVERSION= 1.2.8
+PORTVERSION= 1.2.9.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Ruby wrapper library around git(1)
-RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git
+LICENSE= MIT
+
+RUN_DEPENDS= git>=1.6:${PORTSDIR}/devel/git
USE_RUBY= yes
USE_RUBYGEMS= yes
Modified: head/devel/rubygem-git/distinfo
==============================================================================
--- head/devel/rubygem-git/distinfo Sun May 3 19:40:12 2015 (r385338)
+++ head/devel/rubygem-git/distinfo Sun May 3 19:40:18 2015 (r385339)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/git-1.2.8.gem) = 6c35ef3f2e578e316d6e64214ceaff9b20a1f91cae481aef4eaf29650f187923
-SIZE (rubygem/git-1.2.8.gem) = 24064
+SHA256 (rubygem/git-1.2.9.1.gem) = 9aa9a279bb45fe8a22e0799a3dbf80d7fd4866bc733256d52fec505829920eeb
+SIZE (rubygem/git-1.2.9.1.gem) = 27136
More information about the svn-ports-all
mailing list