mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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>
This commit is contained in:
parent
0d98a2f575
commit
327912ed94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324391
3 changed files with 14 additions and 20 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue