svn commit: r341939 - head/net-im/pebrot

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 08:09:17 UTC 2014


Author: miwi
Date: Fri Jan 31 08:09:17 2014
New Revision: 341939
URL: http://svnweb.freebsd.org/changeset/ports/341939
QAT: https://qat.redports.org/buildarchive/r341939/

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

Deleted:
  head/net-im/pebrot/pkg-plist
Modified:
  head/net-im/pebrot/Makefile

Modified: head/net-im/pebrot/Makefile
==============================================================================
--- head/net-im/pebrot/Makefile	Fri Jan 31 08:08:07 2014	(r341938)
+++ head/net-im/pebrot/Makefile	Fri Jan 31 08:09:17 2014	(r341939)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pebrot
 PORTVERSION=	0.8.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 MASTER_SITES=	SF
 
@@ -12,7 +12,6 @@ COMMENT=	Text-based MSN messenger client
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_EGGINFO=	pebrot-0.8.9-py${PYTHON_VER}.egg-info
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list