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 @@ -1,18 +1,18 @@ # New ports collection makefile for: bbdate # Date created: May 3 1999 # Whom: Chris Piazza # # $FreeBSD$ # PORTNAME= bbdate -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.3 CATEGORIES= x11-clocks MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/ MAINTAINER= patseal@hyperhost.net USE_X_PREFIX= yes GNU_CONFIGURE= yes .include 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: