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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 5 17:29:13 UTC 2015


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 at 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>


More information about the svn-ports-head mailing list