From root@poudriere.ithil.palantiri.org  Mon May 12 13:51:46 2014
Return-Path: <root@poudriere.ithil.palantiri.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 89868D5E;
	Mon, 12 May 2014 13:51:46 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 0200D2823;
	Mon, 12 May 2014 13:51:45 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1])
	by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s4CDpfxS081196
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Mon, 12 May 2014 15:51:41 +0200 (CEST)
	(envelope-from root@poudriere.ithil.palantiri.org)
Received: (from root@localhost)
	by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s4CDpfXO081128;
	Mon, 12 May 2014 15:51:41 +0200 (CEST)
	(envelope-from root)
Message-Id: <201405121351.s4CDpfXO081128@poudriere.ithil.palantiri.org>
Date: Mon, 12 May 2014 15:51:41 +0200 (CEST)
From: Bartek Rutkowski <ports@robakdesign.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: wg@FreeBSD.org
Subject: [PATCH] net/minidlna: update to 1.1.2,1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         189713
>Category:       ports
>Synopsis:       [PATCH] net/minidlna: update to 1.1.2,1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 12 14:00:01 UTC 2014
>Closed-Date:    Sat May 24 14:28:31 UTC 2014
>Last-Modified:  Sat May 24 14:28:31 UTC 2014
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265535: Wed May  7 16:01:11
>Description:
- Update to 1.1.2,1
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/minidlna/1.1.2%2c1/

Port maintainer (wg@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- minidlna-1.1.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 353820)
+++ Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	minidlna
-PORTVERSION=	1.1.1
-PORTREVISION=	5
+PORTVERSION=	1.1.2
 PORTEPOCH=	1
 CATEGORIES=	net multimedia www
 MASTER_SITES=	SF
Index: distinfo
===================================================================
--- distinfo	(revision 353820)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (minidlna-1.1.1.tar.gz) = 9b70082fd6a12e16cea1558ffff05c07e12ef0c405ee806721e75ce1ce9ad037
-SIZE (minidlna-1.1.1.tar.gz) = 678403
+SHA256 (minidlna-1.1.2.tar.gz) = 97e2e9141c1190d76ad97f0da083874bccf9f9590841be9eb7668bcf695b7204
+SIZE (minidlna-1.1.2.tar.gz) = 671295
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 353820)
+++ pkg-descr	(working copy)
@@ -4,4 +4,4 @@
 The media files are listed in an SQLite database allowing prompt
 restarts.
 
-WWW: http://minidlna.sourceforge.net/
+WWW: http://minidlna.sourceforge.net
--- minidlna-1.1.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 12 14:00:13 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189713 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189713: commit references a PR
Date: Sat, 24 May 2014 13:35:39 +0000 (UTC)

 Author: wg
 Date: Sat May 24 13:35:34 2014
 New Revision: 355020
 URL: http://svnweb.freebsd.org/changeset/ports/355020
 QAT: https://qat.redports.org/buildarchive/r355020/
 
 Log:
   net/minidlna: update to 1.1.2
   
   PR:		ports/189713
   Submitted by:	Bartek Rutkowski <ports at robakdesign com>
 
 Modified:
   head/net/minidlna/Makefile
   head/net/minidlna/distinfo
   head/net/minidlna/pkg-descr
 
 Modified: head/net/minidlna/Makefile
 ==============================================================================
 --- head/net/minidlna/Makefile	Sat May 24 13:26:07 2014	(r355019)
 +++ head/net/minidlna/Makefile	Sat May 24 13:35:34 2014	(r355020)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	minidlna
 -PORTVERSION=	1.1.1
 -PORTREVISION=	5
 +PORTVERSION=	1.1.2
  PORTEPOCH=	1
  CATEGORIES=	net multimedia www
  MASTER_SITES=	SF
 
 Modified: head/net/minidlna/distinfo
 ==============================================================================
 --- head/net/minidlna/distinfo	Sat May 24 13:26:07 2014	(r355019)
 +++ head/net/minidlna/distinfo	Sat May 24 13:35:34 2014	(r355020)
 @@ -1,2 +1,2 @@
 -SHA256 (minidlna-1.1.1.tar.gz) = 9b70082fd6a12e16cea1558ffff05c07e12ef0c405ee806721e75ce1ce9ad037
 -SIZE (minidlna-1.1.1.tar.gz) = 678403
 +SHA256 (minidlna-1.1.2.tar.gz) = 97e2e9141c1190d76ad97f0da083874bccf9f9590841be9eb7668bcf695b7204
 +SIZE (minidlna-1.1.2.tar.gz) = 671295
 
 Modified: head/net/minidlna/pkg-descr
 ==============================================================================
 --- head/net/minidlna/pkg-descr	Sat May 24 13:26:07 2014	(r355019)
 +++ head/net/minidlna/pkg-descr	Sat May 24 13:35:34 2014	(r355020)
 @@ -4,4 +4,4 @@ fully compliant with DLNA/UPnP-AV client
  The media files are listed in an SQLite database allowing prompt
  restarts.
  
 -WWW: http://minidlna.sourceforge.net/
 +WWW: http://minidlna.sourceforge.net
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Sat May 24 14:28:30 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189713 
>Unformatted:
