Date: Sat, 11 Jul 2020 15:59:40 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541986 - head/misc/valentina Message-ID: <202007111559.06BFxefV054934@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Jul 11 15:59:40 2020 New Revision: 541986 URL: https://svnweb.freebsd.org/changeset/ports/541986 Log: misc/valentina: Fix WWW and improve Makefile formatting Modified: head/misc/valentina/Makefile head/misc/valentina/pkg-descr Modified: head/misc/valentina/Makefile ============================================================================== --- head/misc/valentina/Makefile Sat Jul 11 15:59:32 2020 (r541985) +++ head/misc/valentina/Makefile Sat Jul 11 15:59:40 2020 (r541986) @@ -16,16 +16,17 @@ USE_QT= buildtools_build concurrent core gui linguist USE_GL= gl USE_LDCONFIG= yes -DOS2UNIX_FILE= src/libs/vgeometry/vellipticalarc.cpp - USE_GITLAB= yes GL_ACCOUNT= smart-pattern GL_COMMIT= 15e731671f9471390d7ccf95c7eb5bbda8c25f95 +DOS2UNIX_FILE= src/libs/vgeometry/vellipticalarc.cpp + QMAKE_ARGS= CONFIG+="noTests" CONFIG+="noRunPath" .if !defined(WITH_CCACHE_BUILD) || defined(NO_CCACHE) QMAKE_ARGS+= CONFIG+="no_ccache" .endif + BINARY_ALIAS= hg=/usr/bin/true .include <bsd.port.mk> Modified: head/misc/valentina/pkg-descr ============================================================================== --- head/misc/valentina/pkg-descr Sat Jul 11 15:59:32 2020 (r541985) +++ head/misc/valentina/pkg-descr Sat Jul 11 15:59:40 2020 (r541986) @@ -7,4 +7,4 @@ manufacturers, enable independent and small designers up to make a decent living, rebuild local garment districts, and reduce or eliminate slave labor. -WWW: https://gitlab.com/smart-pattern/valentina +WWW: https://valentinaproject.bitbucket.io/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007111559.06BFxefV054934>