svn commit: r335180 - in head/net/grive: . files

Max Brazhnikov makc at freebsd.org
Fri Nov 29 14:49:22 UTC 2013


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 at 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


More information about the svn-ports-all mailing list