Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 10:54:56 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325790 - head/sysutils/ciso
Message-ID:  <201308311054.r7VAsuHJ091813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Aug 31 10:54:55 2013
New Revision: 325790
URL: http://svnweb.freebsd.org/changeset/ports/325790

Log:
  sysutils/ciso: Mark broken, deprecated and expired
  
  The port is broken because the distfile can't be fetched due to upstream
  site disappearing.  However, development has ceased for 6 years and it is
  obsolete since similar projects such as cisoplus are still being developed.
  Hopefully marking it deprecated and due for removal will provoke cisoplus
  to be made into a port.
  
  PR:		181558
  Approved by:	rodrigo (maintainer)

Modified:
  head/sysutils/ciso/Makefile
  head/sysutils/ciso/pkg-descr

Modified: head/sysutils/ciso/Makefile
==============================================================================
--- head/sysutils/ciso/Makefile	Sat Aug 31 10:51:55 2013	(r325789)
+++ head/sysutils/ciso/Makefile	Sat Aug 31 10:54:55 2013	(r325790)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ciso
-# Date created:		4 November 2007
-# Whom:			Vasiliy Ch <blttll@gmail.com>
-#
+# Created by: Vasiliy Ch <blttll@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	ciso
 PORTVERSION=	1.0.0
@@ -14,6 +10,10 @@ MASTER_SITES=	http://ciso.tenshu.fr/
 MAINTAINER=	blttll@gmail.com
 COMMENT=	A tool to compress ISO images to CSO format
 
+BROKEN=		Unfetchable, site '${MASTER_SITES}' is permanently gone
+DEPRECATED=	Development stopped in 2007, should be replaced by cisoplus
+EXPIRATION_DATE= 2013-10-01
+
 USE_DOS2UNIX=	yes
 PLIST_FILES=	bin/ciso
 

Modified: head/sysutils/ciso/pkg-descr
==============================================================================
--- head/sysutils/ciso/pkg-descr	Sat Aug 31 10:51:55 2013	(r325789)
+++ head/sysutils/ciso/pkg-descr	Sat Aug 31 10:54:55 2013	(r325790)
@@ -1,5 +1,4 @@
 CISO - tiny and easy to use tool to convert ISO images
 in CSO (compressed ISO) format.
 
-Author:	Originaly coded by BOOSTER
-WWW:	http://ciso.tenshu.fr/
+WWW: http://ciso.tenshu.fr/



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