diff options
author | rene <rene@FreeBSD.org> | 2013-12-23 18:00:02 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-23 18:00:02 +0800 |
commit | a4505a29a5e66e7b588cc7bca8458e6fe7e65dd5 (patch) | |
tree | 9fd3050dbd255db05b3486fa38efde53e90b4ade /net/boinc-client | |
parent | 267a6a1114db21c550152157264702fe66efa8c3 (diff) | |
download | freebsd-ports-graphics-a4505a29a5e66e7b588cc7bca8458e6fe7e65dd5.tar.gz freebsd-ports-graphics-a4505a29a5e66e7b588cc7bca8458e6fe7e65dd5.tar.zst freebsd-ports-graphics-a4505a29a5e66e7b588cc7bca8458e6fe7e65dd5.zip |
- Update to 7.2.33 :
- Fix: Disable downloading of images in notices. It was crashing the UI.
- Fix: Properly handle the exclusive application feature from the UI.
- Fix option helper
- Change login shell for BOINC user to /bin/sh so that
'service boinc-client start' works properly
Diffstat (limited to 'net/boinc-client')
-rw-r--r-- | net/boinc-client/Makefile | 5 | ||||
-rw-r--r-- | net/boinc-client/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 4d70f96a6fc..95fc7cc1edb 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= boinc-client -PORTVERSION= 7.2.28 -PORTREVISION= 1 +PORTVERSION= 7.2.33 CATEGORIES= net MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ @@ -59,7 +58,7 @@ MANAGER_CONFIGURE_OFF= --with-wx-config=false --without-x MANAGER_CONFIGURE_ENABLE=manager MANAGER_USE= XORG=x11 WX=2.8+ -CLIENT_CONFIGURE_WITH= client +CLIENT_CONFIGURE_ENABLE=client CLIENT_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl CLIENT_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss CLIENT_USE= RC_SUBR=boinc-client diff --git a/net/boinc-client/distinfo b/net/boinc-client/distinfo index 39b160d3332..6081c4ce536 100644 --- a/net/boinc-client/distinfo +++ b/net/boinc-client/distinfo @@ -1,2 +1,2 @@ -SHA256 (boinc-client-7.2.28.tar.xz) = fa2bf9f91449dbe2b958a3f5c3a21359d3591f86d19d0abfd4ea9124398ae5c0 -SIZE (boinc-client-7.2.28.tar.xz) = 21735120 +SHA256 (boinc-client-7.2.33.tar.xz) = 5829e82fc065adc08839af362bee4988a0867858e10f0d5bd8c39668f27a8298 +SIZE (boinc-client-7.2.33.tar.xz) = 21782836 |