diff options
author | marino <marino@FreeBSD.org> | 2013-09-10 17:08:24 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-10 17:08:24 +0800 |
commit | 52bf9bdd571ad73ac67fff17059338b74b1d1b4c (patch) | |
tree | 3377fb71b184a7624a47fce9ea36ef9642ac726a /sysutils/ciso | |
parent | 82c4062ef4e174348e5c31d1b7ea9566c76ef572 (diff) | |
download | freebsd-ports-gnome-52bf9bdd571ad73ac67fff17059338b74b1d1b4c.tar.gz freebsd-ports-gnome-52bf9bdd571ad73ac67fff17059338b74b1d1b4c.tar.zst freebsd-ports-gnome-52bf9bdd571ad73ac67fff17059338b74b1d1b4c.zip |
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)
Diffstat (limited to 'sysutils/ciso')
-rw-r--r-- | sysutils/ciso/Makefile | 5 | ||||
-rw-r--r-- | sysutils/ciso/distinfo | 4 | ||||
-rw-r--r-- | sysutils/ciso/files/patch-ciso.c | 10 | ||||
-rw-r--r-- | sysutils/ciso/pkg-descr | 2 |
4 files changed, 14 insertions, 7 deletions
diff --git a/sysutils/ciso/Makefile b/sysutils/ciso/Makefile index 71f2dc1ec114..cb9d4db4ab80 100644 --- a/sysutils/ciso/Makefile +++ b/sysutils/ciso/Makefile @@ -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 diff --git a/sysutils/ciso/distinfo b/sysutils/ciso/distinfo index 10b41139548b..e7c48bbed919 100644 --- a/sysutils/ciso/distinfo +++ b/sysutils/ciso/distinfo @@ -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 diff --git a/sysutils/ciso/files/patch-ciso.c b/sysutils/ciso/files/patch-ciso.c new file mode 100644 index 000000000000..cb0792c6e0e9 --- /dev/null +++ b/sysutils/ciso/files/patch-ciso.c @@ -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 <stdlib.h> + #include <zlib.h> /* /usr(/local)/include/zlib.h */ + #include <zconf.h> ++#include <string.h> + + #include "ciso.h" + diff --git a/sysutils/ciso/pkg-descr b/sysutils/ciso/pkg-descr index 09404d51444a..0b0e536ea35a 100644 --- a/sysutils/ciso/pkg-descr +++ b/sysutils/ciso/pkg-descr @@ -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/ |