svn commit: r367508 - head/www/mathjax

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 10:41:53 UTC 2014


Author: antoine
Date: Sun Sep  7 10:41:52 2014
New Revision: 367508
URL: http://svnweb.freebsd.org/changeset/ports/367508
QAT: https://qat.redports.org/buildarchive/r367508/

Log:
  - Make fetchable again (no difference in the content of the distfile)
  - Allow staging as a regular user

Modified:
  head/www/mathjax/Makefile
  head/www/mathjax/distinfo

Modified: head/www/mathjax/Makefile
==============================================================================
--- head/www/mathjax/Makefile	Sun Sep  7 10:31:06 2014	(r367507)
+++ head/www/mathjax/Makefile	Sun Sep  7 10:41:52 2014	(r367508)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	MathJax
-PORTVERSION=	2.4
+PORTVERSION=	2.4.0
 CATEGORIES=	www
 
 MAINTAINER=	lukasz.stelmach at iem.pw.edu.pl
@@ -11,9 +11,7 @@ COMMENT=	Cross-browser JavaScript displa
 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,^, at dirrm ,p' >> ${TMPPLIST}

Modified: head/www/mathjax/distinfo
==============================================================================
--- head/www/mathjax/distinfo	Sun Sep  7 10:31:06 2014	(r367507)
+++ head/www/mathjax/distinfo	Sun Sep  7 10:41:52 2014	(r367508)
@@ -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


More information about the svn-ports-head mailing list