diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-04-08 02:20:35 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-04-08 02:20:35 +0800 |
commit | 8ff324e12fc14a42d5a09d707332a0703dda91f7 (patch) | |
tree | d49af43cdf22f94f02c584da63ada78a145f698c /math/emc2 | |
parent | c54ac2faed3c40d4aae0c33b00ef6371a52c5a76 (diff) | |
download | freebsd-ports-gnome-8ff324e12fc14a42d5a09d707332a0703dda91f7.tar.gz freebsd-ports-gnome-8ff324e12fc14a42d5a09d707332a0703dda91f7.tar.zst freebsd-ports-gnome-8ff324e12fc14a42d5a09d707332a0703dda91f7.zip |
- adjust WWW
- change MASTER_SITE to a more likely location
- makr BROKEN since the new location gives size mismatch
Submitted by: QAT
Diffstat (limited to 'math/emc2')
-rw-r--r-- | math/emc2/Makefile | 5 | ||||
-rw-r--r-- | math/emc2/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/emc2/Makefile b/math/emc2/Makefile index 8475e5e2ee99..2ffee03fe992 100644 --- a/math/emc2/Makefile +++ b/math/emc2/Makefile @@ -9,8 +9,7 @@ PORTNAME= emc2 PORTVERSION= 2.15 PORTREVISION= 5 CATEGORIES= math science -MASTER_SITES= http://www-c.inria.fr/gamma/cdrom/ftp/emc2/ \ - http://www-rocq1.inria.fr/gamma/cdrom/ftp/emc2/ +MASTER_SITES= http://pauillac.inria.fr/cdrom_a_graver/ftp/emc2/ DISTFILES= ${PORTNAME}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) DISTFILES+= ${PORTNAME}-doc-en.ps.gz ${PORTNAME}-doc-fr.ps.gz @@ -22,6 +21,8 @@ COMMENT= A graphic editor of two dimensional geometry and mesh RESTRICTED= No resale, contact author for commercial usage +BROKEN= size mismatch + WRKSRC= ${WRKDIR}/${PORTNAME} USE_XORG= x11 diff --git a/math/emc2/pkg-descr b/math/emc2/pkg-descr index 3803feacad69..6c5eea5c135c 100644 --- a/math/emc2/pkg-descr +++ b/math/emc2/pkg-descr @@ -10,4 +10,4 @@ removing, adding vertices, by regularization, or by transformations Suggested add-on: the port math/bamg. -WWW: http://www-c.inria.fr/gamma/cdrom/www/emc2/eng.htm +WWW: http://pauillac.inria.fr/cdrom_a_graver/prog/unix/emc2/eng.htm |