svn commit: r541986 - head/misc/valentina

Yuri Victorovich yuri at FreeBSD.org
Sat Jul 11 15:59:42 UTC 2020


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/


More information about the svn-ports-all mailing list