misc/valentina: Update 0.7.0.0a -> 0.7.36

PR:		247896
This commit is contained in:
Yuri Victorovich 2020-10-24 16:14:04 +00:00
parent ea21187e77
commit edaf9e4414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553203
5 changed files with 16 additions and 36 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= valentina
DISTVERSION= 0.7.0.0a
DISTVERSION= 0.7.36
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
@ -18,7 +18,7 @@ USE_LDCONFIG= yes
USE_GITLAB= yes
GL_ACCOUNT= smart-pattern
GL_COMMIT= 15e731671f9471390d7ccf95c7eb5bbda8c25f95
GL_COMMIT= 188d7097e1c3079a45c9ebd2c8d9e87f4912e649
DOS2UNIX_FILES= src/libs/vgeometry/vellipticalarc.cpp

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1594379769
SHA256 (smart-pattern-valentina-15e731671f9471390d7ccf95c7eb5bbda8c25f95_GL0.tar.gz) = 113f1c5375c2ee4b1f0ff1f8684125e8c6a181eb857e1d625df79df792597f6c
SIZE (smart-pattern-valentina-15e731671f9471390d7ccf95c7eb5bbda8c25f95_GL0.tar.gz) = 42388820
TIMESTAMP = 1603551914
SHA256 (smart-pattern-valentina-188d7097e1c3079a45c9ebd2c8d9e87f4912e649_GL0.tar.gz) = 6d1322215f5fdd0f4a553971a1c0894ed06c57b541ec854098c94b80da2c550a
SIZE (smart-pattern-valentina-188d7097e1c3079a45c9ebd2c8d9e87f4912e649_GL0.tar.gz) = 42454398

View file

@ -1,6 +1,15 @@
--- common.pri.orig 2020-07-11 05:51:06 UTC
--- common.pri.orig 2020-10-24 09:23:35 UTC
+++ common.pri
@@ -209,11 +209,11 @@ defineTest(forceCopyToDestdir) {
@@ -21,7 +21,7 @@ unix{
}
# Default prefix. Use for creation install path.
- DEFAULT_PREFIX = /usr
+ DEFAULT_PREFIX = /usr/local
# Prefix for binary file.
isEmpty(PREFIX){
@@ -222,11 +222,11 @@ defineTest(forceCopyToDestdir) {
# We use precompiled headers for more fast compilation source code.
defineReplace(set_PCH){
no_ccache{
@ -15,12 +24,3 @@
*msvc* {
PRECOMPILED_SOURCE = stable.cpp # MSVC need also cpp file.
@@ -311,7 +311,7 @@ defineReplace(FindLatestTagDistance){
}
# Default prefix. Use for creation install path.
-DEFAULT_PREFIX = /usr
+DEFAULT_PREFIX = /usr/local
# In debug mode on Unix system we use all usefull for us compilers keys for checking errors.
# Also trying make all possible for speed up build time.

View file

@ -1,10 +0,0 @@
--- src/libs/vgeometry/vellipticalarc.cpp.orig 2020-07-11 05:51:16 UTC
+++ src/libs/vgeometry/vellipticalarc.cpp
@@ -30,6 +30,7 @@
#include <QLineF>
#include <QPoint>
+#include <QPainterPath>
#include "../vmisc/def.h"
#include "../vmisc/vmath.h"

View file

@ -1,10 +0,0 @@
--- src/libs/vgeometry/vplacelabelitem.cpp.orig 2020-07-11 05:51:16 UTC
+++ src/libs/vgeometry/vplacelabelitem.cpp
@@ -33,6 +33,7 @@
#include <qnumeric.h>
#include <QPolygonF>
#include <QTransform>
+#include <QPainterPath>
//---------------------------------------------------------------------------------------------------------------------
VPlaceLabelItem::VPlaceLabelItem()