svn commit: r357592 - head/sysutils/clsync

Mark Felder feld at FreeBSD.org
Thu Jun 12 12:48:11 UTC 2014


Author: feld
Date: Thu Jun 12 12:48:11 2014
New Revision: 357592
URL: http://svnweb.freebsd.org/changeset/ports/357592
QAT: https://qat.redports.org/buildarchive/r357592/

Log:
  Update to more recent git commit to fix building on FreeBSD 8 and 9
  
  Submitted by:	maintainer (private email)

Modified:
  head/sysutils/clsync/Makefile
  head/sysutils/clsync/distinfo

Modified: head/sysutils/clsync/Makefile
==============================================================================
--- head/sysutils/clsync/Makefile	Thu Jun 12 12:46:52 2014	(r357591)
+++ head/sysutils/clsync/Makefile	Thu Jun 12 12:48:11 2014	(r357592)
@@ -3,6 +3,8 @@
 
 PORTNAME=	clsync
 DISTVERSION=	0.4~rc2
+PORTREVISION=	1
+DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}-${GH_COMMIT}
 CATEGORIES=	sysutils
 
 MAINTAINER=	dyokunev at ut.mephi.ru
@@ -10,7 +12,8 @@ COMMENT=	Live file sync daemon based on 
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libinotify.so:${PORTSDIR}/devel/libinotify
+LIB_DEPENDS=	libinotify.so:${PORTSDIR}/devel/libinotify \
+		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 
 GNU_CONFIGURE=	yes
 USES=		gmake libtool pkgconfig
@@ -23,7 +26,7 @@ SUB_FILES=	pkg-message
 USE_GITHUB=	yes
 GH_ACCOUNT=	xaionaro
 GH_PROJECT=	clsync
-GH_COMMIT=	15501e4
+GH_COMMIT=	85e5475
 GH_TAGNAME=	${GH_COMMIT}
 
 USE_AUTOTOOLS=	autoconf aclocal automake libtoolize

Modified: head/sysutils/clsync/distinfo
==============================================================================
--- head/sysutils/clsync/distinfo	Thu Jun 12 12:46:52 2014	(r357591)
+++ head/sysutils/clsync/distinfo	Thu Jun 12 12:48:11 2014	(r357592)
@@ -1,2 +1,2 @@
-SHA256 (clsync-0.4~rc2.tar.gz) = 86adce37978d4e69525b729943b62a4a0e74196832fb812ad50cc8a58d35dccb
-SIZE (clsync-0.4~rc2.tar.gz) = 142026
+SHA256 (clsync-0.4.r2-85e5475/clsync-0.4~rc2.tar.gz) = 5d5dffe3d5d6d06cf2d2f889af0eceb8566291200ccc03c6fa05e299c7fab4c4
+SIZE (clsync-0.4.r2-85e5475/clsync-0.4~rc2.tar.gz) = 147173


More information about the svn-ports-head mailing list