diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-01 12:13:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-01 12:13:54 +0000 |
commit | 7be606cdf63c50e178dab5bd297f53873130a449 (patch) | |
tree | ca8dac85ddb74edb40f31cdda0c5ae3b20d4f430 /archivers | |
parent | d3d9fcffc424eecdbd2bfdf7c0a4697f81f0b18b (diff) | |
download | ports-7be606cdf63c50e178dab5bd297f53873130a449.tar.gz ports-7be606cdf63c50e178dab5bd297f53873130a449.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/deb2targz/Makefile | 3 | ||||
-rw-r--r-- | archivers/ecm/Makefile | 3 | ||||
-rw-r--r-- | archivers/gzrecover/Makefile | 4 | ||||
-rw-r--r-- | archivers/mar/Makefile | 3 | ||||
-rw-r--r-- | archivers/ppmd/Makefile | 3 | ||||
-rw-r--r-- | archivers/tardy/Makefile | 4 | ||||
-rw-r--r-- | archivers/unlzx/Makefile | 3 | ||||
-rw-r--r-- | archivers/unzoo/Makefile | 1 |
8 files changed, 17 insertions, 7 deletions
diff --git a/archivers/deb2targz/Makefile b/archivers/deb2targz/Makefile index 7194d5c59e6a..e1a353e93d66 100644 --- a/archivers/deb2targz/Makefile +++ b/archivers/deb2targz/Makefile @@ -8,7 +8,8 @@ PORTNAME= deb2targz PORTVERSION= 20021217 CATEGORIES= archivers perl5 -MASTER_SITES= http://critical.ch/distfiles/ +MASTER_SITES= http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for converting a Debian .deb file to a .tar.gz diff --git a/archivers/ecm/Makefile b/archivers/ecm/Makefile index bd7124821332..6302a84af232 100644 --- a/archivers/ecm/Makefile +++ b/archivers/ecm/Makefile @@ -8,7 +8,8 @@ PORTNAME= ecm PORTVERSION= 1.0 CATEGORIES= archivers -MASTER_SITES= http://critical.ch/distfiles/ +MASTER_SITES= http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Compresses CD images by stripping unnecessary EDC/ECC data diff --git a/archivers/gzrecover/Makefile b/archivers/gzrecover/Makefile index 2e9a0ba33f18..afce335235b8 100644 --- a/archivers/gzrecover/Makefile +++ b/archivers/gzrecover/Makefile @@ -8,7 +8,9 @@ PORTNAME= gzrecover PORTVERSION= 0.4 CATEGORIES= archivers -MASTER_SITES= http://www.urbanophile.com/arenn/hacking/gzrt/ +MASTER_SITES= http://www.urbanophile.com/arenn/hacking/gzrt/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ DISTNAME= gzrt-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org diff --git a/archivers/mar/Makefile b/archivers/mar/Makefile index acde59edc536..c797ac123ab6 100644 --- a/archivers/mar/Makefile +++ b/archivers/mar/Makefile @@ -9,7 +9,8 @@ PORTNAME= mar DISTVERSION= 0.5 CATEGORIES= archivers MASTER_SITES= http://www.emantic.co.uk/mark/files/ \ - http://critical.ch/distfiles/ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= ehaupt@FreeBSD.org diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile index dbe0abda746e..65ffa988e846 100644 --- a/archivers/ppmd/Makefile +++ b/archivers/ppmd/Makefile @@ -8,7 +8,8 @@ PORTNAME= ppmd PORTVERSION= 20050811 CATEGORIES= archivers -MASTER_SITES= http://critical.ch/distfiles/ +MASTER_SITES= http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A fast archiver with a good compression ratio diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 5b45be8815d7..ef62d60515ee 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -9,7 +9,9 @@ PORTNAME= tardy PORTVERSION= 1.12 CATEGORIES= archivers -MASTER_SITES= http://tardy.sourceforge.net/ +MASTER_SITES= http://tardy.sourceforge.net/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index eefd0f5c66fa..2cfdd418d46a 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -8,7 +8,8 @@ PORTNAME= unlzx PORTVERSION= 1.1 CATEGORIES= archivers -MASTER_SITES= http://critical.ch/distfiles/ +MASTER_SITES= http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ DISTNAME= ${PORTNAME}.c EXTRACT_SUFX= .gz diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile index ab9fda48ab97..3007bb036543 100644 --- a/archivers/unzoo/Makefile +++ b/archivers/unzoo/Makefile @@ -9,6 +9,7 @@ PORTNAME= unzoo DISTVERSION= 4.4 CATEGORIES= archivers MASTER_SITES= http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ehaupt |