Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] run-mailcap: update to 3.64
@ 2019-11-07 15:04 voidlinux-github
  2019-11-07 15:51 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-07 15:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teh-jazzman/void-packages run-mailcap
https://github.com/void-linux/void-packages/pull/16209

run-mailcap: update to 3.64


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

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

From 9d8964f9752e2a0b26ffbf3ae27a3e939735e7bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20M=C3=BChlinghaus?= <jazzman@alphabreed.com>
Date: Thu, 7 Nov 2019 15:37:40 +0100
Subject: [PATCH] run-mailcap: update to 3.64

---
 srcpkgs/run-mailcap/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/run-mailcap/template b/srcpkgs/run-mailcap/template
index a4c2b27442b..d7bba31b886 100644
--- a/srcpkgs/run-mailcap/template
+++ b/srcpkgs/run-mailcap/template
@@ -1,6 +1,6 @@
 # Template file for 'run-mailcap'
 pkgname=run-mailcap
-version=3.62
+version=3.64
 revision=1
 archs=noarch
 wrksrc="mime-support-${version}ubuntu1"
@@ -9,8 +9,8 @@ short_desc="Execute programs via entries in the mailcap file"
 maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
 license="Public Domain"
 homepage="http://packages.ubuntu.com/disco/mime-support"
-distfiles="${UBUNTU_SITE}/main/m/mime-support/mime-support_${version}ubuntu1.tar.gz"
-checksum=2d2155814dd33df2527e5982975fc500feae6bc6034afc4c1dd53da4c8557797
+distfiles="${UBUNTU_SITE}/main/m/mime-support/mime-support_${version}ubuntu1.tar.xz"
+checksum=5007d2ebc25935bfca6d4bdac0efdfc089a38c1be49d19f0422559f666e4f2c4
 
 do_install() {
 	local _aliases="see edit compose print"

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

* Re: [PR PATCH] [Updated] run-mailcap: update to 3.64
  2019-11-07 15:04 [PR PATCH] run-mailcap: update to 3.64 voidlinux-github
@ 2019-11-07 15:51 ` voidlinux-github
  2019-11-07 16:08 ` voidlinux-github
  2019-11-09 18:55 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-07 15:51 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teh-jazzman against master on the void-packages repository

https://github.com/teh-jazzman/void-packages run-mailcap
https://github.com/void-linux/void-packages/pull/16209

run-mailcap: update to 3.64


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

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

From a1619f57142c6c86fd2798c737a246c151eb7987 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20M=C3=BChlinghaus?= <jazzman@alphabreed.com>
Date: Thu, 7 Nov 2019 15:37:40 +0100
Subject: [PATCH] run-mailcap: update to 3.64

---
 srcpkgs/run-mailcap/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/run-mailcap/template b/srcpkgs/run-mailcap/template
index a4c2b27442b..43d212ff9ed 100644
--- a/srcpkgs/run-mailcap/template
+++ b/srcpkgs/run-mailcap/template
@@ -1,16 +1,16 @@
 # Template file for 'run-mailcap'
 pkgname=run-mailcap
-version=3.62
+version=3.64
 revision=1
 archs=noarch
 wrksrc="mime-support-${version}ubuntu1"
 depends="perl"
 short_desc="Execute programs via entries in the mailcap file"
 maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
-license="Public Domain"
+license="custom:ad-hoc, custom:Bellcore"
 homepage="http://packages.ubuntu.com/disco/mime-support"
-distfiles="${UBUNTU_SITE}/main/m/mime-support/mime-support_${version}ubuntu1.tar.gz"
-checksum=2d2155814dd33df2527e5982975fc500feae6bc6034afc4c1dd53da4c8557797
+distfiles="${UBUNTU_SITE}/main/m/mime-support/mime-support_${version}ubuntu1.tar.xz"
+checksum=5007d2ebc25935bfca6d4bdac0efdfc089a38c1be49d19f0422559f666e4f2c4
 
 do_install() {
 	local _aliases="see edit compose print"
@@ -18,6 +18,7 @@ do_install() {
 	vbin run-mailcap
 	vman run-mailcap.man run-mailcap.1
 	vman mailcap.man mailcap.1
+        vlicense debian/copyright
 	cd ${DESTDIR}/usr/bin
 	for a in ${_aliases}; do
 		ln -sf run-mailcap ${a}
@@ -27,4 +28,3 @@ do_install() {
 		ln -sf run-mailcap.1 ${a}.1
 	done
 }
-

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

* Re: [PR PATCH] [Updated] run-mailcap: update to 3.64
  2019-11-07 15:04 [PR PATCH] run-mailcap: update to 3.64 voidlinux-github
  2019-11-07 15:51 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-07 16:08 ` voidlinux-github
  2019-11-09 18:55 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-07 16:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teh-jazzman against master on the void-packages repository

https://github.com/teh-jazzman/void-packages run-mailcap
https://github.com/void-linux/void-packages/pull/16209

run-mailcap: update to 3.64


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

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

From 2f84c63394bb7bad3abca7308ac52a4236182ed2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20M=C3=BChlinghaus?= <jazzman@alphabreed.com>
Date: Thu, 7 Nov 2019 15:37:40 +0100
Subject: [PATCH] run-mailcap: update to 3.64

---
 srcpkgs/run-mailcap/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/run-mailcap/template b/srcpkgs/run-mailcap/template
index a4c2b27442b..a09c1f8ef01 100644
--- a/srcpkgs/run-mailcap/template
+++ b/srcpkgs/run-mailcap/template
@@ -1,16 +1,16 @@
 # Template file for 'run-mailcap'
 pkgname=run-mailcap
-version=3.62
+version=3.64
 revision=1
 archs=noarch
 wrksrc="mime-support-${version}ubuntu1"
 depends="perl"
 short_desc="Execute programs via entries in the mailcap file"
 maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
-license="Public Domain"
+license="custom:ad-hoc, custom:Bellcore"
 homepage="http://packages.ubuntu.com/disco/mime-support"
-distfiles="${UBUNTU_SITE}/main/m/mime-support/mime-support_${version}ubuntu1.tar.gz"
-checksum=2d2155814dd33df2527e5982975fc500feae6bc6034afc4c1dd53da4c8557797
+distfiles="${UBUNTU_SITE}/main/m/mime-support/mime-support_${version}ubuntu1.tar.xz"
+checksum=5007d2ebc25935bfca6d4bdac0efdfc089a38c1be49d19f0422559f666e4f2c4
 
 do_install() {
 	local _aliases="see edit compose print"
@@ -18,6 +18,7 @@ do_install() {
 	vbin run-mailcap
 	vman run-mailcap.man run-mailcap.1
 	vman mailcap.man mailcap.1
+	vlicense debian/copyright
 	cd ${DESTDIR}/usr/bin
 	for a in ${_aliases}; do
 		ln -sf run-mailcap ${a}
@@ -27,4 +28,3 @@ do_install() {
 		ln -sf run-mailcap.1 ${a}.1
 	done
 }
-

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

* Re: [PR PATCH] [Merged]: run-mailcap: update to 3.64
  2019-11-07 15:04 [PR PATCH] run-mailcap: update to 3.64 voidlinux-github
  2019-11-07 15:51 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-07 16:08 ` voidlinux-github
@ 2019-11-09 18:55 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-09 18:55 UTC (permalink / raw)
  To: ml

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

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

run-mailcap: update to 3.64
https://github.com/void-linux/void-packages/pull/16209

Description:


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

end of thread, other threads:[~2019-11-09 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 15:04 [PR PATCH] run-mailcap: update to 3.64 voidlinux-github
2019-11-07 15:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-07 16:08 ` voidlinux-github
2019-11-09 18:55 ` [PR PATCH] [Merged]: " voidlinux-github

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).