Date: Fri, 9 Oct 2015 18:32:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398943 - head/devel/rubygem-rugged Message-ID: <201510091832.t99IWenS060684@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510091832.t99IWenS060684>