Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 09:39:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515185 - head/devel/libcutl
Message-ID:  <201910220939.x9M9dAOr023248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct 22 09:39:09 2019
New Revision: 515185
URL: https://svnweb.freebsd.org/changeset/ports/515185

Log:
  - Pet portlint
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libcutl/Makefile
  head/devel/libcutl/pkg-descr

Modified: head/devel/libcutl/Makefile
==============================================================================
--- head/devel/libcutl/Makefile	Tue Oct 22 09:26:00 2019	(r515184)
+++ head/devel/libcutl/Makefile	Tue Oct 22 09:39:09 2019	(r515185)
@@ -12,14 +12,14 @@ COMMENT=	C++ utility library with generic and independ
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_sparc64=	Does not build: cannot configure with boost
+
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libexpat.so:textproc/expat2
 
-BROKEN_sparc64=	Does not build: cannot configure with boost
-
+USES=		compiler:c++11-lib libtool
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		compiler:c++11-lib libtool
 
 # The checks for external boost and external expat are quite limited and do not
 # add the ${LOCALBASE} paths correctly (libboost.m4 uses wrong paths and

Modified: head/devel/libcutl/pkg-descr
==============================================================================
--- head/devel/libcutl/pkg-descr	Tue Oct 22 09:26:00 2019	(r515184)
+++ head/devel/libcutl/pkg-descr	Tue Oct 22 09:39:09 2019	(r515185)
@@ -2,4 +2,4 @@ libcutl is a C++ utility library. It contains a collec
 independent components such as meta-programming tests, smart pointers,
 containers, compiler building blocks, etc.
 
-WWW: http://www.codesynthesis.com/projects/libcutl/
+WWW: https://www.codesynthesis.com/projects/libcutl/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910220939.x9M9dAOr023248>