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

Olivier Duchateau olivierd at FreeBSD.org
Wed Oct 7 19:46:18 UTC 2015


Author: olivierd
Date: Wed Oct  7 19:46:16 2015
New Revision: 398784
URL: https://svnweb.freebsd.org/changeset/ports/398784

Log:
  - Update to 1.1 [1]
  - Remove GSTREAMER_DESC (description is already in Mk/bsd.options.desc.mk)
  - Rewrite options helper
  
  Changelog: https://github.com/baedert/corebird/releases/tag/1.1
  
  PR:		203612 [1]
  Submitted by:	Carlos Puga Medina (maintainer)

Modified:
  head/net-im/corebird/Makefile
  head/net-im/corebird/distinfo
  head/net-im/corebird/pkg-plist

Modified: head/net-im/corebird/Makefile
==============================================================================
--- head/net-im/corebird/Makefile	Wed Oct  7 19:28:47 2015	(r398783)
+++ head/net-im/corebird/Makefile	Wed Oct  7 19:46:16 2015	(r398784)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	corebird
-PORTVERSION=	1.0.1
+PORTVERSION=	1.1
 CATEGORIES=	net-im
 
 MAINTAINER=	cpm at fbsd.es
@@ -28,23 +28,15 @@ INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=		GSTREAMER
 OPTIONS_DEFAULT=	GSTREAMER
-
-GSTREAMER_DESC=	Gstreamer support
+GSTREAMER_USE=	gstreamer1=yes,bad,good,libav,x,ximagesrc
+GSTREAMER_CONFIGURE_OFF=	--disable-video
 
 GLIB_SCHEMAS=	org.baedert.corebird.gschema.xml
 
-.include <bsd.port.options.mk>
-
 post-extract:
 	cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in.in \
 		corebird.desktop.in.in
 
-.if ${PORT_OPTIONS:MGSTREAMER}
-USE_GSTREAMER1=	yes bad good libav x ximagesrc
-.else
-CONFIGURE_ARGS+=	--disable-video
-.endif
-
 pre-configure:
 	${MKDIR} ${WRKSRC}/m4
 

Modified: head/net-im/corebird/distinfo
==============================================================================
--- head/net-im/corebird/distinfo	Wed Oct  7 19:28:47 2015	(r398783)
+++ head/net-im/corebird/distinfo	Wed Oct  7 19:46:16 2015	(r398784)
@@ -1,2 +1,2 @@
-SHA256 (baedert-corebird-1.0.1_GH0.tar.gz) = f469250fd0f4fcdefbd496fa04ecae44ee41e154f29d4be2003ba03e64d24d81
-SIZE (baedert-corebird-1.0.1_GH0.tar.gz) = 1697506
+SHA256 (baedert-corebird-1.1_GH0.tar.gz) = f6109cc2bdc7ee5893c28861a73df4eeaec4b76b99222a90aec381b03b19c8a7
+SIZE (baedert-corebird-1.1_GH0.tar.gz) = 1757414

Modified: head/net-im/corebird/pkg-plist
==============================================================================
--- head/net-im/corebird/pkg-plist	Wed Oct  7 19:28:47 2015	(r398783)
+++ head/net-im/corebird/pkg-plist	Wed Oct  7 19:46:16 2015	(r398784)
@@ -5,7 +5,9 @@ share/applications/corebird.desktop
 %%DATADIR%%/sql/accounts/Create.1.sql
 %%DATADIR%%/sql/accounts/Create.2.sql
 %%DATADIR%%/sql/init/Create.1.sql
+%%DATADIR%%/sql/init/Create.2.sql
 share/dbus-1/services/org.baedert.corebird.service
+share/icons/hicolor/256x256/apps/corebird.png
 share/icons/hicolor/128x128/apps/corebird.png
 share/icons/hicolor/16x16/apps/corebird.png
 share/icons/hicolor/24x24/apps/corebird.png
@@ -16,9 +18,11 @@ share/icons/hicolor/96x96/apps/corebird.
 share/locale/ar/LC_MESSAGES/corebird.mo
 share/locale/ast/LC_MESSAGES/corebird.mo
 share/locale/ca/LC_MESSAGES/corebird.mo
+share/locale/ca at valencia/LC_MESSAGES/corebird.mo
 share/locale/de/LC_MESSAGES/corebird.mo
 share/locale/en_AU/LC_MESSAGES/corebird.mo
 share/locale/es/LC_MESSAGES/corebird.mo
+share/locale/es_VE/LC_MESSAGES/corebird.mo
 share/locale/fa/LC_MESSAGES/corebird.mo
 share/locale/fi/LC_MESSAGES/corebird.mo
 share/locale/fr/LC_MESSAGES/corebird.mo


More information about the svn-ports-all mailing list