From owner-svn-ports-all@FreeBSD.ORG Mon Jul 7 09:54:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54021D81; Mon, 7 Jul 2014 09:54:16 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F46921ED; Mon, 7 Jul 2014 09:54:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s679sGSq079794; Mon, 7 Jul 2014 09:54:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s679sFMZ079788; Mon, 7 Jul 2014 09:54:15 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201407070954.s679sFMZ079788@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 7 Jul 2014 09:54:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361046 - in head: deskutils/libopensync-plugin-evolution2 palm/py-synce-librapi2 palm/py-synce-librra palm/synce-librapi2 palm/synce-librra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 09:54:16 -0000 Author: bapt Date: Mon Jul 7 09:54:14 2014 New Revision: 361046 URL: http://svnweb.freebsd.org/changeset/ports/361046 QAT: https://qat.redports.org/buildarchive/r361046/ Log: Reset maintainership Maintainer request to remove those ports, they will be removed along with other non staged, but in the mean time gives new volunteers a chance to save those With hat: portmgr Modified: head/deskutils/libopensync-plugin-evolution2/Makefile head/palm/py-synce-librapi2/Makefile head/palm/py-synce-librra/Makefile head/palm/synce-librapi2/Makefile head/palm/synce-librra/Makefile Modified: head/deskutils/libopensync-plugin-evolution2/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-evolution2/Makefile Mon Jul 7 09:50:00 2014 (r361045) +++ head/deskutils/libopensync-plugin-evolution2/Makefile Mon Jul 7 09:54:14 2014 (r361046) @@ -7,7 +7,7 @@ PORTREVISION= 8 CATEGORIES= deskutils MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ -MAINTAINER= webmaster@kibab.com +MAINTAINER= ports@FreeBSD.org COMMENT= Evolution 2 plugin for the OpenSync framework LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 Modified: head/palm/py-synce-librapi2/Makefile ============================================================================== --- head/palm/py-synce-librapi2/Makefile Mon Jul 7 09:50:00 2014 (r361045) +++ head/palm/py-synce-librapi2/Makefile Mon Jul 7 09:54:14 2014 (r361046) @@ -4,10 +4,10 @@ CATEGORIES= palm python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}synce- -MAINTAINER= webmaster@kibab.com +MAINTAINER= ports@FreeBSD.org COMMENT= Python bindings for libRAPI2 -LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 +LIB_DEPENDS= librapi.so:${PORTSDIR}/palm/synce-librapi2 BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex MASTERDIR= ${.CURDIR}/../synce-librapi2 Modified: head/palm/py-synce-librra/Makefile ============================================================================== --- head/palm/py-synce-librra/Makefile Mon Jul 7 09:50:00 2014 (r361045) +++ head/palm/py-synce-librra/Makefile Mon Jul 7 09:54:14 2014 (r361046) @@ -4,10 +4,10 @@ CATEGORIES= palm python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}synce- -MAINTAINER= webmaster@kibab.com +MAINTAINER= ports@FreeBSD.org COMMENT= Python bindings for the SynCE RRA library -LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-librra +LIB_DEPENDS= librra.so:${PORTSDIR}/palm/synce-librra BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex MASTERDIR= ${.CURDIR}/../synce-librra Modified: head/palm/synce-librapi2/Makefile ============================================================================== --- head/palm/synce-librapi2/Makefile Mon Jul 7 09:50:00 2014 (r361045) +++ head/palm/synce-librapi2/Makefile Mon Jul 7 09:54:14 2014 (r361046) @@ -7,10 +7,10 @@ CATEGORIES?= palm MASTER_SITES= SF/synce/SynCE/${PORTVERSION} PKGNAMEPREFIX?= synce- -MAINTAINER= webmaster@kibab.com +MAINTAINER= ports@FreeBSD.org COMMENT?= Utilities/libraries to make RAPI calls on WinCE devices -LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce +LIB_DEPENDS+= libsynce.so:${PORTSDIR}/palm/synce-libsynce CONFLICTS= popular-[0-9]* Modified: head/palm/synce-librra/Makefile ============================================================================== --- head/palm/synce-librra/Makefile Mon Jul 7 09:50:00 2014 (r361045) +++ head/palm/synce-librra/Makefile Mon Jul 7 09:54:14 2014 (r361046) @@ -7,11 +7,11 @@ CATEGORIES?= palm MASTER_SITES= SF/synce/SynCE/${PORTVERSION} PKGNAMEPREFIX?= synce- -MAINTAINER= webmaster@kibab.com +MAINTAINER= ports@FreeBSD.org COMMENT?= Remote Replication Agent Connection protocol library -LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce \ - rapi.2:${PORTSDIR}/palm/synce-librapi2 +LIB_DEPENDS+= libsynce.so:${PORTSDIR}/palm/synce-libsynce \ + librapi.so:${PORTSDIR}/palm/synce-librapi2 BUILD_DEPENDS+= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir RUN_DEPENDS+= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir