diff options
author | pav <pav@FreeBSD.org> | 2006-11-11 04:39:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-11-11 04:39:19 +0800 |
commit | 431198852beed0b3833284ad28cb0adeb5a6dbfb (patch) | |
tree | cb748d299b79fa48b3915644ae23e822639166dc /math/jsmath | |
parent | bd4fce95d9af91309b8fcf352101abc8a7e0d42a (diff) | |
download | freebsd-ports-gnome-431198852beed0b3833284ad28cb0adeb5a6dbfb.tar.gz freebsd-ports-gnome-431198852beed0b3833284ad28cb0adeb5a6dbfb.tar.zst freebsd-ports-gnome-431198852beed0b3833284ad28cb0adeb5a6dbfb.zip |
- Update to 3.3g
PR: ports/105380
Submitted by: nivit@email.it (Nicola Vitale) (maintainer)
Diffstat (limited to 'math/jsmath')
-rw-r--r-- | math/jsmath/Makefile | 5 | ||||
-rw-r--r-- | math/jsmath/distinfo | 6 | ||||
-rw-r--r-- | math/jsmath/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/math/jsmath/Makefile b/math/jsmath/Makefile index 04bb23e97e49..255093ce5702 100644 --- a/math/jsmath/Makefile +++ b/math/jsmath/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jsMath -PORTVERSION= 3.3e +PORTVERSION= 3.3g CATEGORIES= math www MASTER_SITES= http://www.math.union.edu/~dpvc/jsMath/download/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -32,6 +32,9 @@ RUN_DEPENDS+= ${WWWDIR}/fonts/cm-fonts/alpha/def.js:${PORTSDIR}/math/jsmath-font RUN_DEPENDS+= ${WWWDIR}/fonts-sprite/cm-fonts/font.js:${PORTSDIR}/math/jsmath-fonts-sprite .endif +post-extract: + @${RM} ${WRKSRC}/COPYING.txt + do-install: @${INSTALL} -d ${WWWDIR} @${CP} -Rp ${WRKSRC}/ ${WWWDIR}/ diff --git a/math/jsmath/distinfo b/math/jsmath/distinfo index b34c68ebc0f8..6679bbb451c5 100644 --- a/math/jsmath/distinfo +++ b/math/jsmath/distinfo @@ -1,3 +1,3 @@ -MD5 (jsMath-3.3e.zip) = 953ee8e1f548a5fcfecd87fedd908b83 -SHA256 (jsMath-3.3e.zip) = 9ba3a9622a310903dd938793894cc62cda81317df3fbe9e0342b276ee7c2973c -SIZE (jsMath-3.3e.zip) = 261875 +MD5 (jsMath-3.3g.zip) = f9a0bd4a7dda54b1b0d15425ea914352 +SHA256 (jsMath-3.3g.zip) = 549c8b70701e710206d9cb885a8a8d1792e820e35fca4d90c069a161e61bdda6 +SIZE (jsMath-3.3g.zip) = 261754 diff --git a/math/jsmath/pkg-plist b/math/jsmath/pkg-plist index 743825d85018..eed7d6b1d2b1 100644 --- a/math/jsmath/pkg-plist +++ b/math/jsmath/pkg-plist @@ -1,5 +1,4 @@ @comment $FreeBSD$ -%%WWWDIR%%/COPYING.txt %%WWWDIR%%/blank.gif %%WWWDIR%%/extensions/AMSsymbols.js %%WWWDIR%%/extensions/HTML.js |