diff options
author | ak <ak@FreeBSD.org> | 2012-05-31 02:05:44 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-05-31 02:05:44 +0800 |
commit | b728aa033b8612223081334bce0d09cad4d59bc2 (patch) | |
tree | 0719323107c58154af15a88e24df0994206893c0 | |
parent | ae1d1d6ec24179caeb1874f7cc27b271aa2c7dc8 (diff) | |
download | freebsd-ports-graphics-b728aa033b8612223081334bce0d09cad4d59bc2.tar.gz freebsd-ports-graphics-b728aa033b8612223081334bce0d09cad4d59bc2.tar.zst freebsd-ports-graphics-b728aa033b8612223081334bce0d09cad4d59bc2.zip |
- Update to 2.15
* Various small fixes
* Datestamper support
* Image offset option to access disk slices
Approved by: eadler, itetcu (mentors, implicit)
-rw-r--r-- | emulators/cpmtools2/Makefile | 2 | ||||
-rw-r--r-- | emulators/cpmtools2/distinfo | 4 | ||||
-rw-r--r-- | 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 |