diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-14 01:10:59 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-14 01:10:59 +0000 |
commit | 9176dc7053738e556207f14b29f41d92781f67ad (patch) | |
tree | 9e615d0d687c801e29f6611ed0295fe69cf79e57 /deskutils/libopensync-plugin-synce-legacy/Makefile | |
parent | Build fix. (diff) |
- Update to 0.22.1
- Plugin in the SynCE project now, change MASTER_SITES to SF/synce and WWW
Diffstat (limited to 'deskutils/libopensync-plugin-synce-legacy/Makefile')
-rw-r--r-- | deskutils/libopensync-plugin-synce-legacy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/libopensync-plugin-synce-legacy/Makefile b/deskutils/libopensync-plugin-synce-legacy/Makefile index 8b8366be41e2..33c41ab7e4d7 100644 --- a/deskutils/libopensync-plugin-synce-legacy/Makefile +++ b/deskutils/libopensync-plugin-synce-legacy/Makefile @@ -6,10 +6,11 @@ # PORTNAME= libopensync-plugin-synce -PORTVERSION= 0.22 +PORTVERSION= 0.22.1 CATEGORIES= deskutils palm -MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ +MASTER_SITES= SF/synce/SynCE/0.14 PKGNAMESUFFIX= -legacy +DISTNAME= ${PORTNAME}-rra-${PORTVERSION} MAINTAINER= avl@FreeBSD.org COMMENT= SynCE legacy plugin for the OpenSync framework @@ -19,7 +20,6 @@ LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \ MAKE_JOBS_SAFE= yes -USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 |