Date: Sat, 28 Nov 2009 00:09:32 +0300 (MSK) From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/140948: [patch] net-mgmt/nagios-geom, net-mgmt/nagios-portaudit: move distfiles to codelabs.ru Message-ID: <20091127210932.ACD7ADA81A@void.codelabs.ru> Resent-Message-ID: <200911272110.nARLA29G097602@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140948 >Category: ports >Synopsis: [patch] net-mgmt/nagios-geom, net-mgmt/nagios-portaudit: move distfiles to codelabs.ru >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 27 21:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Eygene Ryabinkin >Release: FreeBSD 8.0-RC1 amd64 >Organization: Code Labs >Environment: System: FreeBSD 8.0-RC1 amd64 >Description: Yahoo discontinued GeoCities, so I had cached distfiles at codelabs.ru and fbsd.inse.ru -- these two mirrors should work fine for the long time. >How-To-Repeat: Look at the http://geocities.com/ >Fix: The following patches make ports to fetch distfiles from their new locations. --- move-soure-to-codelabs.ru.diff begins here --- >From 61533bfbf2b5a1d6d3fe815d49af144064b0c69e Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Date: Thu, 26 Nov 2009 11:28:05 +0300 ...and fbsd.inse.ru. Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> --- net-mgmt/nagios-geom/Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-mgmt/nagios-geom/Makefile b/net-mgmt/nagios-geom/Makefile index 4b49926..a15b2b2 100644 --- a/net-mgmt/nagios-geom/Makefile +++ b/net-mgmt/nagios-geom/Makefile @@ -7,10 +7,10 @@ PORTNAME= geom PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= net-mgmt -MASTER_SITES= http://www.geocities.com/ntb4real/proj/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= wxs +MASTER_SITES= http://codelabs.ru/fbsd/distfiles/ \ + http://fbsd.inse.ru/distfiles/ PKGNAMEPREFIX= nagios- DISTNAME= check_geom-${PORTVERSION} -- 1.6.5.3 --- move-soure-to-codelabs.ru.diff ends here --- --- move-source-to-codelabs.ru.diff begins here --- >From bf6a88ee35d2abd482a680a1462f46c374741151 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Date: Sat, 28 Nov 2009 00:00:49 +0300 Subject: [PATCH] net-mgmt/nagios-portaudit: make new master sites GeoCities is dead, so I had moved distfiles to codelabs.ru and fbsd.inse.ru. Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> --- net-mgmt/nagios-portaudit/Makefile | 6 ++++-- net-mgmt/nagios-portaudit/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/net-mgmt/nagios-portaudit/Makefile b/net-mgmt/nagios-portaudit/Makefile index 79a954e..37e2887 100644 --- a/net-mgmt/nagios-portaudit/Makefile +++ b/net-mgmt/nagios-portaudit/Makefile @@ -7,10 +7,12 @@ PORTNAME= portaudit PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net-mgmt -MASTER_SITES= http://www.geocities.com/ntb4real/proj/ +MASTER_SITES= http://codelabs.ru/fbsd/distfiles/ \ + http://fbsd.inse.ru/distfiles/ PKGNAMEPREFIX= nagios- -DISTNAME= check_portaudit +DISTNAME= check_portaudit-${PORTVERSION} MAINTAINER= rea-fbsd@codelabs.ru COMMENT= Nagios plug-in to get portaudit/portupgrade status diff --git a/net-mgmt/nagios-portaudit/distinfo b/net-mgmt/nagios-portaudit/distinfo index ef7d832..f60f7e8 100644 --- a/net-mgmt/nagios-portaudit/distinfo +++ b/net-mgmt/nagios-portaudit/distinfo @@ -1,3 +1,3 @@ -SIZE (check_portaudit.tar.gz) = 2483 -MD5 (check_portaudit.tar.gz) = 4080abff3089dbce2f1b1080705b8b6f -SHA256 (check_portaudit.tar.gz) = d23d67f0be5d535cce35e3ff7cd4bb00277ec5821982b6843fbcbc573bcffec7 +MD5 (check_portaudit-1.0.tar.gz) = 4080abff3089dbce2f1b1080705b8b6f +SHA256 (check_portaudit-1.0.tar.gz) = d23d67f0be5d535cce35e3ff7cd4bb00277ec5821982b6843fbcbc573bcffec7 +SIZE (check_portaudit-1.0.tar.gz) = 2483 -- 1.6.5.3 --- move-source-to-codelabs.ru.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091127210932.ACD7ADA81A>