Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2013 14:49:17 +0000
From:      Max Brazhnikov <makc@freebsd.org>
To:        Alexey Dokuchaev <danfe@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r335180 - in head/net/grive: . files
Message-ID:  <3333078.5je2Nl6s79@mercury.ph.man.ac.uk>
In-Reply-To: <201311291419.rATEJ8r1067276@svn.freebsd.org>
References:  <201311291419.rATEJ8r1067276@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 29 Nov 2013 14:19:08 +0000Fri Nov 29 14:19:08 2013 Alexey Dokuchaev wrote:
> Author: danfe
> Date: Fri Nov 29 14:19:08 2013
> New Revision: 335180
> URL: http://svnweb.freebsd.org/changeset/ports/335180
> 
> Log:
>   - Update to version 0.3.0 (sadly, not tagged at GitHub)
>   - Do not manually strip installed binary, use install/strip target
>   - Remove no longer required build dependency on `devel/binutils'
>   - Use more accurate __FreeBSD_version in one of the patches
>   
>   Prodded by:	Christopher Haglund
>   Approved by:	maintainer (per earlier email)
> 
> Added:
>   head/net/grive/files/patch-libgrive_src_drive_State.cc   (contents, props changed)
> Modified:
>   head/net/grive/Makefile
>   head/net/grive/distinfo
>   head/net/grive/files/patch-st_ctimespec
> 
> Modified: head/net/grive/Makefile
> ==============================================================================
> --- head/net/grive/Makefile	Fri Nov 29 14:14:26 2013	(r335179)
> +++ head/net/grive/Makefile	Fri Nov 29 14:19:08 2013	(r335180)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	grive
> -PORTVERSION=	0.2.0
> -PORTREVISION=	1
> +PORTVERSION=	0.3.0
>  CATEGORIES=	net
>  
>  MAINTAINER=	ktsin@acm.org
> @@ -11,29 +10,31 @@ COMMENT=	Open source client for Google D
>  
>  LICENSE=	GPLv2
>  
> -BUILD_DEPENDS=	${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/binutils
>  LIB_DEPENDS=	libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
>  		libcurl.so:${PORTSDIR}/ftp/curl \
>  		libexpat.so:${PORTSDIR}/textproc/expat2 \
>  		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
> -		libjson.so:${PORTSDIR}/devel/json-c
> +		libjson.so:${PORTSDIR}/devel/json-c \
> +		libyajl.so:${PORTSDIR}/devel/yajl
>  
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	Grive
>  GH_PROJECT=	${PORTNAME}
> -GH_COMMIT=	93d696a
> -GH_TAGNAME=	v${PORTVERSION}
> +GH_COMMIT=	27817e8
> +GH_TAGNAME=	${GH_COMMIT}
>  
>  USES=		cmake
>  CXXFLAGS+=	-I${LOCALBASE}/include
> +INSTALL_TARGET=	install/strip

cmake.mk already takes care of INSTALL_TARGET, why do you need it here?

Max



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3333078.5je2Nl6s79>