aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-12-04 19:28:07 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-12-04 19:28:07 +0000
commit2c10ab405bb2b59821b9e0e0e6bc47afd523b449 (patch)
tree468fac273bf8cc7235f259162548ced5d7f84c13 /sysutils
parentcc40ef9feac6c9399852114b52bb25af4dcb84e6 (diff)
downloadports-2c10ab405bb2b59821b9e0e0e6bc47afd523b449.tar.gz
ports-2c10ab405bb2b59821b9e0e0e6bc47afd523b449.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dump9660/Makefile5
-rw-r--r--sysutils/dump9660/pkg-descr2
2 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/dump9660/Makefile b/sysutils/dump9660/Makefile
index 3c7c9fcd6e82..b863a35531b6 100644
--- a/sysutils/dump9660/Makefile
+++ b/sysutils/dump9660/Makefile
@@ -8,16 +8,13 @@
PORTNAME= dump9660
PORTVERSION= 1.0
CATEGORIES= sysutils
-MASTER_SITES= http://www.morphisms.net/~wkj/Software/dump9660/
+MASTER_SITES= http://mbsd.msk.ru/dist/
DISTNAME= dump9660
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Create an ISO 9660 image, possibly incrementally
-DEPRECATED= distfile and homepage disappeared
-EXPIRATION_DATE= 2007-01-02
-
MAN8= mk9660.8
MAN5= proto.5
MLINKS= mk9660.8 dump9660.8
diff --git a/sysutils/dump9660/pkg-descr b/sysutils/dump9660/pkg-descr
index 032150128a90..7ad4e627a3b2 100644
--- a/sysutils/dump9660/pkg-descr
+++ b/sysutils/dump9660/pkg-descr
@@ -9,6 +9,4 @@ of the Plan 9 dump file system. The dump is file-based rather than
block-based: if a file's contents have not changed since the last
backup, only its directory entry will be rewritten.
-WWW: http://www.morphisms.net/~wkj/Software/dump9660/
-
- William Josephson and Russ Cox