pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-flask-user Updated to 0.6.1. Remove executable ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b492ffcfbd83
branches:  trunk
changeset: 641521:b492ffcfbd83
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Mon Nov 10 03:48:25 2014 +0000

description:
Updated to 0.6.1. Remove executable perms from locale file in post-install.
No easily-accessible changelog.

diffstat:

 www/py-flask-user/Makefile |  7 +++++--
 www/py-flask-user/PLIST    |  8 +++++++-
 www/py-flask-user/distinfo |  8 ++++----
 3 files changed, 16 insertions(+), 7 deletions(-)

diffs (72 lines):

diff -r ddcdf781ff71 -r b492ffcfbd83 www/py-flask-user/Makefile
--- a/www/py-flask-user/Makefile        Mon Nov 10 03:34:53 2014 +0000
+++ b/www/py-flask-user/Makefile        Mon Nov 10 03:48:25 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/07/16 23:27:00 rodent Exp $
+# $NetBSD: Makefile,v 1.5 2014/11/10 03:48:25 rodent Exp $
 
-DISTNAME=      Flask-User-0.5.2
+DISTNAME=      Flask-User-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    python www
 MASTER_SITES=  https://pypi.python.org/packages/source/F/Flask-User/
@@ -25,5 +25,8 @@
 
 EGG_NAME=      ${DISTNAME:S/-/_/1}
 
+post-install:
+       ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/flask_user/translations/zh_CN/LC_MESSAGES/flask_user.mo
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ddcdf781ff71 -r b492ffcfbd83 www/py-flask-user/PLIST
--- a/www/py-flask-user/PLIST   Mon Nov 10 03:34:53 2014 +0000
+++ b/www/py-flask-user/PLIST   Mon Nov 10 03:48:25 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/06/15 15:56:14 rodent Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/11/10 03:48:25 rodent Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -51,6 +51,7 @@
 ${PYSITELIB}/flask_user/templates/flask_user/emails/username_changed_message.html
 ${PYSITELIB}/flask_user/templates/flask_user/emails/username_changed_message.txt
 ${PYSITELIB}/flask_user/templates/flask_user/emails/username_changed_subject.txt
+${PYSITELIB}/flask_user/templates/flask_user/flask_user_base.html
 ${PYSITELIB}/flask_user/templates/flask_user/forgot_password.html
 ${PYSITELIB}/flask_user/templates/flask_user/login.html
 ${PYSITELIB}/flask_user/templates/flask_user/login_or_register.html
@@ -60,6 +61,7 @@
 ${PYSITELIB}/flask_user/templates/flask_user/register.html
 ${PYSITELIB}/flask_user/templates/flask_user/resend_confirm_email.html
 ${PYSITELIB}/flask_user/templates/flask_user/reset_password.html
+${PYSITELIB}/flask_user/templates/flask_user/user_profile.html
 ${PYSITELIB}/flask_user/tests/__init__.py
 ${PYSITELIB}/flask_user/tests/__init__.pyc
 ${PYSITELIB}/flask_user/tests/__init__.pyo
@@ -91,8 +93,12 @@
 ${PYSITELIB}/flask_user/translations/en/LC_MESSAGES/flask_user.mo
 ${PYSITELIB}/flask_user/translations/en/LC_MESSAGES/flask_user.po
 ${PYSITELIB}/flask_user/translations/flask_user.pot
+${PYSITELIB}/flask_user/translations/fr/LC_MESSAGES/flask_user.mo
+${PYSITELIB}/flask_user/translations/fr/LC_MESSAGES/flask_user.po
 ${PYSITELIB}/flask_user/translations/nl/LC_MESSAGES/flask_user.mo
 ${PYSITELIB}/flask_user/translations/nl/LC_MESSAGES/flask_user.po
+${PYSITELIB}/flask_user/translations/zh_CN/LC_MESSAGES/flask_user.mo
+${PYSITELIB}/flask_user/translations/zh_CN/LC_MESSAGES/flask_user.po
 ${PYSITELIB}/flask_user/views.py
 ${PYSITELIB}/flask_user/views.pyc
 ${PYSITELIB}/flask_user/views.pyo
diff -r ddcdf781ff71 -r b492ffcfbd83 www/py-flask-user/distinfo
--- a/www/py-flask-user/distinfo        Mon Nov 10 03:34:53 2014 +0000
+++ b/www/py-flask-user/distinfo        Mon Nov 10 03:48:25 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2014/07/16 23:27:00 rodent Exp $
+$NetBSD: distinfo,v 1.5 2014/11/10 03:48:25 rodent Exp $
 
-SHA1 (Flask-User-0.5.2.tar.gz) = 21d57cb18abbd62878e312c5fc95e847fcb601b9
-RMD160 (Flask-User-0.5.2.tar.gz) = afe6eb8e384e8c63b4d130f8e1a3acda822918a0
-Size (Flask-User-0.5.2.tar.gz) = 34872 bytes
+SHA1 (Flask-User-0.6.1.tar.gz) = 4d2c1dc4e4da6e93308d7085d7c4c7c89811d3ff
+RMD160 (Flask-User-0.6.1.tar.gz) = 7d37eb094d4cdc65eb91a22c9a67b784a1f1018e
+Size (Flask-User-0.6.1.tar.gz) = 42288 bytes



Home | Main Index | Thread Index | Old Index