diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-07 17:35:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-07 17:35:11 +0000 |
commit | 655508f2325f65ba1c634890a2998b41a7fd5966 (patch) | |
tree | 8e3c1fdeeeae267f8b854f0f4c4e1274ed40e34d /emulators/dosbox | |
parent | e023b6a5a5fb96b13ba15eb695a646a1004a381f (diff) | |
download | ports-655508f2325f65ba1c634890a2998b41a7fd5966.tar.gz ports-655508f2325f65ba1c634890a2998b41a7fd5966.zip |
Notes
Diffstat (limited to 'emulators/dosbox')
-rw-r--r-- | emulators/dosbox/Makefile | 2 | ||||
-rw-r--r-- | emulators/dosbox/distinfo | 2 | ||||
-rw-r--r-- | emulators/dosbox/files/patch-configure | 11 |
3 files changed, 2 insertions, 13 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 4c9b84dbbcbc..df77eef2e255 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dosbox -PORTVERSION= 0.60 +PORTVERSION= 0.61 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/emulators/dosbox/distinfo b/emulators/dosbox/distinfo index 9db9211d2b07..61cb10c98435 100644 --- a/emulators/dosbox/distinfo +++ b/emulators/dosbox/distinfo @@ -1 +1 @@ -MD5 (dosbox-0.60.tar.gz) = ca68955bcc3585630dcf17bab6ec185a +MD5 (dosbox-0.61.tar.gz) = dcb549eb2a9e6fe6995b973ef9ac6e9f diff --git a/emulators/dosbox/files/patch-configure b/emulators/dosbox/files/patch-configure deleted file mode 100644 index 919ace42ac26..000000000000 --- a/emulators/dosbox/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 19 13:46:59 2003 -+++ configure Sun Oct 19 13:47:15 2003 -@@ -5350,7 +5350,7 @@ - - if test x$enable_core_inline = xyes ; then - echo "$as_me:$LINENO: result: enabling inlined memory handling in CPU Core" >&5 --echo "${ECHO_T}enabling inlined memory handling in CPU Core" >&6, -+echo "${ECHO_T}enabling inlined memory handling in CPU Core" >&6 - cat >>confdefs.h <<\_ACEOF - #define C_CORE_INLINE 1 - _ACEOF |