From owner-svn-ports-head@FreeBSD.ORG Thu Sep 26 17:20:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B72E1A87; Thu, 26 Sep 2013 17:20:32 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A3FCF2B32; Thu, 26 Sep 2013 17:20:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8QHKWrZ055779; Thu, 26 Sep 2013 17:20:32 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8QHKWKH055778; Thu, 26 Sep 2013 17:20:32 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201309261720.r8QHKWKH055778@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Thu, 26 Sep 2013 17:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328396 - head/deskutils/libopensync-plugin-vformat-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 17:20:32 -0000 Author: danilo Date: Thu Sep 26 17:20:32 2013 New Revision: 328396 URL: http://svnweb.freebsd.org/changeset/ports/328396 Log: - Change maintainer email to @FreeBSD.org - Convert LIB_DEPENDS to new syntax - Add staging support Approved by: wg (mentor) Modified: head/deskutils/libopensync-plugin-vformat-devel/Makefile Modified: head/deskutils/libopensync-plugin-vformat-devel/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-vformat-devel/Makefile Thu Sep 26 17:19:33 2013 (r328395) +++ head/deskutils/libopensync-plugin-vformat-devel/Makefile Thu Sep 26 17:20:32 2013 (r328396) @@ -7,17 +7,16 @@ CATEGORIES= deskutils MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ PKGNAMESUFFIX= -devel -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= Vformat plugin for the OpenSync framework -LIB_DEPENDS= opensync:${PORTSDIR}/devel/libopensync +LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync USE_BZIP2= yes USES= cmake iconv pkgconfig CMAKE_ARGS+= -Wno-dev CFLAGS+= "-I${LOCALBASE}/include" -NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e "/FIND_PACKAGE( Check )/d" ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e "s|MESSAGE|# MESSAGE|" \