ports/171607: [PATCH] mail/pyzor: [SUMMARIZE CHANGES]
Thomas Vogt
thomas at bsdunix.ch
Thu Sep 13 12:50:03 UTC 2012
>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 at 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:
More information about the freebsd-ports-bugs
mailing list