svn commit: r515185 - head/devel/libcutl

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 22 09:39:10 UTC 2019


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/


More information about the svn-ports-head mailing list