diff options
author | danilo <danilo@FreeBSD.org> | 2015-04-24 22:26:26 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2015-04-24 22:26:26 +0800 |
commit | ac6a8eae67963eef1eff7fba342ae552efec71f2 (patch) | |
tree | f34366f831d0be92bfeb5a0678ef6a97ca3ed23c | |
parent | 530484e8545e5d931ab7392d4d7b18592dbd4002 (diff) | |
download | freebsd-ports-gnome-ac6a8eae67963eef1eff7fba342ae552efec71f2.tar.gz freebsd-ports-gnome-ac6a8eae67963eef1eff7fba342ae552efec71f2.tar.zst freebsd-ports-gnome-ac6a8eae67963eef1eff7fba342ae552efec71f2.zip |
- Add MASTER_SITE_LOCAL to MASTER_SITES
- Remove BROKEN
- [libopensync] Fix plist
-rw-r--r-- | deskutils/libopensync-plugin-vformat-devel/Makefile | 5 | ||||
-rw-r--r-- | deskutils/osynctool/Makefile | 5 | ||||
-rw-r--r-- | devel/libopensync/Makefile | 4 | ||||
-rw-r--r-- | devel/libopensync/pkg-plist | 3 |
4 files changed, 12 insertions, 5 deletions
diff --git a/deskutils/libopensync-plugin-vformat-devel/Makefile b/deskutils/libopensync-plugin-vformat-devel/Makefile index 637b0ce3cf48..7031649e88b0 100644 --- a/deskutils/libopensync-plugin-vformat-devel/Makefile +++ b/deskutils/libopensync-plugin-vformat-devel/Makefile @@ -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 diff --git a/deskutils/osynctool/Makefile b/deskutils/osynctool/Makefile index 279a65a847d3..7d82c7bd0aa2 100644 --- a/deskutils/osynctool/Makefile +++ b/deskutils/osynctool/Makefile @@ -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}/devel/libopensync CONFLICTS= msynctool-0.2* -BROKEN= Unfetchable USES= cmake:outsource pkgconfig tar:bzip2 PLIST_FILES= bin/${PORTNAME} \ diff --git a/devel/libopensync/Makefile b/devel/libopensync/Makefile index 4dcc6dfb7839..b159a17f1260 100644 --- a/devel/libopensync/Makefile +++ b/devel/libopensync/Makefile @@ -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 diff --git a/devel/libopensync/pkg-plist b/devel/libopensync/pkg-plist index 51119ff6414d..d4c09b65df2e 100644 --- a/devel/libopensync/pkg-plist +++ b/devel/libopensync/pkg-plist @@ -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 |