From owner-svn-ports-head@FreeBSD.ORG Mon Oct 21 16:20:57 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 218788DA; Mon, 21 Oct 2013 16:20:57 +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 E981122EA; Mon, 21 Oct 2013 16:20:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9LGKuJw000181; Mon, 21 Oct 2013 16:20:56 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9LGKuAW000179; Mon, 21 Oct 2013 16:20:56 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310211620.r9LGKuAW000179@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Mon, 21 Oct 2013 16:20:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331153 - head/devel/libopensync022 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: Mon, 21 Oct 2013 16:20:57 -0000 Author: danilo Date: Mon Oct 21 16:20:56 2013 New Revision: 331153 URL: http://svnweb.freebsd.org/changeset/ports/331153 Log: - Fix pkgname collision - Add stage support - Convert LIB_DEPENDS to new syntax - Use SWIG_LANGUAGES Modified: head/devel/libopensync022/Makefile head/devel/libopensync022/pkg-plist Modified: head/devel/libopensync022/Makefile ============================================================================== --- head/devel/libopensync022/Makefile Mon Oct 21 16:07:53 2013 (r331152) +++ head/devel/libopensync022/Makefile Mon Oct 21 16:20:56 2013 (r331153) @@ -6,14 +6,14 @@ PORTVERSION= 0.22 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ +PKGNAMESUFFIX= 022 MAINTAINER= ports@FreeBSD.org COMMENT= Freedesktop synchronization framework -BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 -RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 +LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 +SWIG_LANGUAGES= python USE_BZIP2= yes GNU_CONFIGURE= yes USE_BZIP2= yes @@ -24,15 +24,6 @@ USE_LDCONFIG= yes CONFLICTS= libopensync-0.[3-9]* -LATEST_LINK= libopensync022 - -NO_STAGE= yes -pre-everything:: - @${ECHO_MSG} "NOTE: You may want to avoid extra dependencies" - @${ECHO_MSG} " from devel/swig13 by building with the following" - @${ECHO_MSG} " SWIG_LANGUAGES=\"perl python\"" - @${ECHO_MSG} - post-patch: @${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} \ -e 's|-Werror||g' Modified: head/devel/libopensync022/pkg-plist ============================================================================== --- head/devel/libopensync022/pkg-plist Mon Oct 21 16:07:53 2013 (r331152) +++ head/devel/libopensync022/pkg-plist Mon Oct 21 16:20:56 2013 (r331153) @@ -62,16 +62,11 @@ lib/opensync/formats/xml-vnote.la lib/opensync/formats/xml-vnote.so lib/opensync/formats/xmldoc.la lib/opensync/formats/xmldoc.so -%%PYTHON_SITELIBDIR%%/_opensync.la -%%PYTHON_SITELIBDIR%%/_opensync.so -%%PYTHON_SITELIBDIR%%/opensync.py -%%PYTHON_SITELIBDIR%%/opensync.pyc -%%PYTHON_SITELIBDIR%%/opensync.pyo libdata/pkgconfig/opensync-1.0.pc libdata/pkgconfig/osengine-1.0.pc libexec/osplugin -@dirrm lib/opensync/formats -@dirrm lib/opensync -@dirrm include/opensync-1.0/osengine -@dirrm include/opensync-1.0/opensync -@dirrm include/opensync-1.0 +@dirrmtry lib/opensync/formats +@dirrmtry lib/opensync +@dirrmtry include/opensync-1.0/osengine +@dirrmtry include/opensync-1.0/opensync +@dirrmtry include/opensync-1.0