diff options
author | vs <vs@FreeBSD.org> | 2005-02-28 17:40:29 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-28 17:40:29 +0800 |
commit | c5e6628a968f377aa9c849617d1278e562aeccfe (patch) | |
tree | 77a428241f3d4f1dcbf35c3d7e56d56d90641f2a /devel/pyumlgraph | |
parent | 152e23e3d9d8278fdd430a6a1087d56b05abca5f (diff) | |
download | freebsd-ports-gnome-c5e6628a968f377aa9c849617d1278e562aeccfe.tar.gz freebsd-ports-gnome-c5e6628a968f377aa9c849617d1278e562aeccfe.tar.zst freebsd-ports-gnome-c5e6628a968f377aa9c849617d1278e562aeccfe.zip |
Chase master site
PR: ports/77819
Submitted by: Sam Lawrance
Diffstat (limited to 'devel/pyumlgraph')
-rw-r--r-- | devel/pyumlgraph/Makefile | 2 | ||||
-rw-r--r-- | devel/pyumlgraph/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/pyumlgraph/Makefile b/devel/pyumlgraph/Makefile index 0c379afb6615..8ad365d80995 100644 --- a/devel/pyumlgraph/Makefile +++ b/devel/pyumlgraph/Makefile @@ -9,7 +9,7 @@ PORTNAME= pyumlgraph PORTVERSION= 0.1.10 CATEGORIES= devel -MASTER_SITES= http://www.zipcon.net/~adamf/software/PyUmlGraph/ +MASTER_SITES= http://adamfeuer.com/~adamf/software/PyUMLGraph/ DISTNAME= PyUMLGraph-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/devel/pyumlgraph/pkg-descr b/devel/pyumlgraph/pkg-descr index fd8ea9d38df8..acb7a70410fa 100644 --- a/devel/pyumlgraph/pkg-descr +++ b/devel/pyumlgraph/pkg-descr @@ -5,4 +5,4 @@ others. The UML diagrams can contain information about class inheritance relationships, references to other classes, class methods and return types, as well as class attributes and types. -WWW: http://www.zipcon.net/~adamf/software/PyUmlGraph/ +WWW: http://adamfeuer.com/~adamf/software/PyUMLGraph/ |