diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-03 05:13:39 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-03 05:13:39 +0000 |
commit | 7a88dffb30f8e39dcd36523df8b8eeae49cfee1f (patch) | |
tree | 54dc2ed9db152fe48d3963fbf9a7c82575bce045 /x11-wm | |
parent | 72bc4ab776d81aaf8bb9016c39773a7d741eddf7 (diff) | |
download | ports-7a88dffb30f8e39dcd36523df8b8eeae49cfee1f.tar.gz ports-7a88dffb30f8e39dcd36523df8b8eeae49cfee1f.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/bbpager/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/bbpager/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/bbpager/files/patch-aa | 20 | ||||
-rw-r--r-- | x11-wm/bbpager/files/patch-ab | 11 |
4 files changed, 2 insertions, 33 deletions
diff --git a/x11-wm/bbpager/Makefile b/x11-wm/bbpager/Makefile index c8b152292506..ed61ef0fa610 100644 --- a/x11-wm/bbpager/Makefile +++ b/x11-wm/bbpager/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bbpager -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= x11-wm MASTER_SITES= http://bbtools.windsofstorm.net/sources/ diff --git a/x11-wm/bbpager/distinfo b/x11-wm/bbpager/distinfo index b78ff163fa93..01806b2dcacb 100644 --- a/x11-wm/bbpager/distinfo +++ b/x11-wm/bbpager/distinfo @@ -1 +1 @@ -MD5 (bbpager-0.3.0.tar.gz) = 0a8aa4b0c68346b71f8d375f4362c3cb +MD5 (bbpager-0.3.1.tar.gz) = 27e575bd87be25e2fe8a116412d933cc diff --git a/x11-wm/bbpager/files/patch-aa b/x11-wm/bbpager/files/patch-aa deleted file mode 100644 index fef1989f462d..000000000000 --- a/x11-wm/bbpager/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- LinkedList.hh.orig Fri Sep 6 20:12:22 2002 -+++ LinkedList.hh Fri Sep 6 20:12:31 2002 -@@ -50,7 +50,7 @@ - __llist *list; - __llist_node *node; - -- friend __llist; -+ friend class __llist; - - - protected: -@@ -73,7 +73,7 @@ - __llist_node *_first, *_last; - __llist *iterators; - -- friend __llist_iterator; -+ friend class __llist_iterator; - - - protected: diff --git a/x11-wm/bbpager/files/patch-ab b/x11-wm/bbpager/files/patch-ab deleted file mode 100644 index 6398e2c8a4c2..000000000000 --- a/x11-wm/bbpager/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Timer.hh.orig Fri Sep 6 20:12:10 2002 -+++ Timer.hh Fri Sep 6 20:12:17 2002 -@@ -47,7 +47,7 @@ - - - class BTimer { -- friend BaseDisplay; -+ friend class BaseDisplay; - private: - BaseDisplay *display; - TimeoutHandler *handler; |