svn commit: r459137 - head/graphics/dilay

Yuri Victorovich yuri at FreeBSD.org
Mon Jan 15 23:25:20 UTC 2018


Author: yuri
Date: Mon Jan 15 23:25:18 2018
New Revision: 459137
URL: https://svnweb.freebsd.org/changeset/ports/459137

Log:
  graphics/dilay: Update to 1.6.1
  
  The upstream had the problem with missing includes.
  This is why the version is set to 1.6.1-11.
  
  Submitted by:	myself
  Reported by:	portscout
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13878

Modified:
  head/graphics/dilay/Makefile
  head/graphics/dilay/distinfo

Modified: head/graphics/dilay/Makefile
==============================================================================
--- head/graphics/dilay/Makefile	Mon Jan 15 23:16:09 2018	(r459136)
+++ head/graphics/dilay/Makefile	Mon Jan 15 23:25:18 2018	(r459137)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	dilay
-PORTVERSION=	1.5.0
-PORTREVISION=	3
+DISTVERSION=	1.6.1-11
+DISTVERSIONSUFFIX=	-g1c129887  # master has the fix for missing #include
 CATEGORIES=	graphics
 
-MAINTAINER=	yuri at rawbw.com
+MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	3D sculpting application
 
 LICENSE=	GPLv3
@@ -14,19 +14,19 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
 
+USES=		compiler:c++14-lang gmake qmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	abau
-
-USES=		compiler:c++14-lang gmake qmake
 USE_CXXSTD=	c++14
 USE_GL=		gl
 USE_QT5=	core gui opengl widgets xml buildtools_build
 
-# Workaround for: Parallel build fails (https://github.com/abau/dilay/issues/19)
-MAKE_JOBS_UNSAFE=yes
-# Workaround for: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210327
-QMAKE_ARGS+=	QMAKE_CXXFLAGS_CXX11=
+MAKE_JOBS_UNSAFE=	yes  # Workaround for: https://github.com/abau/dilay/issues/19 parallel build fails (still a problem despite having been closed)
 
-PLIST_FILES=	bin/dilay
+PLIST_FILES=	bin/dilay \
+		share/applications/dilay.desktop
+.for sz in 16 32 48 256
+PLIST_FILES+=	share/icons/hicolor/${sz}x${sz}/apps/dilay.png
+.endfor
 
 .include <bsd.port.mk>

Modified: head/graphics/dilay/distinfo
==============================================================================
--- head/graphics/dilay/distinfo	Mon Jan 15 23:16:09 2018	(r459136)
+++ head/graphics/dilay/distinfo	Mon Jan 15 23:25:18 2018	(r459137)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465955512
-SHA256 (abau-dilay-1.5.0_GH0.tar.gz) = 43e159848b15b731663d06f5b3f0a05b5ff36c6dfce9e855eb9f5b1a0807ea66
-SIZE (abau-dilay-1.5.0_GH0.tar.gz) = 145167
+TIMESTAMP = 1515695147
+SHA256 (abau-dilay-1.6.1-11-g1c129887_GH0.tar.gz) = b9162f2496c9c52687d1c95aa5a9376dd5d075475ee32299672596376f4f0ee4
+SIZE (abau-dilay-1.6.1-11-g1c129887_GH0.tar.gz) = 219617


More information about the svn-ports-all mailing list