freebsd-ports/devel/rubygem-rugged/Makefile
Matthias Fechner 8b98d50ed7 Update libgit2 to 0.27.2 and removed obsolete patches from it as it is fixed upstream now.
Update devel/rubygem-rugged to 0.27.2 and took maintainer-ship for it as it is a core module required for gitlab.
Added comment suggest by mat that some ports should be updated together.

Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D15901
2018-06-20 06:53:29 +00:00

25 lines
569 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
# Also update devel/libgit2, devel/libgit2-glib, devel/py-pygit2
PORTNAME= rugged
PORTVERSION= 0.27.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Rugged is a Ruby binding to the libgit2 linkable library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= libgit2>=${PORTVERSION:R}:devel/libgit2
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libgmp.so:math/gmp
CONFIGURE_ARGS= --use-system-libraries
USES= gem pkgconfig
USE_RUBY= yes
.include <bsd.port.mk>