From matthias.andree@gmx.de  Tue May 27 13:28:51 2008
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EDFCF1065671
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 May 2008 13:28:51 +0000 (UTC)
	(envelope-from matthias.andree@gmx.de)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.freebsd.org (Postfix) with SMTP id 612248FC22
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 27 May 2008 13:28:51 +0000 (UTC)
	(envelope-from matthias.andree@gmx.de)
Received: (qmail invoked by alias); 27 May 2008 13:28:49 -0000
Received: from g227122216.adsl.alicedsl.de (EHLO m2a2.dyndns.org) [92.227.122.216]
  by mail.gmx.net (mp036) with SMTP; 27 May 2008 15:28:49 +0200
Received: from localhost (localhost [127.0.0.1])
	by merlin.emma.line.org (Postfix) with ESMTP id 8CA592005C3;
	Tue, 27 May 2008 15:28:48 +0200 (CEST)
Received: from m2a2.dyndns.org ([127.0.0.1])
	by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id tHXUjqkIBME2; Tue, 27 May 2008 15:28:48 +0200 (CEST)
Received: from rho.emma.line.org (vpn-rho.emma.line.org [192.168.0.198])
	by merlin.emma.line.org (Postfix) with ESMTP id 0CEC0200503;
	Tue, 27 May 2008 15:28:46 +0200 (CEST)
Received: by rho.emma.line.org (Postfix, from userid 500)
	id B75525C98; Tue, 27 May 2008 15:28:45 +0200 (CEST)
Message-Id: <20080527132845.B75525C98@rho.emma.line.org>
Date: Tue, 27 May 2008 15:28:45 +0200 (CEST)
From: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] archivers/lzo2: update to 2.03
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         124033
>Category:       ports
>Synopsis:       [MAINTAINER] archivers/lzo2: update to 2.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 27 13:30:04 UTC 2008
>Closed-Date:    Fri May 30 15:39:35 UTC 2008
>Last-Modified:  Fri May 30 15:40:08 UTC 2008
>Originator:     Matthias Andree
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD rho.emma.line.org 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #5: Sat Apr 19 04:05:15 CEST 2008
>Description:
- Update to 2.03
- Run self-test as part of build.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lzo2-2.03.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/lzo2/Makefile /usr/home/emma/ports/archivers/lzo2/Makefile
--- /usr/ports/archivers/lzo2/Makefile	2008-04-19 19:46:09.000000000 +0200
+++ /usr/home/emma/ports/archivers/lzo2/Makefile	2008-05-27 15:28:10.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	lzo2
-PORTVERSION=	2.02
-PORTREVISION=	1
+PORTVERSION=	2.03
 CATEGORIES=	archivers devel
 MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/ \
 		http://fresh.t-systems-sfr.com/unix/src/misc/ \
@@ -19,11 +18,14 @@
 COMMENT=	Portable speedy, lossless data compression library
 
 USE_AUTOTOOLS=	libtool:15
-GNU_CONFIGURE=  yes
+GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--enable-shared
 USE_LDCONFIG=	yes
 
+post-build:
+	cd ${WRKSRC} && ${MAKE} test
+
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
diff -ruN --exclude=CVS /usr/ports/archivers/lzo2/distinfo /usr/home/emma/ports/archivers/lzo2/distinfo
--- /usr/ports/archivers/lzo2/distinfo	2006-01-22 07:58:27.000000000 +0100
+++ /usr/home/emma/ports/archivers/lzo2/distinfo	2008-05-27 15:14:44.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (lzo-2.02.tar.gz) = 6760e5819f4238328709bf93bf10071c
-SHA256 (lzo-2.02.tar.gz) = a2fbecb4dd7c1dab498e3d8b5a0e574e6b8be09c63329b0d29c6fa9adb4a2fc5
-SIZE (lzo-2.02.tar.gz) = 599387
+MD5 (lzo-2.03.tar.gz) = 0c3d078c2e8ea5a88971089a2f02a726
+SHA256 (lzo-2.03.tar.gz) = 8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591
+SIZE (lzo-2.03.tar.gz) = 626042
--- lzo2-2.03.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri May 30 15:39:34 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124033: commit references a PR
Date: Fri, 30 May 2008 15:39:43 +0000 (UTC)

 miwi        2008-05-30 15:39:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/lzo2       Makefile distinfo 
   Log:
   - Update to 2.03
   
   PR:             124033
   Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
   
   Revision  Changes    Path
   1.41      +5 -3      ports/archivers/lzo2/Makefile
   1.12      +3 -3      ports/archivers/lzo2/distinfo
 _______________________________________________
 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:
