summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-11-10 03:48:25 +0000
committerrodent <rodent@pkgsrc.org>2014-11-10 03:48:25 +0000
commitdeee005290b20a415a38e6d86280104c73b29057 (patch)
treed3523a30d44c5c36bc7709d3609960b8dee8c189
parent2151a0b7500574cd7afa545d069d42d1abb1474b (diff)
downloadpkgsrc-deee005290b20a415a38e6d86280104c73b29057.tar.gz
Updated to 0.6.1. Remove executable perms from locale file in post-install.
No easily-accessible changelog.
-rw-r--r--www/py-flask-user/Makefile7
-rw-r--r--www/py-flask-user/PLIST8
-rw-r--r--www/py-flask-user/distinfo8
3 files changed, 16 insertions, 7 deletions
diff --git a/www/py-flask-user/Makefile b/www/py-flask-user/Makefile
index 0f2dbfd937e..a24649bd614 100644
--- a/www/py-flask-user/Makefile
+++ b/www/py-flask-user/Makefile
@@ -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 @@ USE_LANGUAGES= # none
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 --git a/www/py-flask-user/PLIST b/www/py-flask-user/PLIST
index 3f873ff0379..a158975bd07 100644
--- a/www/py-flask-user/PLIST
+++ b/www/py-flask-user/PLIST
@@ -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/registered_subject.txt
${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/public_base.html
${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/babel.cfg
${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 --git a/www/py-flask-user/distinfo b/www/py-flask-user/distinfo
index f59bb004149..fd577794783 100644
--- a/www/py-flask-user/distinfo
+++ b/www/py-flask-user/distinfo
@@ -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