aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-25 17:17:48 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-25 17:17:48 +0000
commit18198f0f12e2c1477de1374e17fdb3150ac9a2b0 (patch)
tree0cab01a89eb3614fb61b99e0bc699129fcbbdf6a /misc
parent78b45230c5d2240f8e1b0e604ac9a3397d86b719 (diff)
downloadports-18198f0f12e2c1477de1374e17fdb3150ac9a2b0.tar.gz
ports-18198f0f12e2c1477de1374e17fdb3150ac9a2b0.zip
misc/valentina: Update 0.6.0.0 -> 0.6.1
Bugfix update. Notified by: Roman <dismine@gmail.com> (upstream author)
Notes
Notes: svn path=/head/; revision=482976
Diffstat (limited to 'misc')
-rw-r--r--misc/valentina/Makefile8
-rw-r--r--misc/valentina/distinfo6
-rw-r--r--misc/valentina/files/patch-src_libs_ifc_xml_vabstractconverter.h11
3 files changed, 6 insertions, 19 deletions
diff --git a/misc/valentina/Makefile b/misc/valentina/Makefile
index dca948863858..68affe8083c2 100644
--- a/misc/valentina/Makefile
+++ b/misc/valentina/Makefile
@@ -1,11 +1,9 @@
# $FreeBSD$
PORTNAME= valentina
-DISTVERSION= 0.6.0.0
-PORTREVISION= 1
-DISTVERSIONSUFFIX= a
+DISTVERSION= 0.6.1
CATEGORIES= misc
-MASTER_SITES= http://cdn.bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
+MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Sewing pattern drafting tool aiming to remake the garment industry
@@ -20,7 +18,7 @@ USE_LDCONFIG= yes
BB_ACCOUNT= dismine
BB_PROJECT= ${PORTNAME}
-BB_COMMIT= fccfd7b0aa17
+BB_COMMIT= a2e2f6648b28
QMAKE_ARGS= CONFIG+="noTests" CONFIG+="noRunPath"
.if !defined(WITH_CCACHE_BUILD) || defined(NO_CCACHE)
diff --git a/misc/valentina/distinfo b/misc/valentina/distinfo
index 1c2fb305df09..649f7488e6f6 100644
--- a/misc/valentina/distinfo
+++ b/misc/valentina/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534027764
-SHA256 (valentina-0.6.0.0a.tar.gz) = fca1eea2f68a796e8925b291b5693da9e465f0fc8d4c384a06f1c90f075369e0
-SIZE (valentina-0.6.0.0a.tar.gz) = 35595152
+TIMESTAMP = 1540485495
+SHA256 (valentina-0.6.1.tar.gz) = 165cf34558983116f6f424beae4806f909c61fe4bcffd583461a8614b3d2d2bb
+SIZE (valentina-0.6.1.tar.gz) = 35642532
diff --git a/misc/valentina/files/patch-src_libs_ifc_xml_vabstractconverter.h b/misc/valentina/files/patch-src_libs_ifc_xml_vabstractconverter.h
deleted file mode 100644
index fdafaf29459e..000000000000
--- a/misc/valentina/files/patch-src_libs_ifc_xml_vabstractconverter.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/libs/ifc/xml/vabstractconverter.h.orig 2018-08-11 23:31:52 UTC
-+++ src/libs/ifc/xml/vabstractconverter.h
-@@ -31,7 +31,7 @@
-
- #include <qcompilerdetection.h>
-
--#if !defined(Q_OS_OSX) && !defined(Q_OS_WIN) && defined(Q_CC_GNU)
-+#if !defined(Q_OS_OSX) && !defined(Q_OS_WIN) && !defined(Q_OS_FREEBSD) && defined(Q_CC_GNU)
- #include <sys/sysmacros.h>
- #endif
-