svn commit: r531655 - in head/sysutils/ltfs: . files

Kevin Bowling kbowling at FreeBSD.org
Tue Apr 14 03:58:19 UTC 2020


Author: kbowling
Date: Tue Apr 14 03:58:18 2020
New Revision: 531655
URL: https://svnweb.freebsd.org/changeset/ports/531655

Log:
  sysutils/ltfs: Update to 2.4.2.0
  
  Approved by:	timur (mentor)
  Sponsored by:	BBOX.io
  Differential Revision:	https://reviews.freebsd.org/D24392

Deleted:
  head/sysutils/ltfs/files/
Modified:
  head/sysutils/ltfs/Makefile
  head/sysutils/ltfs/distinfo
  head/sysutils/ltfs/pkg-message
  head/sysutils/ltfs/pkg-plist

Modified: head/sysutils/ltfs/Makefile
==============================================================================
--- head/sysutils/ltfs/Makefile	Tue Apr 14 03:52:25 2020	(r531654)
+++ head/sysutils/ltfs/Makefile	Tue Apr 14 03:58:18 2020	(r531655)
@@ -3,9 +3,8 @@
 
 PORTNAME=		ltfs
 DISTVERSIONPREFIX=	v
-DISTVERSION=		2.4.1.2
-DISTVERSIONSUFFIX=	-10254
-PORTREVISION=		3
+DISTVERSION=		2.4.2.0
+DISTVERSIONSUFFIX=	-10418
 CATEGORIES=		sysutils
 
 MAINTAINER=	kbowling at FreeBSD.org

Modified: head/sysutils/ltfs/distinfo
==============================================================================
--- head/sysutils/ltfs/distinfo	Tue Apr 14 03:52:25 2020	(r531654)
+++ head/sysutils/ltfs/distinfo	Tue Apr 14 03:58:18 2020	(r531655)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563928782
-SHA256 (LinearTapeFileSystem-ltfs-v2.4.1.2-10254_GH0.tar.gz) = ddd4032190c15ebd4aa30d3df075e1d0a06e4fba78a598032b2805fe138b9ad3
-SIZE (LinearTapeFileSystem-ltfs-v2.4.1.2-10254_GH0.tar.gz) = 563955
+TIMESTAMP = 1586756197
+SHA256 (LinearTapeFileSystem-ltfs-v2.4.2.0-10418_GH0.tar.gz) = cc6ae69f56b48ab09263eed40147b039a00e0440027159b40dac2b147cdb5e57
+SIZE (LinearTapeFileSystem-ltfs-v2.4.2.0-10418_GH0.tar.gz) = 603368

Modified: head/sysutils/ltfs/pkg-message
==============================================================================
--- head/sysutils/ltfs/pkg-message	Tue Apr 14 03:52:25 2020	(r531654)
+++ head/sysutils/ltfs/pkg-message	Tue Apr 14 03:58:18 2020	(r531655)
@@ -1,8 +1,8 @@
 [
 { type: install
   message: <<EOM
-This only works with IBM-branded LTO-5 or newer tape drives, although there is
-a file backend for simulation purposes.
+This only works with IBM Enterprise Tape, or IBM-branded LTO-5 and newer tape
+drives, although there is a file backend for simulation purposes.
 
 You will only be able to read and write tapes with a blocksize <= MAXPHYS,
 which is 128KB by default. Put the following in your kernel config file and

Modified: head/sysutils/ltfs/pkg-plist
==============================================================================
--- head/sysutils/ltfs/pkg-plist	Tue Apr 14 03:52:25 2020	(r531654)
+++ head/sysutils/ltfs/pkg-plist	Tue Apr 14 03:58:18 2020	(r531655)
@@ -1,4 +1,5 @@
 bin/ltfs
+bin/ltfs_ordered_copy
 bin/ltfsck
 bin/mkltfs
 etc/ltfs.conf
@@ -10,20 +11,26 @@ include/ltfs/libltfs/arch/time_internal.h
 include/ltfs/libltfs/dcache_ops.h
 include/ltfs/libltfs/iosched_ops.h
 include/ltfs/libltfs/kmi_ops.h
-include/ltfs/libltfs/ltfs.h
 include/ltfs/libltfs/ltfs_error.h
 include/ltfs/libltfs/ltfs_fsops.h
+include/ltfs/libltfs/ltfs_locking_new.h
+include/ltfs/libltfs/ltfs_locking_old.h
 include/ltfs/libltfs/ltfs_locking.h
 include/ltfs/libltfs/ltfs_thread.h
 include/ltfs/libltfs/ltfs_types.h
+include/ltfs/libltfs/ltfs.h
 include/ltfs/libltfs/ltfslogging.h
 include/ltfs/libltfs/ltfstrace.h
 include/ltfs/libltfs/plugin.h
 include/ltfs/libltfs/queue.h
-include/ltfs/libltfs/tape.h
 include/ltfs/libltfs/tape_ops.h
-include/ltfs/libltfs/uthash.h
+include/ltfs/libltfs/tape.h
 include/ltfs/libltfs/uthash_ext.h
+include/ltfs/libltfs/uthash.h
+include/ltfs/tape_drivers/ibm_tape.h
+include/ltfs/tape_drivers/spc_op_codes.h
+include/ltfs/tape_drivers/ssc_op_codes.h
+include/ltfs/tape_drivers/tape_drivers.h
 lib/libltfs.a
 lib/libltfs.so
 lib/libltfs.so.0


More information about the svn-ports-all mailing list