Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2012 12:39:31 +0000 (UTC)
From:      Thomas Vogt <thomas@bsdunix.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        chalpin@cs.wisc.edu
Subject:   ports/171607: [PATCH] mail/pyzor: [SUMMARIZE CHANGES]
Message-ID:  <20120913123931.5B75119995@conversation.bsdunix.ch>
Resent-Message-ID: <201209131250.q8DCo2QE037838@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120913123931.5B75119995>