1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 3.6.1

PR:		197943
Submitted by:	maintainer
This commit is contained in:
Tilman Keskinoz 2015-02-27 10:23:27 +00:00
parent 9f12008d16
commit 83769a5ae8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380071
4 changed files with 3 additions and 27 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= worker
PORTVERSION= 3.6.0
PORTVERSION= 3.6.1
CATEGORIES= x11-fm
MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/
@ -31,9 +31,6 @@ XFT_USE= XORG=xft
.if ${OSVERSION} < 1000024
USE_GCC= yes
.else
CONFIGURE_ARGS+= --disable-cxx-check
CXXFLAGS+= -std=c++11
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (worker-3.6.0.tar.bz2) = 3b8f5451523fe73cd81317689ee61e3f8ed43a8f2087c945970cfb369110f735
SIZE (worker-3.6.0.tar.bz2) = 1495468
SHA256 (worker-3.6.1.tar.bz2) = 8e50490a8c3b893f79d165f02cf8f1303f55fb870a09139d2e9f19864348b47e
SIZE (worker-3.6.1.tar.bz2) = 1497820

View File

@ -1,10 +0,0 @@
--- src/dmcacheentrynwc.hh.orig 2015-01-08 18:44:53.000000000 +0300
+++ src/dmcacheentrynwc.hh 2015-01-20 14:58:29.000000000 +0300
@@ -25,6 +25,7 @@
#include "wdefines.h"
#include "nwc_dir.hh"
#include <aguix/refcount.hh>
+#include <functional>
class DirBookmarksSettings;
class DirFilterSettings;

View File

@ -1,11 +0,0 @@
--- src/pathjumpui.hh.orig 2015-01-08 18:44:53.000000000 +0300
+++ src/pathjumpui.hh 2015-01-20 00:01:56.000000000 +0300
@@ -101,7 +101,7 @@
m_always_ignore( false )
{}
- bool operator<( const pathjump_entry &rhs )
+ bool operator<( const pathjump_entry &rhs ) const
{
if ( m_blockcount < rhs.m_blockcount ) return true;
else if ( m_blockcount == rhs.m_blockcount ) {