svn commit: r496748 - head/net/libcmis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 24 14:33:12 UTC 2019


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 at 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:


More information about the svn-ports-all mailing list