svn commit: r455062 - head/devel/rubygem-rugged

Torsten Zuehlsdorff tz at FreeBSD.org
Tue Nov 28 16:39:25 UTC 2017


Author: tz
Date: Tue Nov 28 16:39:23 2017
New Revision: 455062
URL: https://svnweb.freebsd.org/changeset/ports/455062

Log:
  devel/rubygem-rugged: Update  from 0.25.1.1 to 0.26.0
  
  Changelog: https://github.com/libgit2/rugged/blob/v0.26.0/CHANGELOG.md
  
  Also add missing RUN_DEPENDS found by stage-qa
  
  Submitted by: Matthias Fechner <idefix at fechner.net>

Modified:
  head/devel/rubygem-rugged/Makefile
  head/devel/rubygem-rugged/distinfo

Modified: head/devel/rubygem-rugged/Makefile
==============================================================================
--- head/devel/rubygem-rugged/Makefile	Tue Nov 28 16:35:38 2017	(r455061)
+++ head/devel/rubygem-rugged/Makefile	Tue Nov 28 16:39:23 2017	(r455062)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rugged
-PORTVERSION=	0.25.1.1
+PORTVERSION=	0.26.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +14,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	cmake:devel/cmake \
 		libgit2>=${PORTVERSION:R}:devel/libgit2
-LIB_DEPENDS=	libgit2.so:devel/libgit2
+LIB_DEPENDS=	libgit2.so:devel/libgit2 \
+		libgmp.so:math/gmp \
+		libunwind.so:devel/libunwind
 
 CONFIGURE_ARGS=	--use-system-libraries
 USE_RUBY=	yes

Modified: head/devel/rubygem-rugged/distinfo
==============================================================================
--- head/devel/rubygem-rugged/distinfo	Tue Nov 28 16:35:38 2017	(r455061)
+++ head/devel/rubygem-rugged/distinfo	Tue Nov 28 16:39:23 2017	(r455062)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499185532
-SHA256 (rubygem/rugged-0.25.1.1.gem) = 20ae4300dbc201abf032dce82059adf73ae97b33c48d79467f3a8147e61848ea
-SIZE (rubygem/rugged-0.25.1.1.gem) = 1096704
+TIMESTAMP = 1509092399
+SHA256 (rubygem/rugged-0.26.0.gem) = be09b6331ba7af2968a4f4703134447977e9e068eefb68961b5b092c9e7910e7
+SIZE (rubygem/rugged-0.26.0.gem) = 1127424


More information about the svn-ports-all mailing list