Thu Jan 30 23:05:36 2020 UTC ()
deforaos-notes: update to 0.2.0

Changes since 0.1.0:
- Defaults to Gtk+ 3 (like libDesktop)


(khorben)
diff -r1.11 -r1.12 pkgsrc/x11/deforaos-notes/Makefile
diff -r1.1 -r1.2 pkgsrc/x11/deforaos-notes/PLIST
diff -r1.3 -r1.4 pkgsrc/x11/deforaos-notes/distinfo
diff -r1.1 -r0 pkgsrc/x11/deforaos-notes/patches/patch-src_noteedit.c

cvs diff -r1.11 -r1.12 pkgsrc/x11/deforaos-notes/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/deforaos-notes/Makefile 2019/07/21 22:25:56 1.11
+++ pkgsrc/x11/deforaos-notes/Makefile 2020/01/30 23:05:36 1.12
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.11 2019/07/21 22:25:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2020/01/30 23:05:36 khorben Exp $
2 2
3DISTNAME= Notes-0.1.0 3DISTNAME= Notes-0.2.0
4PKGNAME= deforaos-notes-0.1.0 4PKGNAME= deforaos-notes-0.2.0
5PKGREVISION= 8 
6CATEGORIES= x11 5CATEGORIES= x11
7MASTER_SITES= https://www.defora.org/os/download/download/4428/ 6MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Notes/
8 7
9MAINTAINER= khorben@defora.org 8MAINTAINER= khorben@defora.org
10HOMEPAGE= https://www.defora.org/ 9HOMEPAGE= https://www.defora.org/
11COMMENT= DeforaOS desktop notes manager 10COMMENT= DeforaOS desktop notes manager
12 11
13LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
14 13
15USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
16USE_TOOLS+= xgettext 15USE_TOOLS+= xgettext
17 16
18BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 17BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
19BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 18BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
20 19

cvs diff -r1.1 -r1.2 pkgsrc/x11/deforaos-notes/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/deforaos-notes/PLIST 2015/09/01 00:28:03 1.1
+++ pkgsrc/x11/deforaos-notes/PLIST 2020/01/30 23:05:36 1.2
@@ -1,8 +1,9 @@ @@ -1,8 +1,9 @@
1@comment $NetBSD: PLIST,v 1.1 2015/09/01 00:28:03 khorben Exp $ 1@comment $NetBSD: PLIST,v 1.2 2020/01/30 23:05:36 khorben Exp $
2bin/notes 2bin/notes
3lib/Mailer/plugins/notes.so 3lib/Mailer/plugins/notes.so
4man/html1/notes.html 4man/html1/notes.html
5man/man1/notes.1 5man/man1/notes.1
6share/applications/deforaos-notes.desktop 6share/applications/deforaos-notes.desktop
 7share/doc/Notes/COPYING
7share/locale/es/LC_MESSAGES/Notes.mo 8share/locale/es/LC_MESSAGES/Notes.mo
8share/locale/fr/LC_MESSAGES/Notes.mo 9share/locale/fr/LC_MESSAGES/Notes.mo

cvs diff -r1.3 -r1.4 pkgsrc/x11/deforaos-notes/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/deforaos-notes/distinfo 2016/02/20 16:00:28 1.3
+++ pkgsrc/x11/deforaos-notes/distinfo 2020/01/30 23:05:36 1.4
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.3 2016/02/20 16:00:28 khorben Exp $ 1$NetBSD: distinfo,v 1.4 2020/01/30 23:05:36 khorben Exp $
2 2
3SHA1 (Notes-0.1.0.tar.gz) = b7235c70731f6588ff0ad631144ccd7322749aed 3SHA1 (Notes-0.2.0.tar.gz) = 728a921c3caf5015c479056f7393eeb0cff61dcd
4RMD160 (Notes-0.1.0.tar.gz) = d33ca252084619a8d49cba4268fb9de93dcb51a3 4RMD160 (Notes-0.2.0.tar.gz) = 1b755b1e3d3410cb8a50e6e534f2d3807e89e2fb
5SHA512 (Notes-0.1.0.tar.gz) = ab28a00acebc827a6860a299d9d65c3171ad6de656dd1372d9853bd29d0c1de11382fe6f1bd046beaa699e512b733194c7185a6bd4ee8e1127187c6ffc4acb82 5SHA512 (Notes-0.2.0.tar.gz) = 671e4e51ad0598337f520e6076f71eae4fe42057740537976908df7e6d29f789ee24218fb2ecbbaaf4f98e1552e5e5a6d5d3b1079385b26b8e4a1573af58c8cc
6Size (Notes-0.1.0.tar.gz) = 16853 bytes 6Size (Notes-0.2.0.tar.gz) = 19560 bytes
7SHA1 (patch-src_noteedit.c) = 14ff9d07788c028150ddd3497889bdc7ef7c8564 

File Deleted: pkgsrc/x11/deforaos-notes/patches/Attic/patch-src_noteedit.c