Re: Request for commit approval : jack_umidi

2018-07-24 Thread Hans Petter Selasky

On 07/24/18 11:44, Kubilay Kocak wrote:

On 24/07/2018 7:39 pm, Hans Petter Selasky wrote:

Update jack_umidi to version 1.0.9

Fix for long device names.

Approved by:

--HPS



Looks fine (syntactically), but hesitant to approve without QA
confirmation (poudriere, for packaging checks, etc)

But since the pkg-plist is defined within Makefile *_PLIST entries and
assuming its contents have been checked to not have changed ..

Approved: koobs (ports)
MFH: 2018Q3 (bugfix)


Thank you!

Should not break anything.

--HPS
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Request for commit approval : jack_umidi

2018-07-24 Thread Kubilay Kocak
On 24/07/2018 7:39 pm, Hans Petter Selasky wrote:
> Update jack_umidi to version 1.0.9
> 
> Fix for long device names.
> 
> Approved by:   
> 
> --HPS
> 

Looks fine (syntactically), but hesitant to approve without QA
confirmation (poudriere, for packaging checks, etc)

But since the pkg-plist is defined within Makefile *_PLIST entries and
assuming its contents have been checked to not have changed ..

Approved: koobs (ports)
MFH: 2018Q3 (bugfix)
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Request for commit approval : jack_umidi

2018-07-24 Thread Hans Petter Selasky

Update jack_umidi to version 1.0.9

Fix for long device names.

Approved by:

--HPS
Index: Makefile
===
--- Makefile	(revision 475235)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jack_umidi
-PORTVERSION=	1.0.8
+PORTVERSION=	1.0.9
 CATEGORIES=	audio
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
 		http://home.selasky.org:8192/distfiles/
Index: distinfo
===
--- distinfo	(revision 475235)
+++ distinfo	(working copy)
@@ -1,2 +1,3 @@
-SHA256 (jack_umidi-1.0.8.tar.bz2) = 50c67696a43acf2c1d1ad1dcd06ceb484b18ad9867c5b1eb1850fa15aa617036
-SIZE (jack_umidi-1.0.8.tar.bz2) = 6811
+TIMESTAMP = 1532424996
+SHA256 (jack_umidi-1.0.9.tar.bz2) = d15db3ad35f8469ca14d839d938300d0cd2d5f730946e9b162b13c80d4f57984
+SIZE (jack_umidi-1.0.9.tar.bz2) = 6814
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"