svn commit: r347873 - head/security/py-otr

Martin Wilke miwi at FreeBSD.org
Tue Mar 11 12:37:55 UTC 2014


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>


More information about the svn-ports-all mailing list