From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 13 12:50:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F4561065712 for ; Thu, 13 Sep 2012 12:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 137868FC0C for ; Thu, 13 Sep 2012 12:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8DCo2X3037849 for ; Thu, 13 Sep 2012 12:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8DCo2QE037838; Thu, 13 Sep 2012 12:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 13 Sep 2012 12:50:02 GMT Resent-Message-Id: <201209131250.q8DCo2QE037838@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Vogt Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE54C106564A for ; Thu, 13 Sep 2012 12:44:34 +0000 (UTC) (envelope-from root@bsdunix.ch) Received: from conversation.bsdunix.ch (ns1.bsdunix.ch [82.220.1.90]) by mx1.freebsd.org (Postfix) with ESMTP id 74BC78FC14 for ; Thu, 13 Sep 2012 12:44:34 +0000 (UTC) Received: from conversation.bsdunix.ch (localhost [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id 4C120199CB for ; Thu, 13 Sep 2012 12:44:33 +0000 (UTC) Received: from conversation.bsdunix.ch ([127.0.0.1]) by conversation.bsdunix.ch (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FS04_tbGm_XB for ; Thu, 13 Sep 2012 12:44:32 +0000 (UTC) Received: by conversation.bsdunix.ch (Postfix, from userid 125) id D6908199C6; Thu, 13 Sep 2012 12:44:17 +0000 (UTC) Received: from conversation.bsdunix.ch (localhost [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id C4A411999A; Thu, 13 Sep 2012 12:39:31 +0000 (UTC) Received: from conversation.bsdunix.ch ([127.0.0.1]) by conversation.bsdunix.ch (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id u0e3x2jQr9Lz; Thu, 13 Sep 2012 12:39:31 +0000 (UTC) Received: by conversation.bsdunix.ch (Postfix, from userid 0) id 5B75119995; Thu, 13 Sep 2012 12:39:31 +0000 (UTC) Message-Id: <20120913123931.5B75119995@conversation.bsdunix.ch> Date: Thu, 13 Sep 2012 12:39:31 +0000 (UTC) From: Thomas Vogt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: chalpin@cs.wisc.edu Subject: ports/171607: [PATCH] mail/pyzor: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 12:50:03 -0000 >Number: 171607 >Category: ports >Synopsis: [PATCH] mail/pyzor: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 13 12:50:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Thomas Vogt >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD conversation.bsdunix.ch 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #1: Mon Jun 18 11:44:02 UTC 2012 >Description: [DESCRIBE CHANGES] Small changes to ignore deprecation Python warnings Port maintainer (chalpin@cs.wisc.edu) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- pyzor-0.5.0_1.patch begins here --- diff -ruN --exclude=CVS ../pyzor.orig/Makefile ./Makefile --- ../pyzor.orig/Makefile 2012-09-13 07:52:33.553619172 +0000 +++ ./Makefile 2012-09-13 12:30:57.444437452 +0000 @@ -22,8 +22,8 @@ MAN1= pyzor.1 pyzord.1 post-patch: - ${REINPLACE_CMD} -e "s,/usr/bin/python2,${PYTHON_CMD}," \ - ${WRKSRC}/scripts/pyzor ${WRKSRC}/scripts/pyzord + ${REINPLACE_CMD} -e "s,/usr/bin/python,${PYTHON_CMD} -Wignore::DeprecationWarning," \ + ${WRKSRC}/scripts/pyzor ${WRKSRC}/scripts/pyzord post-install: ${CHMOD} ${SHAREMODE} ${DOCSDIR}/usage.html --- pyzor-0.5.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: