Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 10:59:46 +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: r338082 - head/security/py-mhash
Message-ID:  <201312301059.rBUAxknk080568@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Dec 30 10:59:46 2013
New Revision: 338082
URL: http://svnweb.freebsd.org/changeset/ports/338082

Log:
  security/py-mhash: support staging and minor changes

Modified:
  head/security/py-mhash/Makefile

Modified: head/security/py-mhash/Makefile
==============================================================================
--- head/security/py-mhash/Makefile	Mon Dec 30 10:59:28 2013	(r338081)
+++ head/security/py-mhash/Makefile	Mon Dec 30 10:59:46 2013	(r338082)
@@ -11,12 +11,11 @@ DISTNAME=	python-mhash-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python mhash module
 
-LIB_DEPENDS=	mhash:${PORTSDIR}/security/mhash
+LIB_DEPENDS=	libmhash.so:${PORTSDIR}/security/mhash
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/mhash.so
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=	python-mhash
+PYDISTUTILS_AUTOPLIST=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -24,5 +23,4 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 test: install
 	${PYTHON_CMD} ${WRKSRC}/test.py
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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