From b728aa033b8612223081334bce0d09cad4d59bc2 Mon Sep 17 00:00:00 2001 From: ak Date: Wed, 30 May 2012 18:05:44 +0000 Subject: - Update to 2.15 * Various small fixes * Datestamper support * Image offset option to access disk slices Approved by: eadler, itetcu (mentors, implicit) --- emulators/cpmtools2/Makefile | 2 +- emulators/cpmtools2/distinfo | 4 ++-- emulators/cpmtools2/files/patch-configure | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/cpmtools2/Makefile b/emulators/cpmtools2/Makefile index 28fa727c57d..c5501db20b8 100644 --- a/emulators/cpmtools2/Makefile +++ b/emulators/cpmtools2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cpmtools -PORTVERSION= 2.13 +PORTVERSION= 2.15 CATEGORIES= emulators sysutils MASTER_SITES= http://www.moria.de/~michael/cpmtools/ diff --git a/emulators/cpmtools2/distinfo b/emulators/cpmtools2/distinfo index 6b44bcd6c60..2cabc809a35 100644 --- a/emulators/cpmtools2/distinfo +++ b/emulators/cpmtools2/distinfo @@ -1,2 +1,2 @@ -SHA256 (cpmtools-2.13.tar.gz) = 6cd80efe4adb8066616cbc18b1b4683a6f6567426fe84937bcff2ba70034ba86 -SIZE (cpmtools-2.13.tar.gz) = 170008 +SHA256 (cpmtools-2.15.tar.gz) = 33de4b9cb41ee07e8ccfacb42701928e41440c68ea69b817a74e5db16cf01aaa +SIZE (cpmtools-2.15.tar.gz) = 174447 diff --git a/emulators/cpmtools2/files/patch-configure b/emulators/cpmtools2/files/patch-configure index d29c2f81c72..49165ce21ed 100644 --- a/emulators/cpmtools2/files/patch-configure +++ b/emulators/cpmtools2/files/patch-configure @@ -1,8 +1,8 @@ Index: configure -@@ -3385,7 +3385,7 @@ +@@ -3400,7 +3400,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curses_printw" >&5 $as_echo "$ac_cv_lib_curses_printw" >&6; } - if test "x$ac_cv_lib_curses_printw" = x""yes; then : + if test "x$ac_cv_lib_curses_printw" = xyes; then : - FSED_CPM=fsed.cpm LIBS="-lcurses $LIBS" + FSED_CPM=fsed.cpm else -- cgit