Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2014 09:23:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353078 - head/devel/py-statgrab
Message-ID:  <201405060923.s469N47r002081@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue May  6 09:23:03 2014
New Revision: 353078
URL: http://svnweb.freebsd.org/changeset/ports/353078
QAT: https://qat.redports.org/buildarchive/r353078/

Log:
  Support stage
  
  PR:		ports/188562
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>

Modified:
  head/devel/py-statgrab/Makefile

Modified: head/devel/py-statgrab/Makefile
==============================================================================
--- head/devel/py-statgrab/Makefile	Tue May  6 08:16:59 2014	(r353077)
+++ head/devel/py-statgrab/Makefile	Tue May  6 09:23:03 2014	(r353078)
@@ -13,9 +13,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	tdb@FreeBSD.org
-COMMENT=	A set of Python bindings for libstatgrab
+COMMENT=	Set of Python bindings for libstatgrab
 
-LIB_DEPENDS=	statgrab.8:${PORTSDIR}/devel/libstatgrab
+LIB_DEPENDS=	libstatgrab.so:${PORTSDIR}/devel/libstatgrab
 
 DIST_SUBDIR=	i-scream
 USES=		pkgconfig
@@ -23,5 +23,4 @@ USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	pystatgrab
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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