Sat Feb 20 14:52:09 2016 UTC ()
Package DeforaOS Mailer 0.1.7

This release brings:
- support for the latest libSystem
- support for Gtk+ 3


(khorben)
diff -r1.19 -r1.20 pkgsrc/mail/deforaos-mailer/Makefile
diff -r1.3 -r1.4 pkgsrc/mail/deforaos-mailer/PLIST
diff -r1.4 -r1.5 pkgsrc/mail/deforaos-mailer/distinfo
diff -r1.1 -r0 pkgsrc/mail/deforaos-mailer/patches/patch-Makefile
diff -r1.1 -r0 pkgsrc/mail/deforaos-mailer/patches/patch-data_pkgconfig.sh

cvs diff -r1.19 -r1.20 pkgsrc/mail/deforaos-mailer/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/deforaos-mailer/Makefile 2015/08/09 15:25:47 1.19
+++ pkgsrc/mail/deforaos-mailer/Makefile 2016/02/20 14:52:09 1.20
@@ -1,47 +1,49 @@ @@ -1,47 +1,49 @@
1# $NetBSD: Makefile,v 1.19 2015/08/09 15:25:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.20 2016/02/20 14:52:09 khorben Exp $
2 2
3DISTNAME= Mailer-0.1.6 3DISTNAME= Mailer-0.1.7
4PKGNAME= deforaos-mailer-0.1.6 4PKGNAME= deforaos-mailer-0.1.7
5PKGREVISION= 5 
6CATEGORIES= mail 5CATEGORIES= mail
7MASTER_SITES= http://www.defora.org/os/download/download/4029/ 6MASTER_SITES= http://www.defora.org/os/download/download/4426/
8 7
9MAINTAINER= khorben@defora.org 8MAINTAINER= khorben@defora.org
10HOMEPAGE= http://www.defora.org/ 9HOMEPAGE= http://www.defora.org/
11COMMENT= DeforaOS desktop e-mail client 10COMMENT= DeforaOS desktop e-mail client
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 14BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
16 15
17USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
18USE_TOOLS+= xgettext 17USE_TOOLS+= xgettext
19 18
20MAKE_JOBS_SAFE= no 19MAKE_JOBS_SAFE= no
21 20
22MAKE_FLAGS+= DESTDIR=${DESTDIR} 21MAKE_FLAGS+= DESTDIR=${DESTDIR}
23MAKE_FLAGS+= PREFIX=${PREFIX} 22MAKE_FLAGS+= PREFIX=${PREFIX}
24MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} 23MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
25AUTO_MKDIRS= yes 24AUTO_MKDIRS= yes
26 25
27CONFLICTS= john-[0-9]* 26CONFLICTS= john-[0-9]*
28 27
29.include "../../mk/bsd.prefs.mk" 28.include "../../mk/bsd.prefs.mk"
30 29
31.if ${PKGMANDIR} != "share/man" 30.if ${PKGMANDIR} != "share/man"
32post-install: 31post-install:
 32 ${MV} ${DESTDIR}${PREFIX}/share/man/html1/compose.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/compose.html
 33 ${MV} ${DESTDIR}${PREFIX}/share/man/html1/mailer.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/mailer.html
33 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/compose.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/compose.1 34 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/compose.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/compose.1
34 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/mailer.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mailer.1 35 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/mailer.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mailer.1
 36 ${RMDIR} ${DESTDIR}${PREFIX}/share/man/html1
35 ${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1 37 ${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1
36 ${RMDIR} ${DESTDIR}${PREFIX}/share/man 38 ${RMDIR} ${DESTDIR}${PREFIX}/share/man
37.endif 39.endif
38 40
39.include "options.mk" 41.include "options.mk"
40 42
41.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 43.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
42.include "../../security/openssl/buildlink3.mk" 44.include "../../security/openssl/buildlink3.mk"
43.include "../../x11/deforaos-libdesktop/buildlink3.mk" 45.include "../../x11/deforaos-libdesktop/buildlink3.mk"
44BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.20 46BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.20
45.include "../../textproc/gtk-doc/buildlink3.mk" 47.include "../../textproc/gtk-doc/buildlink3.mk"
46.include "../../sysutils/desktop-file-utils/desktopdb.mk" 48.include "../../sysutils/desktop-file-utils/desktopdb.mk"
47.include "../../mk/bsd.pkg.mk" 49.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/mail/deforaos-mailer/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/deforaos-mailer/PLIST 2014/02/24 16:14:35 1.3
+++ pkgsrc/mail/deforaos-mailer/PLIST 2016/02/20 14:52:09 1.4
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1@comment $NetBSD: PLIST,v 1.3 2014/02/24 16:14:35 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.4 2016/02/20 14:52:09 khorben Exp $
2bin/compose 2bin/compose
3bin/mailer 3bin/mailer
4include/Desktop/Mailer.h 4include/Desktop/Mailer.h
5include/Desktop/Mailer/account.h 5include/Desktop/Mailer/account.h
6include/Desktop/Mailer/folder.h 6include/Desktop/Mailer/folder.h
7include/Desktop/Mailer/helper.h 7include/Desktop/Mailer/helper.h
8include/Desktop/Mailer/mailer.h 8include/Desktop/Mailer/mailer.h
9include/Desktop/Mailer/message.h 9include/Desktop/Mailer/message.h
10include/Desktop/Mailer/plugin.h 10include/Desktop/Mailer/plugin.h
11include/Desktop/Mailer/transport.h 11include/Desktop/Mailer/transport.h
12lib/Mailer/account/imap4.so 12lib/Mailer/account/imap4.so
13lib/Mailer/account/mbox.so 13lib/Mailer/account/mbox.so
14lib/Mailer/account/pop3.so 14lib/Mailer/account/pop3.so
15lib/Mailer/plugins/mailing-lists.so 15lib/Mailer/plugins/mailing-lists.so
16lib/Mailer/plugins/search.so 16lib/Mailer/plugins/search.so
17lib/libMailer.a 17lib/libMailer.a
18lib/libMailer.so 18lib/libMailer.so
19lib/libMailer.so.0 19lib/libMailer.so.0
20lib/libMailer.so.0.0 20lib/libMailer.so.0.0
21lib/pkgconfig/Mailer.pc 21lib/pkgconfig/Mailer.pc
 22man/html1/compose.html
 23man/html1/mailer.html
22man/man1/compose.1 24man/man1/compose.1
23man/man1/mailer.1 25man/man1/mailer.1
24share/applications/mailer.desktop 26share/applications/deforaos-mailer.desktop
25share/doc/html/Mailer/compose.html 
26share/doc/html/Mailer/mailer.html 
27share/gtk-doc/html/Mailer/Mailer-account.html 27share/gtk-doc/html/Mailer/Mailer-account.html
28share/gtk-doc/html/Mailer/Mailer-folder.html 28share/gtk-doc/html/Mailer/Mailer-folder.html
29share/gtk-doc/html/Mailer/Mailer-helper.html 29share/gtk-doc/html/Mailer/Mailer-helper.html
30share/gtk-doc/html/Mailer/Mailer-mailer.html 30share/gtk-doc/html/Mailer/Mailer-mailer.html
31share/gtk-doc/html/Mailer/Mailer-message.html 31share/gtk-doc/html/Mailer/Mailer-message.html
32share/gtk-doc/html/Mailer/Mailer-plugin.html 32share/gtk-doc/html/Mailer/Mailer-plugin.html
33share/gtk-doc/html/Mailer/Mailer.devhelp2 33share/gtk-doc/html/Mailer/Mailer.devhelp2
34share/gtk-doc/html/Mailer/api-index-full.html 34share/gtk-doc/html/Mailer/api-index-full.html
35share/gtk-doc/html/Mailer/ch01.html 35share/gtk-doc/html/Mailer/ch01.html
36share/gtk-doc/html/Mailer/deprecated-api-index.html 36share/gtk-doc/html/Mailer/deprecated-api-index.html
37share/gtk-doc/html/Mailer/home.png 37share/gtk-doc/html/Mailer/home.png
38share/gtk-doc/html/Mailer/index.html 38share/gtk-doc/html/Mailer/index.html
39share/gtk-doc/html/Mailer/index.sgml 39share/gtk-doc/html/Mailer/index.sgml

cvs diff -r1.4 -r1.5 pkgsrc/mail/deforaos-mailer/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/deforaos-mailer/distinfo 2015/11/03 23:27:03 1.4
+++ pkgsrc/mail/deforaos-mailer/distinfo 2016/02/20 14:52:09 1.5
@@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/03 23:27:03 agc Exp $ 1$NetBSD: distinfo,v 1.5 2016/02/20 14:52:09 khorben Exp $
2 2
3SHA1 (Mailer-0.1.6.tar.gz) = eab85c0c5d4d23e52a81d4a026ee82384271eea0 3SHA1 (Mailer-0.1.7.tar.gz) = 33ffa684ef30c541bb3e37c2de39bd64c1e3df4b
4RMD160 (Mailer-0.1.6.tar.gz) = 0699c2ba44bd731ed1e4f7ba72d52b90e1e2a3eb 4RMD160 (Mailer-0.1.7.tar.gz) = e82282a8fc72af497a41b896946dd199c8eb4cc8
5SHA512 (Mailer-0.1.6.tar.gz) = e86e646ed6f21e2b961c7850cc8c1df5ebbfd78a82c93ee23bca926b37693e8ce841597de69081636d8bf1602ca176d52e947fe6e67fbf67051674910085f8c5 5SHA512 (Mailer-0.1.7.tar.gz) = 21124ad22ebcfdcb8479c60817a5934c710626a03246a684902139464e25f52acc437594880e4081dbc4bdbe3d68fd4267a2d90e38dee9af64f5569d0ee770b1
6Size (Mailer-0.1.6.tar.gz) = 112910 bytes 6Size (Mailer-0.1.7.tar.gz) = 117673 bytes
7SHA1 (patch-Makefile) = 7584cf06a22de91d428710153169777547f35b0a 
8SHA1 (patch-data_pkgconfig.sh) = 3050554b1607a3acf5b0247e24abbf3c4a2fd382 

File Deleted: pkgsrc/mail/deforaos-mailer/patches/Attic/patch-Makefile

File Deleted: pkgsrc/mail/deforaos-mailer/patches/Attic/patch-data_pkgconfig.sh