Date: Fri, 24 Apr 2015 14:26:26 +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: r384647 - in head: deskutils/libopensync-plugin-vformat-devel deskutils/osynctool devel/libopensync Message-ID: <201504241426.t3OEQQRa016199@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Fri Apr 24 14:26:26 2015 New Revision: 384647 URL: https://svnweb.freebsd.org/changeset/ports/384647 Log: - Add MASTER_SITE_LOCAL to MASTER_SITES - Remove BROKEN - [libopensync] Fix plist Modified: head/deskutils/libopensync-plugin-vformat-devel/Makefile head/deskutils/osynctool/Makefile head/devel/libopensync/Makefile head/devel/libopensync/pkg-plist Modified: head/deskutils/libopensync-plugin-vformat-devel/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-vformat-devel/Makefile Fri Apr 24 14:25:06 2015 (r384646) +++ head/deskutils/libopensync-plugin-vformat-devel/Makefile Fri Apr 24 14:26:26 2015 (r384647) @@ -4,13 +4,14 @@ PORTNAME= libopensync-plugin-vformat PORTVERSION= 0.39 CATEGORIES= deskutils -MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ +MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= danilo PKGNAMESUFFIX= -devel MAINTAINER= danilo@FreeBSD.org COMMENT= Vformat plugin for the OpenSync framework -BROKEN= Unfetchable LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync USES= cmake iconv pkgconfig tar:bzip2 Modified: head/deskutils/osynctool/Makefile ============================================================================== --- head/deskutils/osynctool/Makefile Fri Apr 24 14:25:06 2015 (r384646) +++ head/deskutils/osynctool/Makefile Fri Apr 24 14:26:26 2015 (r384647) @@ -4,7 +4,9 @@ PORTNAME= osynctool PORTVERSION= 0.39 CATEGORIES= deskutils -MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ +MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= danilo MAINTAINER= danilo@FreeBSD.org COMMENT= Command line client for the OpenSync framework @@ -13,7 +15,6 @@ LIB_DEPENDS= libopensync.so:${PORTSDIR}/ CONFLICTS= msynctool-0.2* -BROKEN= Unfetchable USES= cmake:outsource pkgconfig tar:bzip2 PLIST_FILES= bin/${PORTNAME} \ Modified: head/devel/libopensync/Makefile ============================================================================== --- head/devel/libopensync/Makefile Fri Apr 24 14:25:06 2015 (r384646) +++ head/devel/libopensync/Makefile Fri Apr 24 14:26:26 2015 (r384647) @@ -5,7 +5,9 @@ PORTNAME= libopensync PORTVERSION= 0.39 PORTREVISION= 4 CATEGORIES= devel -MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ +MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= danilo MAINTAINER= danilo@FreeBSD.org COMMENT= PIM data synchronization framework Modified: head/devel/libopensync/pkg-plist ============================================================================== --- head/devel/libopensync/pkg-plist Fri Apr 24 14:25:06 2015 (r384646) +++ head/devel/libopensync/pkg-plist Fri Apr 24 14:26:26 2015 (r384647) @@ -96,3 +96,6 @@ libdata/pkgconfig/libopensync.pc %%DATADIR%%1/schemas/plugin_config.xsd %%DATADIR%%1/schemas/syncgroup.xsd %%DATADIR%%1/schemas/syncmember.xsd +@dir include/libopensync1/opensync/archive +@dir include/libopensync1/opensync/db +@dir include/libopensync1/opensync/module
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504241426.t3OEQQRa016199>