Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2015 09:40:17 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376408 - in head/sysutils: areca-cli cdircmp cmospwd edid-decode highlnk hploscripts logstalgia magicrescue most rej screenie tmpreaper vii watchfolder weedit wuzzah zeroer
Message-ID:  <201501060940.t069eH9B001264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Jan  6 09:40:16 2015
New Revision: 376408
URL: https://svnweb.freebsd.org/changeset/ports/376408
QAT: https://qat.redports.org/buildarchive/r376408/

Log:
  Move MASTER_SITES from CRITICAL to LOCAL/ehaupt

Modified:
  head/sysutils/areca-cli/Makefile
  head/sysutils/cdircmp/Makefile
  head/sysutils/cmospwd/Makefile
  head/sysutils/edid-decode/Makefile
  head/sysutils/highlnk/Makefile
  head/sysutils/hploscripts/Makefile
  head/sysutils/logstalgia/Makefile
  head/sysutils/magicrescue/Makefile
  head/sysutils/most/Makefile
  head/sysutils/rej/Makefile
  head/sysutils/screenie/Makefile
  head/sysutils/tmpreaper/Makefile
  head/sysutils/vii/Makefile
  head/sysutils/watchfolder/Makefile
  head/sysutils/weedit/Makefile
  head/sysutils/wuzzah/Makefile
  head/sysutils/zeroer/Makefile

Modified: head/sysutils/areca-cli/Makefile
==============================================================================
--- head/sysutils/areca-cli/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/areca-cli/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -6,7 +6,7 @@ DISTVERSION=	${CLI_VER}.${CLI_REV}
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/FreeBSD/CLI/ \
-		CRITICAL
+		LOCAL/ehaupt
 PKGNAMESUFFIX=	-${ARCH}
 DISTNAME=	v${CLI_VER}_${CLI_REV}
 

Modified: head/sysutils/cdircmp/Makefile
==============================================================================
--- head/sysutils/cdircmp/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/cdircmp/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -4,7 +4,7 @@
 PORTNAME=	cdircmp
 PORTVERSION=	0.3
 CATEGORIES=	sysutils
-MASTER_SITES=	CRITICAL
+MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Compare directories and select files to copy

Modified: head/sysutils/cmospwd/Makefile
==============================================================================
--- head/sysutils/cmospwd/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/cmospwd/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -5,7 +5,7 @@ PORTNAME=	cmospwd
 PORTVERSION=	5.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.cgsecurity.org/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	BIOS password recovery tool

Modified: head/sysutils/edid-decode/Makefile
==============================================================================
--- head/sysutils/edid-decode/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/edid-decode/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -4,7 +4,7 @@
 PORTNAME=	edid-decode
 PORTVERSION=	0.1.20140911
 CATEGORIES=	sysutils
-MASTER_SITES=	CRITICAL
+MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Decodes binary EDID information from monitors

Modified: head/sysutils/highlnk/Makefile
==============================================================================
--- head/sysutils/highlnk/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/highlnk/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -5,7 +5,7 @@ PORTNAME=	highlnk
 DISTVERSION=	0.2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://perli.net/projekte/highlnk/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Tool to save disk space on hard disks by using hardlinks

Modified: head/sysutils/hploscripts/Makefile
==============================================================================
--- head/sysutils/hploscripts/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/hploscripts/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -5,7 +5,7 @@ PORTNAME=	hploscripts
 PORTVERSION=	3.0
 PORTREVISION=	2
 CATEGORIES=	sysutils perl5
-MASTER_SITES=	CRITICAL
+MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	HP Lights-Out management perl scripts

Modified: head/sysutils/logstalgia/Makefile
==============================================================================
--- head/sysutils/logstalgia/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/logstalgia/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -5,7 +5,7 @@ PORTNAME=	logstalgia
 PORTVERSION=	1.0.3
 PORTREVISION=	8
 CATEGORIES=	sysutils www
-MASTER_SITES=	GOOGLE_CODE CRITICAL
+MASTER_SITES=	GOOGLE_CODE LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Website access log visualization tool

Modified: head/sysutils/magicrescue/Makefile
==============================================================================
--- head/sysutils/magicrescue/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/magicrescue/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -5,7 +5,7 @@ PORTNAME=	magicrescue
 PORTVERSION=	1.1.9
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.itu.dk/people/jobr/magicrescue/release/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	File recovery tool which recovers deleted files from a block device

Modified: head/sysutils/most/Makefile
==============================================================================
--- head/sysutils/most/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/most/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -6,7 +6,7 @@ PORTVERSION=	5.0.0
 PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://space.mit.edu/pub/davis/most/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Pager (like less) which has support for windows and binary files

Modified: head/sysutils/rej/Makefile
==============================================================================
--- head/sysutils/rej/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/rej/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -5,7 +5,7 @@ PORTNAME=	rej
 PORTVERSION=	0.16
 PORTREVISION=	1
 CATEGORIES=	sysutils perl5
-MASTER_SITES=	CRITICAL
+MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Merges patch-rejects and runs a merge program to verify the changes

Modified: head/sysutils/screenie/Makefile
==============================================================================
--- head/sysutils/screenie/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/screenie/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -5,7 +5,7 @@ PORTNAME=	screenie
 PORTVERSION=	1.30.0
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	CRITICAL
+MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Small and lightweight screen(1) wrapper

Modified: head/sysutils/tmpreaper/Makefile
==============================================================================
--- head/sysutils/tmpreaper/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/tmpreaper/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -4,7 +4,7 @@
 PORTNAME=	tmpreaper
 PORTVERSION=	1.6.13
 CATEGORIES=	sysutils
-MASTER_SITES=	CRITICAL
+MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Cleans up files in directories based on their age

Modified: head/sysutils/vii/Makefile
==============================================================================
--- head/sysutils/vii/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/vii/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -6,7 +6,7 @@ PORTVERSION=	4.2
 PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://vii.sourceforge.net/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Execute a command repeatedly and scroll the output

Modified: head/sysutils/watchfolder/Makefile
==============================================================================
--- head/sysutils/watchfolder/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/watchfolder/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -5,7 +5,7 @@ PORTNAME=	watchfolder
 PORTVERSION=	0.3.3
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	CRITICAL
+MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Watch folders for new files and process them

Modified: head/sysutils/weedit/Makefile
==============================================================================
--- head/sysutils/weedit/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/weedit/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -5,7 +5,7 @@ PORTNAME=	weedit
 PORTVERSION=	2.0.3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://adm1n.cjb.net/cw/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	File duplicate scanner with database support

Modified: head/sysutils/wuzzah/Makefile
==============================================================================
--- head/sysutils/wuzzah/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/wuzzah/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -4,7 +4,7 @@
 PORTNAME=	wuzzah
 PORTVERSION=	0.53
 CATEGORIES=	sysutils
-MASTER_SITES=	CRITICAL
+MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Command-line utility for stalking users

Modified: head/sysutils/zeroer/Makefile
==============================================================================
--- head/sysutils/zeroer/Makefile	Tue Jan  6 09:40:02 2015	(r376407)
+++ head/sysutils/zeroer/Makefile	Tue Jan  6 09:40:16 2015	(r376408)
@@ -5,7 +5,7 @@ PORTNAME=	zeroer
 PORTVERSION=	0.1
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	CRITICAL
+MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Command-line utility for wiping unallocated space on a filesystem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501060940.t069eH9B001264>