svn commit: r325790 - head/sysutils/ciso

John Marino marino at FreeBSD.org
Sat Aug 31 10:54:56 UTC 2013


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 at gmail.com>
-#
+# Created by: Vasiliy Ch <blttll at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	ciso
 PORTVERSION=	1.0.0
@@ -14,6 +10,10 @@ MASTER_SITES=	http://ciso.tenshu.fr/
 MAINTAINER=	blttll at 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/


More information about the svn-ports-head mailing list