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

Carlos J. Puga Medina cpm at FreeBSD.org
Tue Jan 10 23:55:49 UTC 2017


Author: cpm
Date: Tue Jan 10 23:55:47 2017
New Revision: 431146
URL: https://svnweb.freebsd.org/changeset/ports/431146

Log:
  - Update to 1.4.1
  - Remove USES=compiler:c++11-lang after FreeBSD 9 EOL
  - Disable spellchecking which depends on gspell >= 1.0.x
  
  Changelog:
    https://github.com/baedert/corebird/releases/tag/1.4.1

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	Tue Jan 10 23:52:43 2017	(r431145)
+++ head/net-im/corebird/Makefile	Tue Jan 10 23:55:47 2017	(r431146)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	corebird
-PORTVERSION=	1.3.3
+PORTVERSION=	1.4.1
 CATEGORIES=	net-im
 
 MAINTAINER=	cpm at FreeBSD.org
@@ -20,12 +20,14 @@ LIB_DEPENDS=	libsoup-2.4.so:devel/libsou
 USE_GITHUB=	yes
 GH_ACCOUNT=	baedert
 
-USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig sqlite
+USES=		autoreconf gmake libtool pkgconfig sqlite
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
 INSTALLS_ICONS=	yes
 
+CONFIGURE_ARGS=	--disable-spellcheck # spellchecking depends on gspell >= 1.0.x
+
 OPTIONS_DEFINE=		GSTREAMER NLS
 OPTIONS_DEFAULT=	GSTREAMER
 OPTIONS_SUB=		yes

Modified: head/net-im/corebird/distinfo
==============================================================================
--- head/net-im/corebird/distinfo	Tue Jan 10 23:52:43 2017	(r431145)
+++ head/net-im/corebird/distinfo	Tue Jan 10 23:55:47 2017	(r431146)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475744774
-SHA256 (baedert-corebird-1.3.3_GH0.tar.gz) = 4331fe49c1c3eba5dcfaad77f470084ede237972aea8d7e7b080d76cf02abd13
-SIZE (baedert-corebird-1.3.3_GH0.tar.gz) = 437996
+TIMESTAMP = 1483988587
+SHA256 (baedert-corebird-1.4.1_GH0.tar.gz) = 1756fc452392cbfe5ab02350673711a6a60b4e6772e8e7d0257f7a0dd01e55df
+SIZE (baedert-corebird-1.4.1_GH0.tar.gz) = 461979

Modified: head/net-im/corebird/pkg-plist
==============================================================================
--- head/net-im/corebird/pkg-plist	Tue Jan 10 23:52:43 2017	(r431145)
+++ head/net-im/corebird/pkg-plist	Tue Jan 10 23:55:47 2017	(r431146)
@@ -24,6 +24,7 @@ share/icons/hicolor/96x96/apps/corebird.
 %%NLS%%share/locale/fa/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/corebird.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/hi/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/id/LC_MESSAGES/corebird.mo
@@ -31,6 +32,7 @@ share/icons/hicolor/96x96/apps/corebird.
 %%NLS%%share/locale/ja/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/lt/LC_MESSAGES/corebird.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/pt/LC_MESSAGES/corebird.mo


More information about the svn-ports-all mailing list