Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 08:09:17 +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: r341939 - head/net-im/pebrot
Message-ID:  <201401310809.s0V89Hfj092689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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