diff options
author | yuri <yuri@FreeBSD.org> | 2018-01-16 07:25:18 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-01-16 07:25:18 +0800 |
commit | 37b02e381ab37db5c2c77490493565a7ca8523b0 (patch) | |
tree | aa2003255f5389eca50c0db5467204a43e039a6d /graphics | |
parent | f2fd386fc23e66b972bcf45af4a2a9fcf61fc7c7 (diff) | |
download | freebsd-ports-gnome-37b02e381ab37db5c2c77490493565a7ca8523b0.tar.gz freebsd-ports-gnome-37b02e381ab37db5c2c77490493565a7ca8523b0.tar.zst freebsd-ports-gnome-37b02e381ab37db5c2c77490493565a7ca8523b0.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dilay/Makefile | 20 | ||||
-rw-r--r-- | graphics/dilay/distinfo | 6 |
2 files changed, 13 insertions, 13 deletions
diff --git a/graphics/dilay/Makefile b/graphics/dilay/Makefile index 0f2a269c3d4d..0901bc229422 100644 --- a/graphics/dilay/Makefile +++ b/graphics/dilay/Makefile @@ -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@rawbw.com +MAINTAINER= yuri@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> diff --git a/graphics/dilay/distinfo b/graphics/dilay/distinfo index a73030e76aca..e76364d5a229 100644 --- a/graphics/dilay/distinfo +++ b/graphics/dilay/distinfo @@ -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 |