diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 18:41:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 18:41:52 +0800 |
commit | 0351871ef50a1fcc3983dbf229747418ec3edc84 (patch) | |
tree | 54854c81c9cff1d34fba54f7cc7e2f1467ca564c | |
parent | 0132929f145d9dbd87fe7f3337465906c2bd5aa4 (diff) | |
download | freebsd-ports-gnome-0351871ef50a1fcc3983dbf229747418ec3edc84.tar.gz freebsd-ports-gnome-0351871ef50a1fcc3983dbf229747418ec3edc84.tar.zst freebsd-ports-gnome-0351871ef50a1fcc3983dbf229747418ec3edc84.zip |
- Make fetchable again (no difference in the content of the distfile)
- Allow staging as a regular user
-rw-r--r-- | www/mathjax/Makefile | 7 | ||||
-rw-r--r-- | www/mathjax/distinfo | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/www/mathjax/Makefile b/www/mathjax/Makefile index e07590475f3a..c2284072ff74 100644 --- a/www/mathjax/Makefile +++ b/www/mathjax/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MathJax -PORTVERSION= 2.4 +PORTVERSION= 2.4.0 CATEGORIES= www MAINTAINER= lukasz.stelmach@iem.pw.edu.pl @@ -11,9 +11,7 @@ COMMENT= Cross-browser JavaScript display engine for mathematics NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= mathjax -GH_TAGNAME= v${PORTVERSION} - -WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-f75c5d5 +GH_COMMIT= bd9f6e0 # Changing permissions of 30k files with find -exec (COPYTREE) is way # too slow. @@ -23,7 +21,6 @@ do-install: ${FIND} -d . | ${CPIO} -dumpl ${STAGEDIR}${WWWDIR} >/dev/null 2>&1) ${FIND} -d ${STAGEDIR}${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 ${FIND} -d ${STAGEDIR}${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE} - ${CHOWN} -R ${BINOWN}:${BINGRP} ${STAGEDIR}${WWWDIR} @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s ${WWWDIR_REL} -not -type d) >> ${TMPPLIST} @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s -d ${WWWDIR_REL} -type d) \ | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST} diff --git a/www/mathjax/distinfo b/www/mathjax/distinfo index 88051db2f351..7de4593375b9 100644 --- a/www/mathjax/distinfo +++ b/www/mathjax/distinfo @@ -1,2 +1,2 @@ -SHA256 (MathJax-2.4.tar.gz) = 1331b89c00e4422dd61a6a1dd888b5f2c454b015949e1ab10c8a1a4e963dc79a -SIZE (MathJax-2.4.tar.gz) = 23047452 +SHA256 (MathJax-2.4.0.tar.gz) = ad4ef443bb2260e201ee6b71dbef49da48cda771bed005b6191286abb99cbb36 +SIZE (MathJax-2.4.0.tar.gz) = 23047559 |