diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-11-23 19:30:30 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-11-23 19:30:30 +0000 |
commit | 487ae359bdfb9789dd307e20d7365de653ecbfda (patch) | |
tree | 3b8cce245b4701027823ce7644f13cad9673271b /textproc/pootle | |
parent | f57ce4246a766a0e0fc7a5b40a3fa708133fd873 (diff) | |
download | ports-487ae359bdfb9789dd307e20d7365de653ecbfda.tar.gz ports-487ae359bdfb9789dd307e20d7365de653ecbfda.zip |
Notes
Diffstat (limited to 'textproc/pootle')
-rw-r--r-- | textproc/pootle/Makefile | 4 | ||||
-rw-r--r-- | textproc/pootle/distinfo | 4 | ||||
-rw-r--r-- | textproc/pootle/files/pkg-install.in | 8 | ||||
-rw-r--r-- | textproc/pootle/pkg-plist | 5 |
4 files changed, 13 insertions, 8 deletions
diff --git a/textproc/pootle/Makefile b/textproc/pootle/Makefile index c29d55ce626c..f23b4a902208 100644 --- a/textproc/pootle/Makefile +++ b/textproc/pootle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pootle -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= textproc MASTER_SITES= SF/translate/Pootle/${PORTVERSION}/ DISTNAME= Pootle-${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= catone@cpan.org COMMENT= Pootle is a user-friendly web portal for simple translation process BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2:${PORTSDIR}/www/py-django \ - translate-toolkit>=1.8:${PORTSDIR}/textproc/translate-toolkit \ + translate-toolkit>=1.8.1:${PORTSDIR}/textproc/translate-toolkit \ ${PYTHON_PKGNAMEPREFIX}south>=0.7:${PORTSDIR}/databases/py-south RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/textproc/pootle/distinfo b/textproc/pootle/distinfo index ad0356544993..f491a68cb4c5 100644 --- a/textproc/pootle/distinfo +++ b/textproc/pootle/distinfo @@ -1,2 +1,2 @@ -SHA256 (Pootle-2.1.2.tar.bz2) = 8ed52c92059fc9e3f60fc8d695989ffc949f5751904175951b48c53667ade93c -SIZE (Pootle-2.1.2.tar.bz2) = 2830106 +SHA256 (Pootle-2.1.3.tar.bz2) = a8e152782a9d0c657b6de4293f030b62acb5a689d6392251acd88f296b6bb073 +SIZE (Pootle-2.1.3.tar.bz2) = 2842759 diff --git a/textproc/pootle/files/pkg-install.in b/textproc/pootle/files/pkg-install.in index 4706e2832f73..2bb9f6637f34 100644 --- a/textproc/pootle/files/pkg-install.in +++ b/textproc/pootle/files/pkg-install.in @@ -21,11 +21,11 @@ POST-INSTALL) if [ ! -d ${DIR} ]; then echo "===> Creating directory ${DIR}" ${MKDIR} ${DIR} + echo "===> Changing ownership of ${DIR}" + ${CHOWN} -R ${UID}:${GID} ${DIR} + echo "===> Changing permissions of ${DIR}" + ${CHMOD} -R 770 ${DIR} fi - echo "===> Changing ownership of ${DIR}" - ${CHOWN} -R ${UID}:${GID} ${DIR} - echo "===> Changing permissions of ${DIR}" - ${CHMOD} -R 770 ${DIR} done ;; esac diff --git a/textproc/pootle/pkg-plist b/textproc/pootle/pkg-plist index 5256b040c2f5..ddadf552aa8c 100644 --- a/textproc/pootle/pkg-plist +++ b/textproc/pootle/pkg-plist @@ -828,6 +828,7 @@ bin/updatetm %%DATADIR%%/mo/mg/LC_MESSAGES/django.mo %%DATADIR%%/mo/ml/LC_MESSAGES/django.mo %%DATADIR%%/mo/mn/LC_MESSAGES/django.mo +%%DATADIR%%/mo/mr/LC_MESSAGES/django.mo %%DATADIR%%/mo/ms/LC_MESSAGES/django.mo %%DATADIR%%/mo/mt/LC_MESSAGES/django.mo %%DATADIR%%/mo/nap/LC_MESSAGES/django.mo @@ -871,6 +872,7 @@ bin/updatetm @dirrmtry etc/pootle +@dirrmtry etc/devd @dirrm %%PYTHON_SITELIBDIR%%/contact_form_i18n @dirrm %%PYTHON_SITELIBDIR%%/djblets/util/templatetags @dirrm %%PYTHON_SITELIBDIR%%/djblets/util @@ -930,6 +932,7 @@ bin/updatetm @dirrm %%PYTHON_SITELIBDIR%%/profiles @dirrm %%PYTHON_SITELIBDIR%%/registration @dirrmtry share/doc +@dirrmtry share/skel @dirrmtry share @dirrm %%DATADIR%%/html/js/mt @dirrm %%DATADIR%%/html/js/jquery @@ -1012,6 +1015,8 @@ bin/updatetm @dirrm %%DATADIR%%/mo/mt @dirrm %%DATADIR%%/mo/ms/LC_MESSAGES @dirrm %%DATADIR%%/mo/ms +@dirrm %%DATADIR%%/mo/mr/LC_MESSAGES +@dirrm %%DATADIR%%/mo/mr @dirrm %%DATADIR%%/mo/mn/LC_MESSAGES @dirrm %%DATADIR%%/mo/mn @dirrm %%DATADIR%%/mo/ml/LC_MESSAGES |