diff options
author | cpm <cpm@FreeBSD.org> | 2018-01-24 18:17:57 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2018-01-24 18:17:57 +0800 |
commit | 23b421d61d168fe66b655464b7730f036f45d643 (patch) | |
tree | dd40b0c812fdac67e683d42ae1f5c25196d698ff /net-im | |
parent | f83640f71adb09ac905d475cfdd7d77abb20d399 (diff) | |
download | freebsd-ports-gnome-23b421d61d168fe66b655464b7730f036f45d643.tar.gz freebsd-ports-gnome-23b421d61d168fe66b655464b7730f036f45d643.tar.zst freebsd-ports-gnome-23b421d61d168fe66b655464b7730f036f45d643.zip |
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
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/corebird/Makefile | 12 | ||||
-rw-r--r-- | net-im/corebird/distinfo | 6 | ||||
-rw-r--r-- | net-im/corebird/pkg-plist | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net-im/corebird/Makefile b/net-im/corebird/Makefile index 1357affd553c..0a322a2c4b10 100644 --- a/net-im/corebird/Makefile +++ b/net-im/corebird/Makefile @@ -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,22 +15,23 @@ 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 GSTREAMER_USE= gstreamer1=yes,bad,good,gtk,hls,libav,soup,x,ximagesrc diff --git a/net-im/corebird/distinfo b/net-im/corebird/distinfo index 7718411ba9df..472861d4a1e2 100644 --- a/net-im/corebird/distinfo +++ b/net-im/corebird/distinfo @@ -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 diff --git a/net-im/corebird/pkg-plist b/net-im/corebird/pkg-plist index 04f5e754f3ad..c41f181ba769 100644 --- a/net-im/corebird/pkg-plist +++ b/net-im/corebird/pkg-plist @@ -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 |