pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/corebird



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Sep  9 06:18:53 UTC 2017

Modified Files:
        pkgsrc/net/corebird: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/corebird/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/corebird/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/corebird/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/corebird/Makefile
diff -u pkgsrc/net/corebird/Makefile:1.30 pkgsrc/net/corebird/Makefile:1.31
--- pkgsrc/net/corebird/Makefile:1.30   Tue Aug  1 14:59:03 2017
+++ pkgsrc/net/corebird/Makefile        Sat Sep  9 06:18:53 2017
@@ -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 @@ TEST_TARGET=  check
 .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"

Index: pkgsrc/net/corebird/PLIST
diff -u pkgsrc/net/corebird/PLIST:1.6 pkgsrc/net/corebird/PLIST:1.7
--- pkgsrc/net/corebird/PLIST:1.6       Sun Jul  9 11:52:21 2017
+++ pkgsrc/net/corebird/PLIST   Sat Sep  9 06:18:53 2017
@@ -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/tr/LC_MESSAGES/corebird.mo
 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

Index: pkgsrc/net/corebird/distinfo
diff -u pkgsrc/net/corebird/distinfo:1.12 pkgsrc/net/corebird/distinfo:1.13
--- pkgsrc/net/corebird/distinfo:1.12   Sun Jul  9 11:52:21 2017
+++ pkgsrc/net/corebird/distinfo        Sat Sep  9 06:18:53 2017
@@ -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