diff options
author | wg <wg@FreeBSD.org> | 2013-08-08 19:34:14 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-08-08 19:34:14 +0800 |
commit | b22b7d1363b8d6222def6ba5280fd79628c24f80 (patch) | |
tree | c77ee8df75af8068cc76eee73d3c8583b83a5604 /deskutils | |
parent | b8885ea108b64f7035dad3f7a4a6f1dd0bc245c1 (diff) | |
download | freebsd-ports-gnome-b22b7d1363b8d6222def6ba5280fd79628c24f80.tar.gz freebsd-ports-gnome-b22b7d1363b8d6222def6ba5280fd79628c24f80.tar.zst freebsd-ports-gnome-b22b7d1363b8d6222def6ba5280fd79628c24f80.zip |
deskutils/libopensync-plugin-vformat-devel: update to 0.39
- Update to 0.39
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Pass maintainership to submitter
PR: ports/181114
Submitted by: Danilo EgĂȘa Gondolfo <danilogondolfo gmail.com>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/libopensync-plugin-vformat-devel/Makefile | 15 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-vformat-devel/distinfo | 4 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-vformat-devel/pkg-plist | 15 |
3 files changed, 14 insertions, 20 deletions
diff --git a/deskutils/libopensync-plugin-vformat-devel/Makefile b/deskutils/libopensync-plugin-vformat-devel/Makefile index 12fbf20c6922..73f227791c21 100644 --- a/deskutils/libopensync-plugin-vformat-devel/Makefile +++ b/deskutils/libopensync-plugin-vformat-devel/Makefile @@ -1,23 +1,16 @@ -# New ports collection makefile for: libopensync-plugin-vformat-devel -# Date created: 16 June 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= libopensync-plugin-vformat -PORTVERSION= 0.36 -PORTREVISION= 1 +PORTVERSION= 0.39 CATEGORIES= deskutils MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ PKGNAMESUFFIX= -devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= Vformat plugin for the OpenSync framework -LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync - -BROKEN= fails to build +LIB_DEPENDS= opensync:${PORTSDIR}/devel/libopensync USE_BZIP2= yes USES= cmake iconv diff --git a/deskutils/libopensync-plugin-vformat-devel/distinfo b/deskutils/libopensync-plugin-vformat-devel/distinfo index bab41fde75b0..6175e6339ec9 100644 --- a/deskutils/libopensync-plugin-vformat-devel/distinfo +++ b/deskutils/libopensync-plugin-vformat-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (libopensync-plugin-vformat-0.36.tar.bz2) = 926e6125b4be2d206c6618f8e9445a465df44fe013f23ec339679af307b342c9 -SIZE (libopensync-plugin-vformat-0.36.tar.bz2) = 84642 +SHA256 (libopensync-plugin-vformat-0.39.tar.bz2) = 33ee22ee28af622216efa99924e3af0956e4bca48381e634d94b5141d12b40b9 +SIZE (libopensync-plugin-vformat-0.39.tar.bz2) = 106247 diff --git a/deskutils/libopensync-plugin-vformat-devel/pkg-plist b/deskutils/libopensync-plugin-vformat-devel/pkg-plist index a7c63d6e1e0b..7b52eccaa38d 100644 --- a/deskutils/libopensync-plugin-vformat-devel/pkg-plist +++ b/deskutils/libopensync-plugin-vformat-devel/pkg-plist @@ -1,8 +1,9 @@ bin/vconvert -lib/opensync-1.0/formats/vformat-xmlformat.so -lib/opensync-1.0/formats/vcard.so -lib/opensync-1.0/formats/vevent.so -lib/opensync-1.0/formats/vtodo.so -lib/opensync-1.0/formats/vjournal.so -lib/opensync-1.0/formats/vnote.so -@dirrmtry lib/opensync-1.0/formats +lib/libopensync1/formats/vformat-xmlformat.so +lib/libopensync1/formats/vcard.so +lib/libopensync1/formats/vevent.so +lib/libopensync1/formats/vtodo.so +lib/libopensync1/formats/vjournal.so +lib/libopensync1/formats/vnote.so +@dirrmtry lib/libopensync1/formats +@dirrmtry lib/libopensync1 |