diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-17 11:20:48 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-17 11:20:48 +0000 |
commit | 3c886c27e1d15a64c714ec490ef1f3b6583c3aa4 (patch) | |
tree | ce727720769ec143a22a3cda1dc9ef643dc81a45 /x11-clocks/bbdate | |
parent | 0c46db4749464dbddbc9644e4f5b1ce839153043 (diff) | |
download | ports-3c886c27e1d15a64c714ec490ef1f3b6583c3aa4.tar.gz ports-3c886c27e1d15a64c714ec490ef1f3b6583c3aa4.zip |
Notes
Diffstat (limited to 'x11-clocks/bbdate')
-rw-r--r-- | x11-clocks/bbdate/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/bbdate/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/bbdate/files/patch-aa | 11 |
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: |