svn commit: r366743 - head/mail/spamdb-curses
Olli Hauer
ohauer at FreeBSD.org
Sun Aug 31 10:58:19 UTC 2014
Author: ohauer
Date: Sun Aug 31 10:58:19 2014
New Revision: 366743
URL: http://svnweb.freebsd.org/changeset/ports/366743
QAT: https://qat.redports.org/buildarchive/r366743/
Log:
- add stage support
- use new python syntax
Modified:
head/mail/spamdb-curses/Makefile
Modified: head/mail/spamdb-curses/Makefile
==============================================================================
--- head/mail/spamdb-curses/Makefile Sun Aug 31 10:42:04 2014 (r366742)
+++ head/mail/spamdb-curses/Makefile Sun Aug 31 10:58:19 2014 (r366743)
@@ -6,15 +6,14 @@ PORTVERSION= 1.2
CATEGORIES= mail python
MASTER_SITES= http://code.arp242.net/spamdb-curses/downloads/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Curses interface for OpenBSD spamd spam database (spamdb)
LICENSE= MIT
RUN_DEPENDS= ${LOCALBASE}/sbin/spamdb:${PORTSDIR}/mail/spamd
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= python
+USE_PYTHON= distutils
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list