diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 18:18:54 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 18:18:54 +0000 |
| commit | 0e2a1366be1140853ae11dd6deb96ff03b1a3d70 (patch) | |
| tree | f710cb2e81bbef31fbfefd457f4cc4bd5ab20462 /java | |
| parent | - Fix after objformat removal (diff) | |
- Fix fetch
- Take maintainership
PR: ports/110975
Submitted by: Nemo Liu <nemoliu@gmail.com>
Diffstat (limited to 'java')
| -rw-r--r-- | java/poseidon/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/java/poseidon/Makefile b/java/poseidon/Makefile index 540286c0c4bc..e8f2cb446e55 100644 --- a/java/poseidon/Makefile +++ b/java/poseidon/Makefile @@ -8,14 +8,11 @@ PORTNAME= poseidon PORTVERSION= 4.2.1 CATEGORIES= java devel -MASTER_SITES= ftp://ftp.gentleware.org/ \ - http://download.gentleware.org/ \ - ftp://download.gentleware.biz/ \ - http://download.gentleware.biz/ \ - ftp://ftp.beine-computer.de/pub/distfiles/ +MASTER_SITES= ftp://88.198.45.102/ \ + http://88.198.45.102:81/ DISTNAME= ${PORTNAME}${EDITION}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemoliu@gmail.com COMMENT= A popular UML CASE tool USE_ZIP= yes |
