Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 15:05:36 +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: r347249 - head/devel/py-lock_file
Message-ID:  <201403061505.s26F5aCw050521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Mar  6 15:05:36 2014
New Revision: 347249
URL: http://svnweb.freebsd.org/changeset/ports/347249
QAT: https://qat.redports.org/buildarchive/r347249/

Log:
  - Bump PORTREVISION
  - Stage support
  - Convert to autoplist

Deleted:
  head/devel/py-lock_file/pkg-plist
Modified:
  head/devel/py-lock_file/Makefile

Modified: head/devel/py-lock_file/Makefile
==============================================================================
--- head/devel/py-lock_file/Makefile	Thu Mar  6 15:04:35 2014	(r347248)
+++ head/devel/py-lock_file/Makefile	Thu Mar  6 15:05:36 2014	(r347249)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lock_file
 PORTVERSION=	2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	http://martin.horcicka.eu/python/lock_file/ \
 		http://pypi.python.org/packages/source/l/lock_file/
@@ -14,6 +14,6 @@ COMMENT=	Lock file manipulation
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
+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?201403061505.s26F5aCw050521>