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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 9 18:32:42 UTC 2015


Author: sunpoet
Date: Fri Oct  9 18:32:40 2015
New Revision: 398943
URL: https://svnweb.freebsd.org/changeset/ports/398943

Log:
  - Update to 0.23.3
  - Update BUILD_DEPENDS
  - Add LICENSE_FILE
  
  Changes:	https://github.com/libgit2/rugged/releases

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

Modified: head/devel/rubygem-rugged/Makefile
==============================================================================
--- head/devel/rubygem-rugged/Makefile	Fri Oct  9 18:32:35 2015	(r398942)
+++ head/devel/rubygem-rugged/Makefile	Fri Oct  9 18:32:40 2015	(r398943)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rugged
-PORTVERSION=	0.23.2
+PORTVERSION=	0.23.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,16 +10,16 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Rugged is a Ruby binding to the libgit2 linkable library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake \
-		libgit2>=0.22:${PORTSDIR}/devel/libgit2
+		libgit2>=${PORTVERSION:R}:${PORTSDIR}/devel/libgit2
 LIB_DEPENDS=	libgit2.so:${PORTSDIR}/devel/libgit2
 
+CONFIGURE_ARGS=	--use-system-libraries
 USE_RUBY=	yes
-USES=		pkgconfig
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
-
-CONFIGURE_ARGS=	--use-system-libraries
+RUBYGEM_AUTOPLIST=	yes
+USES=		pkgconfig
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-rugged/distinfo
==============================================================================
--- head/devel/rubygem-rugged/distinfo	Fri Oct  9 18:32:35 2015	(r398942)
+++ head/devel/rubygem-rugged/distinfo	Fri Oct  9 18:32:40 2015	(r398943)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rugged-0.23.2.gem) = 6dd00edb3cbe7648a2f040ef94590f916e63c9eff82f15bfd2d21c9ef124375e
-SIZE (rubygem/rugged-0.23.2.gem) = 1037824
+SHA256 (rubygem/rugged-0.23.3.gem) = 1e83351b091d445933132a7db309613faa082171d873cebcd0343f5d7e9c1373
+SIZE (rubygem/rugged-0.23.3.gem) = 1031680


More information about the svn-ports-all mailing list