svn commit: r384647 - in head: deskutils/libopensync-plugin-vformat-devel deskutils/osynctool devel/libopensync

Danilo Egea Gondolfo danilo at FreeBSD.org
Fri Apr 24 14:26:28 UTC 2015


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 at 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 at 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 at 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
+ at dir include/libopensync1/opensync/archive
+ at dir include/libopensync1/opensync/db
+ at dir include/libopensync1/opensync/module


More information about the svn-ports-all mailing list