Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2014 12:37:55 +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: r347873 - head/security/py-otr
Message-ID:  <201403111237.s2BCbt5B075780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Mar 11 12:37:54 2014
New Revision: 347873
URL: http://svnweb.freebsd.org/changeset/ports/347873
QAT: https://qat.redports.org/buildarchive/r347873/

Log:
  - Convert to auto-plist
  - Stage support
  - Bump PORTREVISION

Deleted:
  head/security/py-otr/pkg-plist
Modified:
  head/security/py-otr/Makefile

Modified: head/security/py-otr/Makefile
==============================================================================
--- head/security/py-otr/Makefile	Tue Mar 11 12:02:33 2014	(r347872)
+++ head/security/py-otr/Makefile	Tue Mar 11 12:37:54 2014	(r347873)
@@ -2,7 +2,7 @@
 
 PORTNAME=	otr
 PORTVERSION=	0.2.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security python
 MASTER_SITES=	http://python-otr.pentabarf.de/releases/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,9 +18,8 @@ LIB_DEPENDS=	otr.4:${PORTSDIR}/security/
 USES=		pkgconfig
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=	python-otr
+PYDISTUTILS_AUTOPLIST=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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