aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-02-28 06:12:37 +0800
committerpav <pav@FreeBSD.org>2007-02-28 06:12:37 +0800
commit5955d61c4a7d7b16dd4fa144ea01fbc01b651413 (patch)
tree1919758025e1e24cda0ff32a82a6c6c3c0fadb1c /net
parent35642817b02195d699169ef711dd430015d03692 (diff)
downloadfreebsd-ports-graphics-5955d61c4a7d7b16dd4fa144ea01fbc01b651413.tar.gz
freebsd-ports-graphics-5955d61c4a7d7b16dd4fa144ea01fbc01b651413.tar.zst
freebsd-ports-graphics-5955d61c4a7d7b16dd4fa144ea01fbc01b651413.zip
- Update to 5.8.15
Diffstat (limited to 'net')
-rw-r--r--net/boinc-client/Makefile5
-rw-r--r--net/boinc-client/distinfo6
-rw-r--r--net/boinc-client/files/patch-crashes12
3 files changed, 5 insertions, 18 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index 78ecaa7eeb8..98f08435a8b 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= boinc-client
-PORTVERSION= 5.8.11
+PORTVERSION= 5.8.15
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://www.oook.cz/bsd/distfiles/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pav
MAINTAINER= pav@FreeBSD.org
diff --git a/net/boinc-client/distinfo b/net/boinc-client/distinfo
index 271e8d91a58..a4bbe64fb01 100644
--- a/net/boinc-client/distinfo
+++ b/net/boinc-client/distinfo
@@ -1,3 +1,3 @@
-MD5 (boinc-client-5.8.11.tar.bz2) = 921dec0902bacef6f8775dca3b4bfc24
-SHA256 (boinc-client-5.8.11.tar.bz2) = 018462e9df861ed38c394e27d5550220bc49aba88e9784d1e3b9e7d1df98aef9
-SIZE (boinc-client-5.8.11.tar.bz2) = 3399856
+MD5 (boinc-client-5.8.15.tar.bz2) = 51cf9a485234ef421ab6f0a8ab1227df
+SHA256 (boinc-client-5.8.15.tar.bz2) = 8e85a01c78117fdb2b80ee487e7e7314b57712da778a79cc3d59f3f49e3cea28
+SIZE (boinc-client-5.8.15.tar.bz2) = 3399627
diff --git a/net/boinc-client/files/patch-crashes b/net/boinc-client/files/patch-crashes
deleted file mode 100644
index 43d20915a50..00000000000
--- a/net/boinc-client/files/patch-crashes
+++ /dev/null
@@ -1,12 +0,0 @@
---- clientgui/BOINCGUIApp.cpp.orig Mon Jan 22 14:19:20 2007
-+++ clientgui/BOINCGUIApp.cpp Wed Feb 14 23:50:55 2007
-@@ -81,9 +81,7 @@
- m_pSkinManager = NULL;
- m_pFrame = NULL;
- m_pDocument = NULL;
--#if defined(__WXMSW__) || defined(__WXMAC__)
- m_pTaskBarIcon = NULL;
--#endif
- #ifdef __WXMAC__
- m_pMacSystemMenu = NULL;
- #endif