svn commit: r326000 - head/net/owncloud-csync

Boris Samorodov bsam at FreeBSD.org
Mon Sep 2 14:27:40 UTC 2013


Author: bsam
Date: Mon Sep  2 14:27:39 2013
New Revision: 326000
URL: http://svnweb.freebsd.org/changeset/ports/326000

Log:
  Adopt USES+=iconv.
  
  FYI: only three ports left with *_DEPENDS upon converters/libiconv.
  
  Submitted by:	bsam (me, via e-mail)
  Reviewed by:	6yearold at gmail.com (maintainer)

Modified:
  head/net/owncloud-csync/Makefile

Modified: head/net/owncloud-csync/Makefile
==============================================================================
--- head/net/owncloud-csync/Makefile	Mon Sep  2 14:19:47 2013	(r325999)
+++ head/net/owncloud-csync/Makefile	Mon Sep  2 14:27:39 2013	(r326000)
@@ -12,13 +12,12 @@ COMMENT=	csync fork for Owncloud
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv \
-		iniparser:${PORTSDIR}/devel/iniparser \
+LIB_DEPENDS=	iniparser:${PORTSDIR}/devel/iniparser \
 		smbclient:${PORTSDIR}/net/samba-libsmbclient \
 		ssh:${PORTSDIR}/security/libssh \
 		neon:${PORTSDIR}/www/neon29
 
-USES=		cmake:outsource pkgconfig
+USES=		cmake:outsource iconv pkgconfig
 USE_BZIP2=	yes
 USE_SQLITE=	yes
 CMAKE_ARGS+=	-DWITH_LOG4C=NO \


More information about the svn-ports-all mailing list