From owner-freebsd-python@FreeBSD.ORG Tue Oct 22 10:00:04 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 133E3BC6 for ; Tue, 22 Oct 2013 10:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBE0A2CF4 for ; Tue, 22 Oct 2013 10:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9MA033K051031 for ; Tue, 22 Oct 2013 10:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9MA03hB051030; Tue, 22 Oct 2013 10:00:03 GMT (envelope-from gnats) Date: Tue, 22 Oct 2013 10:00:03 GMT Message-Id: <201310221000.r9MA03hB051030@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182200: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 10:00:04 -0000 The following reply was made to PR ports/182200; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182200: commit references a PR Date: Tue, 22 Oct 2013 09:53:42 +0000 (UTC) Author: wg Date: Tue Oct 22 09:53:35 2013 New Revision: 331246 URL: http://svnweb.freebsd.org/changeset/ports/331246 Log: mail/pyzor: add missing dependency - Add missing dependency [1] - Allow staging - Use autoplist - Remove leading article from COMMENT PR: ports/182200 [1] Deleted: head/mail/pyzor/pkg-plist Modified: head/mail/pyzor/Makefile Modified: head/mail/pyzor/Makefile ============================================================================== --- head/mail/pyzor/Makefile Tue Oct 22 09:37:51 2013 (r331245) +++ head/mail/pyzor/Makefile Tue Oct 22 09:53:35 2013 (r331246) @@ -3,28 +3,31 @@ PORTNAME= pyzor PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail python MASTER_SITES= SF MAINTAINER= chalpin@cs.wisc.edu -COMMENT= A collaborative, networked system to detect and block spam +COMMENT= Collaborative, networked system to detect and block spam + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/py-gdbm USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -MAN1= pyzor.1 pyzord.1 +PLIST_FILES= man/man1/pyzor.1.gz \ + man/man1/pyzord.1.gz -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '1s,^#!/usr/bin/python,#!/usr/bin/env -S python -Wignore::DeprecationWarning,' \ ${WRKSRC}/scripts/pyzor ${WRKSRC}/scripts/pyzord post-install: - ${CHMOD} ${SHAREMODE} ${DOCSDIR}/usage.html - ${CHMOD} ${BINMODE} ${PREFIX}/bin/pyzor ${PREFIX}/bin/pyzord - ${INSTALL_MAN} ${WRKSRC}/docs/pyzor.1 ${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/docs/pyzord.1 ${MAN1PREFIX}/man/man1 + ${CHMOD} ${SHAREMODE} ${STAGEDIR}${DOCSDIR}/usage.html + ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/pyzor ${STAGEDIR}${PREFIX}/bin/pyzord + ${INSTALL_MAN} ${WRKSRC}/docs/pyzor.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/pyzord.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"