Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] davmail: update to 6.1.0.
Date: Tue, 30 May 2023 04:33:53 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44161@inbox.vuxu.org> (raw)

[-- 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
 }

             reply	other threads:[~2023-05-30  2:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-30  2:33 ahesford [this message]
2023-05-30  5:20 ` Anachron
2023-05-30  6:25 ` Johnnynator
2023-05-31 13:25 ` [PR PATCH] [Closed]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44161@inbox.vuxu.org \
    --to=ahesford@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).