diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-10 02:32:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-10 02:32:40 +0800 |
commit | 3da5ce2eb734ed080caf1f13693ed70cfa4891ef (patch) | |
tree | 58bbdd752ad0bb19c2668277565b2804f3a669b6 | |
parent | 6d471069861fc709be62f8679746bdfd86acd972 (diff) | |
download | freebsd-ports-gnome-3da5ce2eb734ed080caf1f13693ed70cfa4891ef.tar.gz freebsd-ports-gnome-3da5ce2eb734ed080caf1f13693ed70cfa4891ef.tar.zst freebsd-ports-gnome-3da5ce2eb734ed080caf1f13693ed70cfa4891ef.zip |
- Update to 0.23.3
- Update BUILD_DEPENDS
- Add LICENSE_FILE
Changes: https://github.com/libgit2/rugged/releases
-rw-r--r-- | devel/rubygem-rugged/Makefile | 12 | ||||
-rw-r--r-- | devel/rubygem-rugged/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/rubygem-rugged/Makefile b/devel/rubygem-rugged/Makefile index 70ae1f11185c..97d29894420b 100644 --- a/devel/rubygem-rugged/Makefile +++ b/devel/rubygem-rugged/Makefile @@ -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> diff --git a/devel/rubygem-rugged/distinfo b/devel/rubygem-rugged/distinfo index 1173fb597ff0..ec6686f68617 100644 --- a/devel/rubygem-rugged/distinfo +++ b/devel/rubygem-rugged/distinfo @@ -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 |