diff options
author | rodent <rodent@pkgsrc.org> | 2014-11-12 00:14:14 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-11-12 00:14:14 +0000 |
commit | 57c6a4b16adcea4b02a509c0992cad8aa6ab9df6 (patch) | |
tree | 8c8c01b21d6e250ea0812c1d13d32eebb8e2dc27 /www | |
parent | f93fdee34869e58d4722f30dd65f183fb52377d6 (diff) | |
download | pkgsrc-57c6a4b16adcea4b02a509c0992cad8aa6ab9df6.tar.gz |
DISTFILE changed at MASTER_SITES. Changes were benign and involved a PLIST
entry change (locale file). Only other change was in the meta information
of the package, classifying it as localised in the French language. Bump
PKGREVISION, use DIST_SUBDIR, and modify post-install command to fix perms
on new file. Thanks to joerg@ and kre@ for reporting this.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-flask-user/Makefile | 6 | ||||
-rw-r--r-- | www/py-flask-user/PLIST | 6 | ||||
-rw-r--r-- | www/py-flask-user/distinfo | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/www/py-flask-user/Makefile b/www/py-flask-user/Makefile index a24649bd614..06e76be91ba 100644 --- a/www/py-flask-user/Makefile +++ b/www/py-flask-user/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2014/11/10 03:48:25 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2014/11/12 00:14:14 rodent Exp $ DISTNAME= Flask-User-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= python www MASTER_SITES= https://pypi.python.org/packages/source/F/Flask-User/ +DIST_SUBDIR= ${PKGBASE:S/${PYPKGPREFIX}/py/1} MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://github.com/lingthio/Flask-User @@ -26,7 +28,7 @@ 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 + ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/flask_user/translations/zh/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 a158975bd07..d36169c1c78 100644 --- a/www/py-flask-user/PLIST +++ b/www/py-flask-user/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2014/11/10 03:48:25 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/11/12 00:14:14 rodent Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -97,8 +97,8 @@ ${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/translations/zh/LC_MESSAGES/flask_user.mo +${PYSITELIB}/flask_user/translations/zh/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 fd577794783..0dad4240c15 100644 --- a/www/py-flask-user/distinfo +++ b/www/py-flask-user/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/11/10 03:48:25 rodent Exp $ +$NetBSD: distinfo,v 1.6 2014/11/12 00:14:14 rodent Exp $ -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 +SHA1 (py-Flask-User/Flask-User-0.6.1.tar.gz) = 8b042e53eb3075d3e048f7752dfdccb3d9ab6732 +RMD160 (py-Flask-User/Flask-User-0.6.1.tar.gz) = 0fe764cc3dbe5256f593299f406311d3131308c3 +Size (py-Flask-User/Flask-User-0.6.1.tar.gz) = 42257 bytes |