aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-04-05 17:54:48 +0800
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-04-05 17:54:48 +0800
commitc5c6f229da04d96894185c00ffabac47890c5dfb (patch)
treeeea5ee68355c8dd7fbc038b2e9f2536e6cf4afe0 /deskutils
parent34608fcaa3d1cd360f3fe3a80f910ed0e4968d37 (diff)
downloadfreebsd-ports-c5c6f229da04d96894185c00ffabac47890c5dfb.tar.gz
freebsd-ports-c5c6f229da04d96894185c00ffabac47890c5dfb.tar.zst
freebsd-ports-c5c6f229da04d96894185c00ffabac47890c5dfb.zip
Update to version 1.9.2.
Notes
Notes: svn path=/head/; revision=78291
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/rox-memo/Makefile3
-rw-r--r--deskutils/rox-memo/distinfo2
-rw-r--r--deskutils/rox-memo/files/patch-Memo_EditBox.py14
3 files changed, 2 insertions, 17 deletions
diff --git a/deskutils/rox-memo/Makefile b/deskutils/rox-memo/Makefile
index 0c0f450ee835..113967cfd341 100644
--- a/deskutils/rox-memo/Makefile
+++ b/deskutils/rox-memo/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= rox-memo
-PORTVERSION= 1.9.1
-PORTREVISION= 1
+PORTVERSION= 1.9.2
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rox
diff --git a/deskutils/rox-memo/distinfo b/deskutils/rox-memo/distinfo
index 5a331231762f..49e500e73f5d 100644
--- a/deskutils/rox-memo/distinfo
+++ b/deskutils/rox-memo/distinfo
@@ -1 +1 @@
-MD5 (memo-1.9.1.tgz) = 66e826e65caa1e02b08f9818fc4a0082
+MD5 (memo-1.9.2.tgz) = abc3df09c8e9aab482dc395aef0aa50a
diff --git a/deskutils/rox-memo/files/patch-Memo_EditBox.py b/deskutils/rox-memo/files/patch-Memo_EditBox.py
deleted file mode 100644
index c46a1ecd168d..000000000000
--- a/deskutils/rox-memo/files/patch-Memo_EditBox.py
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Memo/EditBox.py.orig Fri Mar 21 21:22:53 2003
-+++ Memo/EditBox.py Fri Mar 21 21:23:23 2003
-@@ -74,7 +74,7 @@
-
- if memo:
- buffer = self.text.get_buffer()
-- buffer.insert_at_cursor(memo.message, -1)
-+ buffer.insert_at_cursor(memo.message)
- if memo and memo.at:
- self.at.set_active(TRUE)
- if memo == None or memo.at == 0: