svn commit: r328419 - head/deskutils/osynctool
Danilo Egea Gondolfo
danilo at FreeBSD.org
Thu Sep 26 21:55:13 UTC 2013
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 at gmail.com
+MAINTAINER= danilo at 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>
More information about the svn-ports-head
mailing list