summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-10-17 11:20:48 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-10-17 11:20:48 +0000
commit3c886c27e1d15a64c714ec490ef1f3b6583c3aa4 (patch)
treece727720769ec143a22a3cda1dc9ef643dc81a45 /x11-clocks
parentAdd checksums for Python-2.2.2. (diff)
Update to 0.2.3: fixes compilation with gcc3.
Maintainer is unreachable.
Notes
Notes: svn path=/head/; revision=68201
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/bbdate/Makefile2
-rw-r--r--x11-clocks/bbdate/distinfo2
-rw-r--r--x11-clocks/bbdate/files/patch-aa11
3 files changed, 2 insertions, 13 deletions
diff --git a/x11-clocks/bbdate/Makefile b/x11-clocks/bbdate/Makefile
index a98f49e97f48..04b1fc09bfab 100644
--- a/x11-clocks/bbdate/Makefile
+++ b/x11-clocks/bbdate/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bbdate
-PORTVERSION= 0.2.1
+PORTVERSION= 0.2.3
CATEGORIES= x11-clocks
MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/
diff --git a/x11-clocks/bbdate/distinfo b/x11-clocks/bbdate/distinfo
index 781284175aa0..84c36a6232a8 100644
--- a/x11-clocks/bbdate/distinfo
+++ b/x11-clocks/bbdate/distinfo
@@ -1 +1 @@
-MD5 (bbdate-0.2.1.tar.gz) = c6912a52f534585fdc2996ab495b113b
+MD5 (bbdate-0.2.3.tar.gz) = a7bc15a6502dda607ec54252c0ea1238
diff --git a/x11-clocks/bbdate/files/patch-aa b/x11-clocks/bbdate/files/patch-aa
deleted file mode 100644
index bb52d6494472..000000000000
--- a/x11-clocks/bbdate/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- LinkedList.hh.orig Fri Sep 6 20:17:41 2002
-+++ LinkedList.hh Fri Sep 6 20:17:47 2002
-@@ -63,7 +63,7 @@
- int elements;
- __llist_node *_first, *_last;
-
-- friend __llist_iterator;
-+ friend class __llist_iterator;
-
-
- protected: