From xors@mne.ru  Sat Aug  4 22:26:10 2007
Return-Path: <xors@mne.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 32FFB16A417
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Aug 2007 22:26:10 +0000 (UTC)
	(envelope-from xors@mne.ru)
Received: from softel.ru (mail.softel.ru [217.25.84.28])
	by mx1.freebsd.org (Postfix) with ESMTP id BEF9913C45D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Aug 2007 22:26:09 +0000 (UTC)
	(envelope-from xors@mne.ru)
Received: from pg.org ([217.25.92.202])
	by softel.ru (8.12.10/8.12.10/check_local-5) with ESMTP id l74MQ8Mj015684
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 5 Aug 2007 02:26:08 +0400
Received: from xors.pg.org (localhost.pg.org [127.0.0.1])
	by pg.org (8.14.1/8.14.1) with ESMTP id l74MQ89B007774
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 5 Aug 2007 02:26:08 +0400 (MSD)
	(envelope-from xors@xors.pg.org)
Received: (from xors@localhost)
	by xors.pg.org (8.14.1/8.14.1/Submit) id l74MQ8i5007616;
	Sun, 5 Aug 2007 02:26:08 +0400 (MSD)
	(envelope-from xors)
Message-Id: <200708042226.l74MQ8i5007616@xors.pg.org>
Date: Sun, 5 Aug 2007 02:26:08 +0400 (MSD)
From: Maxim Samsonov <xors@mne.ru>
Reply-To: Maxim Samsonov <xors@mne.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UPDATE]: archivers/xar Update to new release, 1.5.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: CPE1704TKS@bellsouth.net

>Number:         115204
>Category:       ports
>Synopsis:       [UPDATE]: archivers/xar Update to new release, 1.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 04 22:30:07 GMT 2007
>Closed-Date:    Sun Sep 09 09:06:42 GMT 2007
>Last-Modified:  Sun Sep  9 09:10:07 GMT 2007
>Originator:     Maxim Samsonov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
>Description:
Update xar to new release, 1.5.1
>How-To-Repeat:
>Fix:
--- xar.diff begins here ---
diff -urN xar.orig/Makefile xar/Makefile
--- xar.orig/Makefile	2007-04-16 08:23:32.000000000 +0400
+++ xar/Makefile	2007-08-04 16:46:00.000000000 +0400
@@ -6,19 +6,15 @@
 #
 
 PORTNAME=	xar
-DISTVERSION=	1.4
-PORTREVISION=	1
+DISTVERSION=	1.5.1
 CATEGORIES=	archivers
-MASTER_SITES=	http://www.opendarwin.org/projects/xar/ \
-		http://distfiles-msn.opendarwin.org/ \
-		http://distfiles-od.opendarwin.org/ \
-		http://distfiles.opendarwin.org/
+MASTER_SITES=	http://xar.googlecode.com/files/ \
+		${MASTER_SITE_GENTOO}
+MASTER_SITE_SUBDIR=	distfiles
 
 MAINTAINER=	CPE1704TKS@bellsouth.net
 COMMENT=	OpenDarwin XML eXtensible ARchiver
 
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
-
 INSTALLS_SHLIB=	yes
 
 USE_GNOME=	libxml2
diff -urN xar.orig/distinfo xar/distinfo
--- xar.orig/distinfo	2006-04-15 19:50:56.000000000 +0400
+++ xar/distinfo	2007-08-04 16:46:00.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (xar-1.4.tar.gz) = 7f3976664a426911eab93cdf367894bc
-SHA256 (xar-1.4.tar.gz) = 08a9670e19c59365971991b3031ac49fc45b6ea597d7e7a6197b56f6d4bfc6e7
-SIZE (xar-1.4.tar.gz) = 117083
+MD5 (xar-1.5.1.tar.gz) = c24e4a3958b90e6cce162e60e8e43761
+SHA256 (xar-1.5.1.tar.gz) = 1e3ac7af4b8ef23ec0889debe405e44ae88266e43ae271aa2177ddd9a72d6a67
+SIZE (xar-1.5.1.tar.gz) = 136623
diff -urN xar.orig/files/patch-include_xar.h.in xar/files/patch-include_xar.h.in
--- xar.orig/files/patch-include_xar.h.in	2006-04-15 19:50:56.000000000 +0400
+++ xar/files/patch-include_xar.h.in	2007-08-04 16:46:00.000000000 +0400
@@ -1,10 +1,10 @@
---- include/xar.h.in.orig	Tue Jan 24 02:14:31 2006
-+++ include/xar.h.in	Tue Jan 24 02:14:45 2006
-@@ -36,6 +36,7 @@
+--- include/xar.h.in.orig	2007-06-10 19:02:34.000000000 +0400
++++ include/xar.h.in	2007-07-26 12:11:19.000000000 +0400
+@@ -40,6 +40,7 @@
  
  #define XAR_VERSION "@XAR_VERSION@"
  
 +#include <limits.h>
  #include <sys/types.h>
  #include <stdint.h>
- 
+ #include <sys/stat.h>
diff -urN xar.orig/pkg-descr xar/pkg-descr
--- xar.orig/pkg-descr	2006-01-25 19:55:09.000000000 +0300
+++ xar/pkg-descr	2007-08-04 16:46:00.000000000 +0400
@@ -8,4 +8,4 @@
 both compressed  and uncompressed form, and the ability to query the 
 table of content's rich meta-data.
 
-WWW: http://www.opendarwin.org/projects/xar/
+WWW: http://code.google.com/p/xar/
--- xar.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 4 22:30:48 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115204 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Sep 9 09:06:40 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115204: commit references a PR
Date: Sun,  9 Sep 2007 09:06:24 +0000 (UTC)

 miwi        2007-09-09 09:06:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/xar        Makefile distinfo pkg-descr 
     archivers/xar/files  patch-include_xar.h.in 
   Log:
   - Update to 1.5.1
   
   PR:             115204
   Submitted by:   Maxim Samsonov <xors@mne.ru>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.5       +5 -9      ports/archivers/xar/Makefile
   1.3       +3 -3      ports/archivers/xar/distinfo
   1.3       +4 -4      ports/archivers/xar/files/patch-include_xar.h.in
   1.2       +1 -1      ports/archivers/xar/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
