From delphij@FreeBSD.org  Thu Oct 31 23:00:26 2013
Return-Path: <delphij@FreeBSD.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 ESMTP id 1914DF6E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Oct 2013 23:00:26 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 05F172A61
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Oct 2013 23:00:26 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VN0PFu047440
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Oct 2013 23:00:25 GMT
	(envelope-from delphij@freefall.freebsd.org)
Received: (from delphij@localhost)
	by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9VN0P2k047439;
	Thu, 31 Oct 2013 23:00:25 GMT
	(envelope-from delphij)
Message-Id: <201310312300.r9VN0P2k047439@freefall.freebsd.org>
Date: Thu, 31 Oct 2013 23:00:25 GMT
From: Xin LI <delphij@FreeBSD.org>
Reply-To: Xin LI <delphij@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Update archivers/lzip to 1.15
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         183540
>Category:       ports
>Synopsis:       [PATCH] Update archivers/lzip to 1.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 31 23:10:00 UTC 2013
>Closed-Date:    Sat Nov 09 13:44:08 UTC 2013
>Last-Modified:  Sat Nov  9 13:50:01 UTC 2013
>Originator:     Xin LI
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
iXsystems, Inc.
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r255453: Mon Sep 16 12:43:32 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


>Description:
	Got this when hitting issue updating to 1.14.
>How-To-Repeat:
	N/A
>Fix:


--- lzip-1.15.diff begins here ---
Index: archivers/lzip/Makefile
===================================================================
--- archivers/lzip/Makefile	(revision 332267)
+++ archivers/lzip/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lzip
-PORTVERSION=	1.14
+PORTVERSION=	1.15
 CATEGORIES=	archivers
 MASTER_SITES=	SAVANNAH/lzip
 
Index: archivers/lzip/distinfo
===================================================================
--- archivers/lzip/distinfo	(revision 332267)
+++ archivers/lzip/distinfo	(working copy)
@@ -1,4 +1,2 @@
-SHA256 (lzip-1.14.tar.gz) = 7ff5cc521560edb2a0a6cdf258cf3afdaeb1dbcc354d96d011d0dd7ec584cbe7
-SIZE (lzip-1.14.tar.gz) = 80699
-SHA256 (lzip-1.14.tar.lz) = 8f3b932f88fd8d88653f46e2e35e6967ea0e136e200b368ffb7dc0cb43f17f98
-SIZE (lzip-1.14.tar.lz) = 60597
+SHA256 (lzip-1.15.tar.gz) = 7cd3fcda68fc9900efcf7784313e3bdd1303fef1a0546db9723f5e5564dd05b6
+SIZE (lzip-1.15.tar.gz) = 97409
--- lzip-1.15.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 31 23:10:07 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183540 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Sat Nov 9 13:44:07 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183540 
Responsible-Changed-From-To: sylvio->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Sat Nov 9 13:46:04 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183540: commit references a PR
Date: Sat,  9 Nov 2013 13:45:51 +0000 (UTC)

 Author: wg
 Date: Sat Nov  9 13:45:42 2013
 New Revision: 333291
 URL: http://svnweb.freebsd.org/changeset/ports/333291
 
 Log:
   archivers/lzip: fix links and update to 1.15
   
   - Links for 1.14 were bad, fix it by updating to 1.15
   - Allow staging [1]
   
   PR:		ports/183073, ports/183540
   Submitted by:	David Newman <dnewman networktest.com>, delphij, wg [1]
   Approved by:	maintainer (timeout)
 
 Modified:
   head/archivers/lzip/Makefile
   head/archivers/lzip/distinfo
 
 Modified: head/archivers/lzip/Makefile
 ==============================================================================
 --- head/archivers/lzip/Makefile	Sat Nov  9 13:34:00 2013	(r333290)
 +++ head/archivers/lzip/Makefile	Sat Nov  9 13:45:42 2013	(r333291)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	lzip
 -PORTVERSION=	1.14
 +PORTVERSION=	1.15
  CATEGORIES=	archivers
  MASTER_SITES=	SAVANNAH/lzip LOCAL/marino
  
 @@ -11,14 +11,13 @@ COMMENT=	Lossless data compressor based 
  
  LICENSE=	GPLv3
  
 -PLIST_FILES=	bin/lzip
 +PLIST_FILES=	bin/lzip \
 +		man/man1/lzip.1.gz
  
 -NO_STAGE=	yes
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS=	CXX="${CXX}" \
  		CXXFLAGS="${CXXFLAGS}" \
  		LDFLAGS="${LDFLAGS}"
 -MAN1=		lzip.1
  INFO=		lzip
  
  .include <bsd.port.mk>
 
 Modified: head/archivers/lzip/distinfo
 ==============================================================================
 --- head/archivers/lzip/distinfo	Sat Nov  9 13:34:00 2013	(r333290)
 +++ head/archivers/lzip/distinfo	Sat Nov  9 13:45:42 2013	(r333291)
 @@ -1,4 +1,2 @@
 -SHA256 (lzip-1.14.tar.gz) = 7ff5cc521560edb2a0a6cdf258cf3afdaeb1dbcc354d96d011d0dd7ec584cbe7
 -SIZE (lzip-1.14.tar.gz) = 80699
 -SHA256 (lzip-1.14.tar.lz) = 8f3b932f88fd8d88653f46e2e35e6967ea0e136e200b368ffb7dc0cb43f17f98
 -SIZE (lzip-1.14.tar.lz) = 60597
 +SHA256 (lzip-1.15.tar.gz) = 7cd3fcda68fc9900efcf7784313e3bdd1303fef1a0546db9723f5e5564dd05b6
 +SIZE (lzip-1.15.tar.gz) = 97409
 _______________________________________________
 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"
 
>Unformatted:
