Bug 36439 - make ports/ftp/jmirror fetchable again
Summary: make ports/ftp/jmirror fetchable again
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-28 22:00 UTC by jharris
Modified: 2002-03-28 23:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jharris 2002-03-28 22:00:04 UTC
	put the distfile for ports/ftp/jmirror on an alternate site
	so it is fetchable again

Fix: 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

--- Makefile	2001/10/07 22:45:37	1.7
+++ Makefile	2002/03/28 21:46:58
@@ -8,9 +8,10 @@
 PORTNAME=	jmirror
 PORTVERSION=	1.0b
 CATEGORIES=	ftp
-MASTER_SITES=	ftp://ftp.ruin.org/pub/All/
+MASTER_SITES=	http://galileo.spaceports.com/~jharris/distfiles/ \
+		ftp://ftp.ruin.org/pub/All/
 
-MAINTAINER=	ports@FreeBSD.Org
+MAINTAINER=	ports@freebsd.org
 
 RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE8o490SypIl9OdoOMRAuVYAJ9EeDyop7sAC3x1ok5f0jfTElvL9QCgwhs4
y4Y9LqWOOBtnY86c8qFsr5Y=
=uFEB
-----END PGP SIGNATURE-----
How-To-Repeat: 
	apply patch below
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-03-28 23:00:13 UTC
State Changed
From-To: open->closed

Committed, Thanks!