svn commit: r422218 - head/net-im/corebird

Olivier Duchateau olivierd at freebsd.org
Thu Sep 15 18:56:55 UTC 2016


On Thu, 15 Sep 2016 17:56:57 +0000 (UTC)
"Carlos J. Puga Medina" <cpm at FreeBSD.org> wrote:

> Author: cpm
> Date: Thu Sep 15 17:56:56 2016
> New Revision: 422218
> URL: https://svnweb.freebsd.org/changeset/ports/422218
> 
> Log:
>   - Update corebird to 1.3.1 release
>   - Add GSTREAMER_USE=hls dependency
>   - Line up options block
>   - Silence all three explicitly called commands

Why hide these commands?

Your mentor (here, Dmitry) argues for the opposite (see his recent changes with revision r421635, I know it's for CMake, Ninja, autotools and so on) and he approves this.

I don't understand his behaviour.

>   
>   Changelog:
>     https://github.com/baedert/corebird/releases/tag/1.3.1
>   
>   Reviewed by:	amdmi3 (mentor)
>   Approved by:	amdmi3 (mentor)
>   Differential Revision:	D7800
> 
> Modified:
>   head/net-im/corebird/Makefile
>   head/net-im/corebird/distinfo
> 
> Modified: head/net-im/corebird/Makefile
> ==============================================================================
> --- head/net-im/corebird/Makefile	Thu Sep 15 17:30:23 2016	(r422217)
> +++ head/net-im/corebird/Makefile	Thu Sep 15 17:56:56 2016	(r422218)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	corebird
> -PORTVERSION=	1.3
> +PORTVERSION=	1.3.1
>  CATEGORIES=	net-im
>  
>  MAINTAINER=	cpm at FreeBSD.org
> @@ -26,23 +26,23 @@ GNU_CONFIGURE=	yes
>  USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
>  INSTALLS_ICONS=	yes
>  
> -OPTIONS_DEFINE=		GSTREAMER
> -OPTIONS_DEFAULT=	GSTREAMER
> -GSTREAMER_USE=	gstreamer1=yes,bad,good,gtksink,libav,x,ximagesrc
> +OPTIONS_DEFINE=			GSTREAMER
> +OPTIONS_DEFAULT=		GSTREAMER
> +GSTREAMER_USE=			gstreamer1=yes,bad,good,gtksink,hls,libav,x,ximagesrc
>  GSTREAMER_CONFIGURE_OFF=	--disable-video
>  
>  GLIB_SCHEMAS=	org.baedert.corebird.gschema.xml
>  
>  post-extract:
> -	cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in \
> -		corebird.desktop.in
> +	@(cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in \
> +		corebird.desktop.in)
>  
>  pre-configure:
> -	${MKDIR} ${WRKSRC}/m4
> +	@${MKDIR} ${WRKSRC}/m4
>  
>  # Replace locales files in right place
>  post-configure:
> -	${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \
> +	@${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \
>  		${WRKSRC}/po/Makefile
>  
>  .include <bsd.port.mk>
> 
> Modified: head/net-im/corebird/distinfo
> ==============================================================================
> --- head/net-im/corebird/distinfo	Thu Sep 15 17:30:23 2016	(r422217)
> +++ head/net-im/corebird/distinfo	Thu Sep 15 17:56:56 2016	(r422218)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1470087209
> -SHA256 (baedert-corebird-1.3_GH0.tar.gz) = f4f86a2e898342297c2379c25b6274598d81d8983f185d98753725552f670860
> -SIZE (baedert-corebird-1.3_GH0.tar.gz) = 431652
> +TIMESTAMP = 1473189673
> +SHA256 (baedert-corebird-1.3.1_GH0.tar.gz) = cbc832b9e3adab698b9b879b64e33bffd708776e08fe9f229885068193525190
> +SIZE (baedert-corebird-1.3.1_GH0.tar.gz) = 433961
> 


-- 
Olivier Duchateau <olivierd at freebsd.org>


More information about the svn-ports-all mailing list