Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 21:55:12 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328419 - head/deskutils/osynctool
Message-ID:  <201309262155.r8QLtDr2003523@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Sep 26 21:55:12 2013
New Revision: 328419
URL: http://svnweb.freebsd.org/changeset/ports/328419

Log:
  - Change maintainer email to @FreeBSD.org
  - Convert LIB_DEPENDS to new syntax
  - Add staging support
  
  Approved by:	wg (mentor)

Modified:
  head/deskutils/osynctool/Makefile

Modified: head/deskutils/osynctool/Makefile
==============================================================================
--- head/deskutils/osynctool/Makefile	Thu Sep 26 21:48:29 2013	(r328418)
+++ head/deskutils/osynctool/Makefile	Thu Sep 26 21:55:12 2013	(r328419)
@@ -6,10 +6,10 @@ PORTVERSION=	0.39
 CATEGORIES=	deskutils
 MASTER_SITES=	http://www.opensync.org/download/releases/${PORTVERSION}/
 
-MAINTAINER=	danilogondolfo@gmail.com
+MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Command line client for the OpenSync framework
 
-LIB_DEPENDS=	opensync:${PORTSDIR}/devel/libopensync
+LIB_DEPENDS=	libopensync.so:${PORTSDIR}/devel/libopensync
 
 CONFLICTS=	msynctool-0.2*
 
@@ -20,5 +20,4 @@ PLIST_FILES=	bin/${PORTNAME} \
 		etc/bash_completion.d/${PORTNAME}.sh
 PLIST_DIRSTRY=	etc/bash_completion.d
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309262155.r8QLtDr2003523>