svn commit: r344363 - head/mail/py-milter

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:32:54 UTC 2014


Author: miwi
Date: Sat Feb 15 10:32:53 2014
New Revision: 344363
URL: http://svnweb.freebsd.org/changeset/ports/344363
QAT: https://qat.redports.org/buildarchive/r344363/

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

Deleted:
  head/mail/py-milter/pkg-plist
Modified:
  head/mail/py-milter/Makefile

Modified: head/mail/py-milter/Makefile
==============================================================================
--- head/mail/py-milter/Makefile	Sat Feb 15 10:31:16 2014	(r344362)
+++ head/mail/py-milter/Makefile	Sat Feb 15 10:32:53 2014	(r344363)
@@ -3,6 +3,7 @@
 
 PORTNAME=	milter
 PORTVERSION=	0.9.7
+PORTREVISION=	1
 CATEGORIES=	mail python
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PYPORTNAME}/${PYPORTNAME}/${DISTNAME}
@@ -23,7 +24,6 @@ PYPORTNAME=	${PKGNAMEPREFIX:C/[0-9]+-//}
 DIST_SUBDIR=	python
 USE_PYTHON=	2
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	${PYPORTNAME}
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list