diff options
author | wen <wen@FreeBSD.org> | 2011-08-04 08:29:17 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-08-04 08:29:17 +0800 |
commit | b1e008a1540475a45286f5f073eed36496af6526 (patch) | |
tree | 323357b79add543b82a584dd6aa99d7437228ba3 | |
parent | e815eca37ed47d77cb2f5f00e471f11334245d4d (diff) | |
download | freebsd-ports-gnome-b1e008a1540475a45286f5f073eed36496af6526.tar.gz freebsd-ports-gnome-b1e008a1540475a45286f5f073eed36496af6526.tar.zst freebsd-ports-gnome-b1e008a1540475a45286f5f073eed36496af6526.zip |
- Update MASTER_SITES and WWW
- Remove DEPRECATED lines
PR: ports/159472
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
-rw-r--r-- | graphics/jgraph/Makefile | 6 | ||||
-rw-r--r-- | graphics/jgraph/pkg-descr | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/graphics/jgraph/Makefile b/graphics/jgraph/Makefile index ec6943f7c964..097d1c2e0ff5 100644 --- a/graphics/jgraph/Makefile +++ b/graphics/jgraph/Makefile @@ -8,13 +8,9 @@ PORTNAME= jgraph PORTVERSION= 8.3 CATEGORIES= graphics -MASTER_SITES= ftp://cs.utk.edu/pub/plank/jgraph/ \ - http://www.cs.washington.edu/homes/wolman/ +MASTER_SITES= http://web.eecs.utk.edu/~plank/plank/jgraph/ DISTFILES= ${PORTNAME}.shar.Z -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-08-01 - MAINTAINER= ports@FreeBSD.org COMMENT= A program that generates postscript graphs diff --git a/graphics/jgraph/pkg-descr b/graphics/jgraph/pkg-descr index a91a155f3142..f48e62b97b89 100644 --- a/graphics/jgraph/pkg-descr +++ b/graphics/jgraph/pkg-descr @@ -3,4 +3,4 @@ in postscript format. The Winter 1993 Usenix Technical Conference proceedings contains a paper describing jgraph. Also, see the jgraph homepage for more details. -WWW: http://www.cs.utk.edu/~plank/plank/jgraph/jgraph.html +WWW: http://web.eecs.utk.edu/~plank/plank/jgraph/ |