diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-17 16:46:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-17 16:46:48 +0800 |
commit | 1561461476447d71477f2e5f05904166c861974d (patch) | |
tree | 7a4251feb05fed0f27498cebd6742962aba22c10 | |
parent | 0a5e11957080b8a85564693da46b02811b05a925 (diff) | |
download | freebsd-ports-gnome-1561461476447d71477f2e5f05904166c861974d.tar.gz freebsd-ports-gnome-1561461476447d71477f2e5f05904166c861974d.tar.zst freebsd-ports-gnome-1561461476447d71477f2e5f05904166c861974d.zip |
Fix master_site
-rw-r--r-- | java/jakarta-oro/Makefile | 3 | ||||
-rw-r--r-- | math/jacal/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/java/jakarta-oro/Makefile b/java/jakarta-oro/Makefile index 202a753d9714..54aa64afb8d1 100644 --- a/java/jakarta-oro/Makefile +++ b/java/jakarta-oro/Makefile @@ -9,8 +9,7 @@ PORTNAME= jakarta-oro PORTVERSION= 2.0.8 PORTREVISION= 2 CATEGORIES= java -MASTER_SITES= http://jakarta.apache.org/builds/${PORTNAME}/release/v${PORTVERSION}/ \ - http://ftp.epix.net/apache/jakarta/oro/binaries/ +MASTER_SITES= http://archive.apache.org/dist/jakarta/oro/ MAINTAINER= ports@FreeBSD.org COMMENT= Perl/awk/sh regular expressions for Java diff --git a/math/jacal/Makefile b/math/jacal/Makefile index 5e1917f78be4..746e9867c1af 100644 --- a/math/jacal/Makefile +++ b/math/jacal/Makefile @@ -9,7 +9,7 @@ PORTNAME= jacal PORTVERSION= 1b7 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/ +MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/OLD/ DISTNAME= jacal1b7 MAINTAINER= ports@FreeBSD.org |