Date: Fri, 26 Aug 2016 20:00:36 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420943 - in head/math/emc2: . files Message-ID: <201608262000.u7QK0a6x070325@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Fri Aug 26 20:00:36 2016 New Revision: 420943 URL: https://svnweb.freebsd.org/changeset/ports/420943 Log: Update to v2.16d and unbreak. Deleted: head/math/emc2/files/patch-libemc2_4.c Modified: head/math/emc2/Makefile head/math/emc2/distinfo head/math/emc2/pkg-descr Modified: head/math/emc2/Makefile ============================================================================== --- head/math/emc2/Makefile Fri Aug 26 19:46:24 2016 (r420942) +++ head/math/emc2/Makefile Fri Aug 26 20:00:36 2016 (r420943) @@ -3,25 +3,24 @@ PORTNAME= emc2 DISTVERSIONPREFIX=v -DISTVERSION= 2.16c +DISTVERSION= 2.16d CATEGORIES= math science -MASTER_SITES= http://www.ann.jussieu.fr/~hecht/ftp/emc2/ +MASTER_SITES= https://www.ljll.math.upmc.fr/~hecht/ftp/emc2/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical editor of two-dimensional mesh geometries -BROKEN= does not fetch (no address record) - LICENSE= INRIA LICENSE_NAME= INRIA license, perhaps specific to emc2 LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_PERMS= auto-accept no-dist-sell no-pkg-sell + RESTRICTED= No resale, contact author for commercial usage USE_XORG= x11 -USES= gmake +USES= gmake tar:tgz ALL_TARGET= ${PORTNAME} .if defined(LANG) && ${LANG:Mfr*} != "" Modified: head/math/emc2/distinfo ============================================================================== --- head/math/emc2/distinfo Fri Aug 26 19:46:24 2016 (r420942) +++ head/math/emc2/distinfo Fri Aug 26 20:00:36 2016 (r420943) @@ -1,5 +1,6 @@ -SHA256 (emc2-v2.16c.tar.gz) = 447b2b8c749f8f0e1dc15cd9981032a06504765622912e4a3ff8cb71aa57f767 -SIZE (emc2-v2.16c.tar.gz) = 1026774 +TIMESTAMP = 1472240365 +SHA256 (emc2-v2.16d.tgz) = 8a422d1ddb5681af447138217331c4e3aba608f35cbd0a78dcdcdbc6ed9698c8 +SIZE (emc2-v2.16d.tgz) = 3950080 SHA256 (RTemc2_fr.pdf) = d07db82e0f167c882355571b6462745309fc09f81241dd8d029a8bb0560b4fe5 SIZE (RTemc2_fr.pdf) = 724924 SHA256 (RTemc2_gb.pdf) = e5983fb78234f9eb20bcff19812f109ad277261b2617e0c623b4b6e0865665be Modified: head/math/emc2/pkg-descr ============================================================================== --- head/math/emc2/pkg-descr Fri Aug 26 19:46:24 2016 (r420942) +++ head/math/emc2/pkg-descr Fri Aug 26 20:00:36 2016 (r420943) @@ -7,4 +7,4 @@ and modified via the addition, removal, It is suggested that users also install the math/bamg port. -WWW: http://www.ann.jussieu.fr/~hecht/main.html +WWW: https://www.ljll.math.upmc.fr/~hecht/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608262000.u7QK0a6x070325>