pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-backports Remove pointless UTF-8 line noise i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59c0a603d68f
branches:  trunk
changeset: 375753:59c0a603d68f
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Tue Feb 20 10:18:40 2018 +0000

description:
Remove pointless UTF-8 line noise in DESCR - it stalls pkg_info output.

diffstat:

 devel/py-backports/DESCR    |  2 +-
 devel/py-backports/Makefile |  3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 7a855b1e943b -r 59c0a603d68f devel/py-backports/DESCR
--- a/devel/py-backports/DESCR  Tue Feb 20 10:08:58 2018 +0000
+++ b/devel/py-backports/DESCR  Tue Feb 20 10:18:40 2018 +0000
@@ -6,5 +6,5 @@
    Package Index.
 2. When you are ready to port a Python application to a new version of Python,
    you can search the code for any import statements that name a backports
-   package, and remove the backports for features that have now â??arrivedâ?? in
+   package, and remove the backports for features that have now "arrived" in
    the version of Python to which you are upgrading.
diff -r 7a855b1e943b -r 59c0a603d68f devel/py-backports/Makefile
--- a/devel/py-backports/Makefile       Tue Feb 20 10:08:58 2018 +0000
+++ b/devel/py-backports/Makefile       Tue Feb 20 10:18:40 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/11/22 10:47:34 markd Exp $
+# $NetBSD: Makefile,v 1.2 2018/02/20 10:18:40 hauke Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-backports-1.0
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  # empty
 



Home | Main Index | Thread Index | Old Index