Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] davmail: update to 6.1.0.
@ 2023-05-30  2:33 ahesford
  2023-05-30  5:20 ` Anachron
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ahesford @ 2023-05-30  2:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 670 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages davmail
https://github.com/void-linux/void-packages/pull/44161

davmail: update to 6.1.0.
Template improvements:
- Add an example `davmail.properties`
- Remove superfluous `post_install`
- Add dependency on `java-runtime` virtual, because a Java application needs a JRE

#### Testing the changes
- I tested the changes in this PR: pending

I don't yet have a viable workflow for davmail but will see if I can get it going.

cc: @Anachron 

A patch file from https://github.com/void-linux/void-packages/pull/44161.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-davmail-44161.patch --]
[-- Type: text/x-diff, Size: 1579 bytes --]

From a25677ab520ca42d11b322e6926746306ef631ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 29 May 2023 22:30:13 -0400
Subject: [PATCH] davmail: update to 6.1.0.

---
 srcpkgs/davmail/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/davmail/template b/srcpkgs/davmail/template
index 9659b4f14dd4..1652c266ecfe 100644
--- a/srcpkgs/davmail/template
+++ b/srcpkgs/davmail/template
@@ -1,16 +1,17 @@
 # Template file for 'davmail'
 pkgname=davmail
-version=6.0.1
+version=6.1.0
 revision=1
-_commit=3390
+_commit=3423
 hostmakedepends="openjdk8 apache-ant"
+depends="virtual?java-runtime"
 short_desc="POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway"
 maintainer="Anachron <gith@cron.world>"
 license="GPL-2.0-only"
 homepage="https://davmail.sourceforge.net"
 changelog="https://raw.githubusercontent.com/mguessan/davmail/master/RELEASE-NOTES.md"
 distfiles="${SOURCEFORGE_SITE}/davmail/davmail-src-${version}-${_commit}.tgz"
-checksum=ce3b33cd187787a30ccc136e75f1cdf197b0a2874c20ab3f3ea3e426b32b9ab1
+checksum=08e7103d14e9f05ec269caceef7585dcf8be202a35c471fa6fc12729cf99ef2f
 
 do_build() {
 	. /etc/profile.d/openjdk.sh
@@ -24,11 +25,11 @@ do_install() {
 	vmkdir usr/share/davmail/lib
 	vcopy "lib/*" usr/share/davmail/lib
 	vbin src/bin/davmail
-}
 
-post_install() {
 	case "$XBPS_TARGET_MACHINE" in
-		x86_64) return 0 ;;
+		x86_64) ;;
+		*) rm -f ${DESTDIR}/usr/share/davmail/lib/swt-* ;;
 	esac
-	rm -f ${DESTDIR}/usr/share/davmail/lib/swt-*
+
+	vsconf src/etc/davmail.properties
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: davmail: update to 6.1.0.
  2023-05-30  2:33 [PR PATCH] davmail: update to 6.1.0 ahesford
@ 2023-05-30  5:20 ` Anachron
  2023-05-30  6:25 ` Johnnynator
  2023-05-31 13:25 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: Anachron @ 2023-05-30  5:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/44161#issuecomment-1567769899

Comment:
Thanks for the ping,- I am not using davmail anymore, feel free to adopt. 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: davmail: update to 6.1.0.
  2023-05-30  2:33 [PR PATCH] davmail: update to 6.1.0 ahesford
  2023-05-30  5:20 ` Anachron
@ 2023-05-30  6:25 ` Johnnynator
  2023-05-31 13:25 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2023-05-30  6:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/44161#issuecomment-1567839492

Comment:
Tested it (against an MS Exchange with Kerberos Authentication). Worked fine.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: davmail: update to 6.1.0.
  2023-05-30  2:33 [PR PATCH] davmail: update to 6.1.0 ahesford
  2023-05-30  5:20 ` Anachron
  2023-05-30  6:25 ` Johnnynator
@ 2023-05-31 13:25 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-05-31 13:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 517 bytes --]

There's a closed pull request on the void-packages repository

davmail: update to 6.1.0.
https://github.com/void-linux/void-packages/pull/44161

Description:
Template improvements:
- Add an example `davmail.properties`
- Remove superfluous `post_install`
- Add dependency on `java-runtime` virtual, because a Java application needs a JRE

#### Testing the changes
- I tested the changes in this PR: pending

I don't yet have a viable workflow for davmail but will see if I can get it going.

cc: @Anachron 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-31 13:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30  2:33 [PR PATCH] davmail: update to 6.1.0 ahesford
2023-05-30  5:20 ` Anachron
2023-05-30  6:25 ` Johnnynator
2023-05-31 13:25 ` [PR PATCH] [Closed]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).