Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 09:24:26 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341959 - head/net/py-msrplib
Message-ID:  <201401310924.s0V9OQ8X025331@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jan 31 09:24:25 2014
New Revision: 341959
URL: http://svnweb.freebsd.org/changeset/ports/341959
QAT: https://qat.redports.org/buildarchive/r341959/

Log:
  - Convert to PYDISTUTILS_AUTOPLIST
  - Stage support
  - Bump PORTREV

Deleted:
  head/net/py-msrplib/pkg-plist
Modified:
  head/net/py-msrplib/Makefile

Modified: head/net/py-msrplib/Makefile
==============================================================================
--- head/net/py-msrplib/Makefile	Fri Jan 31 09:24:05 2014	(r341958)
+++ head/net/py-msrplib/Makefile	Fri Jan 31 09:24:25 2014	(r341959)
@@ -3,6 +3,7 @@
 
 PORTNAME=	msrplib
 PORTVERSION=	0.14.4
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	http://download.ag-projects.com/SipClient/ \
 		http://www.grosbein.net/python/
@@ -26,6 +27,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 PYDISTUTILS_PKGNAME=python_${PORTNAME}
+PYDISTUTILS_AUTOPLIST=	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?201401310924.s0V9OQ8X025331>