Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2018 10:17:58 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459825 - head/net-im/corebird
Message-ID:  <201801241017.w0OAHwRQ032868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Wed Jan 24 10:17:57 2018
New Revision: 459825
URL: https://svnweb.freebsd.org/changeset/ports/459825

Log:
  net-im/corebird: Update to 1.7.3
  
  - Drop librest because is no longer a dependency
  - Add DEBUG option
  - Pet portlint, USE_* comes before USES
  
  Changelog: https://github.com/baedert/corebird/releases/tag/1.7.3
  
  PR:		221942

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 Jan 24 09:41:04 2018	(r459824)
+++ head/net-im/corebird/Makefile	Wed Jan 24 10:17:57 2018	(r459825)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	corebird
-PORTVERSION=	1.5.1
-PORTREVISION=	1
+PORTVERSION=	1.7.3
 CATEGORIES=	net-im
 
 MAINTAINER=	cpm@FreeBSD.org
@@ -16,21 +15,22 @@ BUILD_DEPENDS=	valac:lang/vala
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		libnotify.so:devel/libnotify \
 		libjson-glib-1.0.so:devel/json-glib \
-		librest-0.7.so:devel/librest \
 		libgspell-1.so:textproc/gspell
 
+USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig sqlite
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	baedert
 
-USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig sqlite
-
 GNU_CONFIGURE=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
 INSTALLS_ICONS=	yes
 
-OPTIONS_DEFINE=		GSTREAMER NLS
+OPTIONS_DEFINE=		DEBUG GSTREAMER NLS
 OPTIONS_DEFAULT=	GSTREAMER
 OPTIONS_SUB=		yes
+
+DEBUG_CONFIGURE_ON=		--enable-debug
 
 GSTREAMER_LIB_DEPENDS=		libgstbase-1.0.so:multimedia/gstreamer1 \
 				libgstreamer-1.0.so:multimedia/gstreamer1

Modified: head/net-im/corebird/distinfo
==============================================================================
--- head/net-im/corebird/distinfo	Wed Jan 24 09:41:04 2018	(r459824)
+++ head/net-im/corebird/distinfo	Wed Jan 24 10:17:57 2018	(r459825)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499505257
-SHA256 (baedert-corebird-1.5.1_GH0.tar.gz) = 007d0420c8c32134d47d4c06676f9f3fac654ea818af6daf319ac8eb7c007eb6
-SIZE (baedert-corebird-1.5.1_GH0.tar.gz) = 501313
+TIMESTAMP = 1511217471
+SHA256 (baedert-corebird-1.7.3_GH0.tar.gz) = 9690990492479118d5d878ae027f6e788d96c93f3628b8b238afa5cd340c8c90
+SIZE (baedert-corebird-1.7.3_GH0.tar.gz) = 549097

Modified: head/net-im/corebird/pkg-plist
==============================================================================
--- head/net-im/corebird/pkg-plist	Wed Jan 24 09:41:04 2018	(r459824)
+++ head/net-im/corebird/pkg-plist	Wed Jan 24 10:17:57 2018	(r459825)
@@ -1,6 +1,5 @@
 bin/corebird
 man/man1/corebird.1.gz
-share/appdata/org.baedert.corebird.appdata.xml
 share/applications/corebird.desktop
 share/dbus-1/services/org.baedert.corebird.service
 share/icons/hicolor/256x256/apps/corebird.png
@@ -11,6 +10,7 @@ share/icons/hicolor/32x32/apps/corebird.png
 share/icons/hicolor/48x48/apps/corebird.png
 share/icons/hicolor/64x64/apps/corebird.png
 share/icons/hicolor/96x96/apps/corebird.png
+share/metainfo/org.baedert.corebird.appdata.xml
 %%NLS%%share/locale/ar/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/ast/LC_MESSAGES/corebird.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/corebird.mo



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