pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/sylpheed
Module Name: pkgsrc
Committed By: szptvlfn
Date: Wed Sep 7 21:13:44 UTC 2016
Modified Files:
pkgsrc/mail/sylpheed: Makefile PLIST distinfo
pkgsrc/mail/sylpheed/patches: patch-configure
Log Message:
Update sylpheed to 3.5.1
changes:
* 3.5.1 (stable)
* New plug-in APIs to handle compose view were added.
* Autotools scripts were updated.
* Included documents were updated.
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 pkgsrc/mail/sylpheed/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/mail/sylpheed/PLIST
cvs rdiff -u -r1.85 -r1.86 pkgsrc/mail/sylpheed/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/sylpheed/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/sylpheed/Makefile
diff -u pkgsrc/mail/sylpheed/Makefile:1.162 pkgsrc/mail/sylpheed/Makefile:1.163
--- pkgsrc/mail/sylpheed/Makefile:1.162 Wed Aug 3 10:23:05 2016
+++ pkgsrc/mail/sylpheed/Makefile Wed Sep 7 21:13:44 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.162 2016/08/03 10:23:05 adam Exp $
+# $NetBSD: Makefile,v 1.163 2016/09/07 21:13:44 szptvlfn Exp $
-DISTNAME= sylpheed-3.5.0
-PKGREVISION= 2
+DISTNAME= sylpheed-3.5.1
CATEGORIES= mail news x11
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v3.5/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/mail/sylpheed/PLIST
diff -u pkgsrc/mail/sylpheed/PLIST:1.23 pkgsrc/mail/sylpheed/PLIST:1.24
--- pkgsrc/mail/sylpheed/PLIST:1.23 Wed Jan 27 18:56:31 2016
+++ pkgsrc/mail/sylpheed/PLIST Wed Sep 7 21:13:44 2016
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.23 2016/01/27 18:56:31 szptvlfn Exp $
+@comment $NetBSD: PLIST,v 1.24 2016/09/07 21:13:44 szptvlfn Exp $
bin/sylpheed
+include/sylpheed/plugin-types.h
include/sylpheed/plugin.h
include/sylpheed/sylph/account.h
include/sylpheed/sylph/base64.h
Index: pkgsrc/mail/sylpheed/distinfo
diff -u pkgsrc/mail/sylpheed/distinfo:1.85 pkgsrc/mail/sylpheed/distinfo:1.86
--- pkgsrc/mail/sylpheed/distinfo:1.85 Wed Jan 27 18:56:31 2016
+++ pkgsrc/mail/sylpheed/distinfo Wed Sep 7 21:13:44 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.85 2016/01/27 18:56:31 szptvlfn Exp $
+$NetBSD: distinfo,v 1.86 2016/09/07 21:13:44 szptvlfn Exp $
-SHA1 (sylpheed-3.5.0.tar.bz2) = 80e34d79b1f4ffcc6aaa73347d9553cde7d26ce3
-RMD160 (sylpheed-3.5.0.tar.bz2) = c63a8f0cb5f73c828f60298541812cfe73807ac6
-SHA512 (sylpheed-3.5.0.tar.bz2) = fa2803c41a935089989d93cd78ef0dd04d5c0117283f37b82f3d5e76eb753d38960ce3cc122936883cb3057e834acaa03b1a565cd31202331527d07a24e8d5b0
-Size (sylpheed-3.5.0.tar.bz2) = 3519735 bytes
+SHA1 (sylpheed-3.5.1.tar.bz2) = 67a81b6bb855f349cda3ef203ae5ba272e64d7ce
+RMD160 (sylpheed-3.5.1.tar.bz2) = 9ecf4bee6718f6499533abb464638af6c39e595c
+SHA512 (sylpheed-3.5.1.tar.bz2) = 264aafb40eaa163405074480b2deb7eefe0d2158a107d9b26bc35d5506dcf5a52cf5712b81bd4c06b4c76e48c6e372c74473e5371bbdc80f230267f3b211c7f5
+Size (sylpheed-3.5.1.tar.bz2) = 3561816 bytes
SHA1 (patch-aa) = f7c6b53c173ca18f9e5e832aec38dd2455242f9c
-SHA1 (patch-configure) = 29644169674c7537ba94a1c479e0da5a8e6a082e
+SHA1 (patch-configure) = 17e2ee932db99138897485f30cd34c3b115da55e
SHA1 (patch-macosx_bundle_launcher.sh) = abfdb54b3400ee00e0c1e99fb5037a1a3c1e2a66
Index: pkgsrc/mail/sylpheed/patches/patch-configure
diff -u pkgsrc/mail/sylpheed/patches/patch-configure:1.1 pkgsrc/mail/sylpheed/patches/patch-configure:1.2
--- pkgsrc/mail/sylpheed/patches/patch-configure:1.1 Wed Jan 27 18:56:31 2016
+++ pkgsrc/mail/sylpheed/patches/patch-configure Wed Sep 7 21:13:44 2016
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.1 2016/01/27 18:56:31 szptvlfn Exp $
+$NetBSD: patch-configure,v 1.2 2016/09/07 21:13:44 szptvlfn Exp $
replace == with =
---- configure.orig 2016-01-15 17:17:25.000000000 +0900
-+++ configure 2016-01-28 03:06:54.940828857 +0900
-@@ -12567,7 +12567,7 @@
+--- configure.orig 2016-07-29 03:00:06.000000000 +0000
++++ configure
+@@ -13708,7 +13708,7 @@ fi
@@ -12,4 +12,4 @@ replace == with =
+if test "$os_osx" = yes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtkosx_application_ready in -lgtkmacintegration" >&5
$as_echo_n "checking for gtkosx_application_ready in -lgtkmacintegration... " >&6; }
- if test "${ac_cv_lib_gtkmacintegration_gtkosx_application_ready+set}" = set; then :
+ if ${ac_cv_lib_gtkmacintegration_gtkosx_application_ready+:} false; then :
Home |
Main Index |
Thread Index |
Old Index