From owner-svn-ports-head@FreeBSD.ORG Tue Sep 10 09:08:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C1811D6; Tue, 10 Sep 2013 09:08:26 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 003A525D8; Tue, 10 Sep 2013 09:08:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A98PCU060320; Tue, 10 Sep 2013 09:08:25 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8A98Pqe060315; Tue, 10 Sep 2013 09:08:25 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201309100908.r8A98Pqe060315@svn.freebsd.org> From: John Marino Date: Tue, 10 Sep 2013 09:08:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326879 - in head/sysutils/ciso: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:08:26 -0000 Author: marino Date: Tue Sep 10 09:08:24 2013 New Revision: 326879 URL: http://svnweb.freebsd.org/changeset/ports/326879 Log: sysutils/ciso: unbreak, de-deprecate I mistaken thought Rodrigo was the maintainer of ciso. He straightened that out. Vasiliy, the maintainer, states that ciso in practical terms is still the latest version, and provided a patch to fix the fetch breakage. The expiration and deprecation has been removed. PR: 181558 Submitted by: blttll (Vasiliy the maintainer) Added: head/sysutils/ciso/files/patch-ciso.c (contents, props changed) Modified: head/sysutils/ciso/Makefile head/sysutils/ciso/distinfo head/sysutils/ciso/pkg-descr Modified: head/sysutils/ciso/Makefile ============================================================================== --- head/sysutils/ciso/Makefile Tue Sep 10 08:58:17 2013 (r326878) +++ head/sysutils/ciso/Makefile Tue Sep 10 09:08:24 2013 (r326879) @@ -5,14 +5,11 @@ PORTNAME= ciso PORTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://ciso.tenshu.fr/ +MASTER_SITES= SF 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/distinfo ============================================================================== --- head/sysutils/ciso/distinfo Tue Sep 10 08:58:17 2013 (r326878) +++ head/sysutils/ciso/distinfo Tue Sep 10 09:08:24 2013 (r326879) @@ -1,2 +1,2 @@ -SHA256 (ciso-1.0.0.tar.gz) = 640dbd70f54f7857610f6e82c53893f468964d43c7a4d183efaa71f94b7b692a -SIZE (ciso-1.0.0.tar.gz) = 9287 +SHA256 (ciso-1.0.0.tar.gz) = 2191dc3b12dc00678e8ed12f1276fc387fc95e2d00319a7ea81983892abf695b +SIZE (ciso-1.0.0.tar.gz) = 9271 Added: head/sysutils/ciso/files/patch-ciso.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ciso/files/patch-ciso.c Tue Sep 10 09:08:24 2013 (r326879) @@ -0,0 +1,10 @@ +--- ciso.c-orig 2013-09-08 13:47:13.000000000 +0000 ++++ ciso.c 2013-09-08 13:48:03.000000000 +0000 +@@ -24,6 +24,7 @@ + #include + #include /* /usr(/local)/include/zlib.h */ + #include ++#include + + #include "ciso.h" + Modified: head/sysutils/ciso/pkg-descr ============================================================================== --- head/sysutils/ciso/pkg-descr Tue Sep 10 08:58:17 2013 (r326878) +++ head/sysutils/ciso/pkg-descr Tue Sep 10 09:08:24 2013 (r326879) @@ -1,4 +1,4 @@ CISO - tiny and easy to use tool to convert ISO images in CSO (compressed ISO) format. -WWW: http://ciso.tenshu.fr/ +WWW: http://sourceforge.net/projects/ciso/