pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/corebird Update to 1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e7e937fead5
branches:  trunk
changeset: 367966:9e7e937fead5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Sep 09 06:18:53 2017 +0000

description:
Update to 1.6

Changelog:
  - Dependencies: GTK+ 3.20 is now required, and librest is no longer
    a dependency
  - Facelift for the tweet info page
  - Lots of stability fixes
  - The compose window now starts uploading images as soon as they
    are selected

diffstat:

 net/corebird/Makefile |   6 +++---
 net/corebird/PLIST    |   4 ++--
 net/corebird/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (58 lines):

diff -r a772a39a54cd -r 9e7e937fead5 net/corebird/Makefile
--- a/net/corebird/Makefile     Sat Sep 09 06:16:23 2017 +0000
+++ b/net/corebird/Makefile     Sat Sep 09 06:18:53 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2017/08/01 14:59:03 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2017/09/09 06:18:53 ryoon Exp $
 
-DISTNAME=      corebird-1.5.1
+DISTNAME=      corebird-1.6
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=baedert/}
 GITHUB_PROJECT=        corebird
@@ -24,9 +24,9 @@
 .include "../../graphics/adwaita-icon-theme/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
-.include "../../www/librest07/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gspell+= gspell>=1.2.2
 .include "../../textproc/gspell/buildlink3.mk"
+BUILDLINK_API_DEPENDS.json-glib+=      json-glib>=1.2.8
 .include "../../textproc/json-glib/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
diff -r a772a39a54cd -r 9e7e937fead5 net/corebird/PLIST
--- a/net/corebird/PLIST        Sat Sep 09 06:16:23 2017 +0000
+++ b/net/corebird/PLIST        Sat Sep 09 06:18:53 2017 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.6 2017/07/09 11:52:21 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/09/09 06:18:53 ryoon Exp $
 bin/corebird
 man/man1/corebird.1
-share/appdata/org.baedert.corebird.appdata.xml
 share/applications/org.baedert.corebird.desktop
 share/dbus-1/services/org.baedert.corebird.service
 share/glib-2.0/schemas/org.baedert.corebird.gschema.xml
@@ -48,3 +47,4 @@
 share/locale/uk_UA/LC_MESSAGES/corebird.mo
 share/locale/zh_CN/LC_MESSAGES/corebird.mo
 share/locale/zh_TW/LC_MESSAGES/corebird.mo
+share/metainfo/org.baedert.corebird.appdata.xml
diff -r a772a39a54cd -r 9e7e937fead5 net/corebird/distinfo
--- a/net/corebird/distinfo     Sat Sep 09 06:16:23 2017 +0000
+++ b/net/corebird/distinfo     Sat Sep 09 06:18:53 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.12 2017/07/09 11:52:21 ryoon Exp $
+$NetBSD: distinfo,v 1.13 2017/09/09 06:18:53 ryoon Exp $
 
-SHA1 (corebird-1.5.1.tar.xz) = 36fa482c1a75aa01ed2cce078992435ca39e6c7f
-RMD160 (corebird-1.5.1.tar.xz) = 317d01863faf9992a314c2fa53e494e291ac439c
-SHA512 (corebird-1.5.1.tar.xz) = e3e751990fd2497cdd3cb7c019d061ca776849924397b88fe950a9ad7a6be10cfafddc90bc9d56547ec46a8076c533462d1af5e24a60bea209c6d32ec0d60f7e
-Size (corebird-1.5.1.tar.xz) = 676192 bytes
+SHA1 (corebird-1.6.tar.xz) = 54d234b916558867d0ec737c334b5b6e6e477add
+RMD160 (corebird-1.6.tar.xz) = 3310e6fa58e485b1e62d88491d0bc02b1e192698
+SHA512 (corebird-1.6.tar.xz) = 4e33c95ea45d6bf1257af41fbc677eac3bff4da9b7b975d7d0b8260e952a5c302c7b486ac377a0d04fe959b831ece7dfa2ae3f9f8790cf88a5b358c17c3e36df
+Size (corebird-1.6.tar.xz) = 687948 bytes
 SHA1 (patch-data_Makefile.am) = cebf21049f03cdcca06b476040125edcdc86d675
 SHA1 (patch-data_Makefile.in) = 8ed5776f7b694a7cf574f5e8097811eb7cd060b4
 SHA1 (patch-po_Makevars) = 7d1f0dcef0caf53d6fa1187306d6264c158b8210



Home | Main Index | Thread Index | Old Index