Date: Thu, 5 Mar 2015 17:29:12 +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: r380539 - head/devel/rubygem-rugged Message-ID: <201503051729.t25HTCds069628@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Mar 5 17:29:12 2015 New Revision: 380539 URL: https://svnweb.freebsd.org/changeset/ports/380539 QAT: https://qat.redports.org/buildarchive/r380539/ Log: - Add LICENSE - Pet portlint: use BUILD_DEPENDS instead of shlib version in LIB_DEPENDS Modified: head/devel/rubygem-rugged/Makefile Modified: head/devel/rubygem-rugged/Makefile ============================================================================== --- head/devel/rubygem-rugged/Makefile Thu Mar 5 17:29:06 2015 (r380538) +++ head/devel/rubygem-rugged/Makefile Thu Mar 5 17:29:12 2015 (r380539) @@ -9,14 +9,17 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rugged is a Ruby binding to the libgit2 linkable library -BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake -LIB_DEPENDS= libgit2.so.${PORTVERSION}:${PORTSDIR}/devel/libgit2 +LICENSE= MIT + +BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake \ + libgit2>=${PORTVERSION}:${PORTSDIR}/devel/libgit2 +LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2 USE_RUBY= yes USES= pkgconfig USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST=yes -CONFIGURE_ARGS+= --use-system-libraries +CONFIGURE_ARGS= --use-system-libraries .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503051729.t25HTCds069628>