mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
- Update to 0.36
- Pass maintainership to submitter PR: 125790 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
This commit is contained in:
parent
e54c7f9f9b
commit
7d5f867d86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218185
@ -6,19 +6,28 @@
|
||||
#
|
||||
|
||||
PORTNAME= libopensync-plugin-evolution2
|
||||
PORTVERSION= 0.22
|
||||
PORTVERSION= 0.36
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= webmaster@kibab.com
|
||||
MAINTAINER= ports@logvinov.com
|
||||
COMMENT= Evolution 2 plugin for the OpenSync framework
|
||||
|
||||
LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022
|
||||
LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \
|
||||
vconvert:${PORTSDIR}/deskutils/libopensync-plugin-vformat-devel
|
||||
|
||||
CONFLICTS= libopensync-plugin-evolution2-devel-[0-9]*
|
||||
CONFLICTS= libopensync-plugin-evolution2-0.2*
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_CMAKE= yes
|
||||
USE_GNOME= evolutiondataserver gconf2
|
||||
|
||||
CMAKE_ARGS+= -Wno-dev
|
||||
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -e "/FIND_PACKAGE( Check )/d" ${WRKSRC}/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e "s|MESSAGE|# MESSAGE|" \
|
||||
${WRKSRC}/cmake/modules/MacroEnsureOutOfSourceBuild.cmake
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libopensync-plugin-evolution2-0.22.tar.bz2) = c4419dd2451bd1595fe42fcf96a9ba45
|
||||
SHA256 (libopensync-plugin-evolution2-0.22.tar.bz2) = 2a309178a1aafaa147b792502a241e0036889e2f4153065a10313e7db3c26e65
|
||||
SIZE (libopensync-plugin-evolution2-0.22.tar.bz2) = 219916
|
||||
MD5 (libopensync-plugin-evolution2-0.36.tar.bz2) = ed3aca114a81ad8cc543b3dd68af657a
|
||||
SHA256 (libopensync-plugin-evolution2-0.36.tar.bz2) = 19f1a24d54daec7b6e1321548799e500893b8aebe6dda995dc8eb162f77932c2
|
||||
SIZE (libopensync-plugin-evolution2-0.36.tar.bz2) = 35361
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/Makefile.in.orig 2008-07-11 14:03:05.000000000 +1000
|
||||
+++ src/Makefile.in 2008-07-11 14:03:10.000000000 +1000
|
||||
@@ -198,7 +198,7 @@
|
||||
INCLUDES = @PACKAGE_CFLAGS@ @EPACKAGE_CFLAGS@
|
||||
|
||||
# Please remove '-Wno-return-type' when Evo fixes the warning in their headers.
|
||||
-AM_CFLAGS = -Wall -Werror -Wno-return-type
|
||||
+AM_CFLAGS = -Wall -Wno-return-type
|
||||
config_DATA = evo2-sync
|
||||
opensyncheader_HEADERS = evo2_sync.h
|
||||
plugin_LTLIBRARIES = evo2_sync.la
|
@ -1,8 +1,6 @@
|
||||
include/opensync-1.0/opensync/evo2_sync.h
|
||||
lib/opensync/plugins/evo2_sync.so
|
||||
lib/opensync/plugins/evo2_sync.la
|
||||
share/opensync/defaults/evo2-sync
|
||||
@dirrmtry lib/opensync/plugins
|
||||
@dirrmtry lib/opensync
|
||||
@dirrmtry share/opensync/defaults
|
||||
@dirrmtry share/opensync
|
||||
lib/opensync-1.0/plugins/evo2-sync.so
|
||||
share/opensync-1.0/defaults/evo2-sync
|
||||
@dirrmtry lib/opensync-1.0/plugins
|
||||
@dirrmtry lib/opensync-1.0
|
||||
@dirrmtry share/opensync-1.0/defaults
|
||||
@dirrmtry share/opensync-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user