Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 12:21:32 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328273 - head/devel/py-pygit2
Message-ID:  <201309251221.r8PCLWf3050950@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Sep 25 12:21:31 2013
New Revision: 328273
URL: http://svnweb.freebsd.org/changeset/ports/328273

Log:
  devel/py-pygit2: enable staging
  
  - Enable staging
  - Convert lib depends to new format

Modified:
  head/devel/py-pygit2/Makefile

Modified: head/devel/py-pygit2/Makefile
==============================================================================
--- head/devel/py-pygit2/Makefile	Wed Sep 25 12:19:08 2013	(r328272)
+++ head/devel/py-pygit2/Makefile	Wed Sep 25 12:21:31 2013	(r328273)
@@ -10,10 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wg@FreeBSD.org
 COMMENT=	Python bindings for libgit2
 
-LIB_DEPENDS=	git2:${PORTSDIR}/devel/libgit2
+LIB_DEPENDS=	libgit2.so:${PORTSDIR}/devel/libgit2
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309251221.r8PCLWf3050950>