Bug 182201 - Update net/owncloud-csync to 0.90.0
Summary: Update net/owncloud-csync to 0.90.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-18 12:50 UTC by Mathieu Arnold
Modified: 2013-10-03 15:10 UTC (History)
0 users

See Also:


Attachments
net_owncloud-csync.diff (2.86 KB, patch)
2013-09-18 12:50 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2013-09-18 12:50:00 UTC
Update to 0.90.0.
Fix plist.
Remove -fstack-protector.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-18 12:50:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-18 12:50:07 UTC
Maintainer of net/owncloud-csync,

Please note that PR ports/182201 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182201

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2013-09-18 13:37:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Take
Comment 4 Mathieu Arnold freebsd_committer freebsd_triage 2013-10-03 15:00:42 UTC
State Changed
From-To: feedback->closed

Committed.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-10-03 15:01:23 UTC
Author: mat
Date: Thu Oct  3 14:01:14 2013
New Revision: 329192
URL: http://svnweb.freebsd.org/changeset/ports/329192

Log:
  Update to 0.90.0.
  
  maintainer timeout.
  
  PR:		182201
  Submitted by:	mat

Added:
  head/net/owncloud-csync/files/patch-cmake__Modules__DefineCompilerFlags.cmake   (contents, props changed)
Modified:
  head/net/owncloud-csync/Makefile
  head/net/owncloud-csync/distinfo
  head/net/owncloud-csync/pkg-plist

Modified: head/net/owncloud-csync/Makefile
==============================================================================
--- head/net/owncloud-csync/Makefile	Thu Oct  3 13:47:44 2013	(r329191)
+++ head/net/owncloud-csync/Makefile	Thu Oct  3 14:01:14 2013	(r329192)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	owncloud-csync
-PORTVERSION=	0.80.0
+PORTVERSION=	0.90.0
 CATEGORIES=	net kde
 MASTER_SITES=	http://download.owncloud.com/download/
 DISTNAME=	ocsync-${PORTVERSION}
@@ -12,10 +12,10 @@ COMMENT=	csync fork for Owncloud
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	iniparser:${PORTSDIR}/devel/iniparser \
-		smbclient:${PORTSDIR}/net/samba-libsmbclient \
-		ssh:${PORTSDIR}/security/libssh \
-		neon:${PORTSDIR}/www/neon29
+LIB_DEPENDS=	libiniparser.so:${PORTSDIR}/devel/iniparser \
+		libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient \
+		libssh.so.4.2.2:${PORTSDIR}/security/libssh \
+		libneon.so:${PORTSDIR}/www/neon29
 
 USES=		cmake:outsource iconv pkgconfig
 USE_BZIP2=	yes
@@ -24,12 +24,9 @@ CMAKE_ARGS+=	-DWITH_LOG4C=NO \
 		-DUNIT_TESTING=NO \
 		-DMAN_INSTALL_DIR=${MANPREFIX}/man
 
-MAN1=		ocsync.1
-
 USE_LDCONFIG=	yes
 
-DOCSDIR=	/usr/local/share/doc/ocsync
-ETCDIR=		/usr/local/etc/ocsync
+DOCSDIR=	${LOCALBASE}/share/doc/ocsync
+ETCDIR=		${LOCALBASE}/etc/ocsync
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/owncloud-csync/distinfo
==============================================================================
--- head/net/owncloud-csync/distinfo	Thu Oct  3 13:47:44 2013	(r329191)
+++ head/net/owncloud-csync/distinfo	Thu Oct  3 14:01:14 2013	(r329192)
@@ -1,2 +1,2 @@
-SHA256 (ocsync-0.80.0.tar.bz2) = 0b4d935a812dc2164a58490909ee0a7269e9a9e1a5d16e29bf83d53a33d536db
-SIZE (ocsync-0.80.0.tar.bz2) = 4624510
+SHA256 (ocsync-0.90.0.tar.bz2) = 4531d196637829284704ce29816b2f6f9f8e61ca8dd61e6743774d085392301c
+SIZE (ocsync-0.90.0.tar.bz2) = 4630130

Added: head/net/owncloud-csync/files/patch-cmake__Modules__DefineCompilerFlags.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/owncloud-csync/files/patch-cmake__Modules__DefineCompilerFlags.cmake	Thu Oct  3 14:01:14 2013	(r329192)
@@ -0,0 +1,14 @@
+--- ./cmake/Modules/DefineCompilerFlags.cmake.orig	2013-09-04 11:15:42.000000000 +0200
++++ ./cmake/Modules/DefineCompilerFlags.cmake	2013-09-18 16:29:48.000000000 +0200
+@@ -30,11 +30,6 @@
+         set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
+     endif (WITH_FPIC AND NOT WIN32)
+ 
+-    check_c_compiler_flag_ssp("-fstack-protector" WITH_STACK_PROTECTOR)
+-    if (WITH_STACK_PROTECTOR AND NOT WIN32)
+-        set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fstack-protector")
+-    endif (WITH_STACK_PROTECTOR AND NOT WIN32)
+-
+     if (WITH_OPTIMIZATION)
+     check_c_compiler_flag("-D_FORTIFY_SOURCE=2" WITH_FORTIFY_SOURCE)
+         if (WITH_FORTIFY_SOURCE)

Modified: head/net/owncloud-csync/pkg-plist
==============================================================================
--- head/net/owncloud-csync/pkg-plist	Thu Oct  3 13:47:44 2013	(r329191)
+++ head/net/owncloud-csync/pkg-plist	Thu Oct  3 14:01:14 2013	(r329192)
@@ -38,10 +38,11 @@ include/ocsync/csync_vio_module.h
 lib/libhttpbflib.a
 lib/libocsync.so
 lib/libocsync.so.0
-lib/libocsync.so.0.2.0
+lib/libocsync.so.0.2.1
 lib/ocsync-0/ocsync_owncloud.so
 lib/ocsync-0/ocsync_smb.so
 lib/ocsync-0/ocsync_sftp.so
+man/man1/ocsync.1.gz
 @dirrm lib/ocsync-0
 @dirrm include/ocsync
 @dirrmtry %%ETCDIR%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"