Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 14:33:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496748 - head/net/libcmis
Message-ID:  <201903241433.x2OEX8Q6077485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 24 14:33:08 2019
New Revision: 496748
URL: https://svnweb.freebsd.org/changeset/ports/496748

Log:
  Update MASTER_SITES
  
  - Sort *_DEPENDS

Modified:
  head/net/libcmis/Makefile

Modified: head/net/libcmis/Makefile
==============================================================================
--- head/net/libcmis/Makefile	Sun Mar 24 14:33:03 2019	(r496747)
+++ head/net/libcmis/Makefile	Sun Mar 24 14:33:08 2019	(r496748)
@@ -4,7 +4,7 @@ PORTNAME=	libcmis
 PORTVERSION=	0.5.1
 PORTREVISION=	11
 CATEGORIES=	net devel
-MASTER_SITES=	http://dev-www.libreoffice.org/src/
+MASTER_SITES=	https://dev-www.libreoffice.org/src/
 
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Client library for the CMIS interface
@@ -14,17 +14,18 @@ LICENSE_COMB=	dual
 
 BROKEN_sparc64=	cannot link with boost
 
-LIB_DEPENDS=	libcurl.so:ftp/curl
 BUILD_DEPENDS=	cppunit-config:devel/cppunit \
 		${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs
+LIB_DEPENDS=	libcurl.so:ftp/curl
 
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
 USES=		compiler:c++11-lib gmake libtool pathfix pkgconfig
 USE_GNOME=	libxml2
-USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS=	--disable-werror --with-boost=${LOCALBASE} --without-man
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
+
 PLIST_SUB=	MAJVER=${PORTVERSION:R}
 
 post-patch:



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