From pi@f10.opsec.eu  Sat Oct 19 18:04:24 2013
Return-Path: <pi@f10.opsec.eu>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 7806EAEE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Oct 2013 18:04:24 +0000 (UTC)
	(envelope-from pi@f10.opsec.eu)
Received: from f10.opsec.eu (f10.opsec.eu [IPv6:2001:14f8:200:4::2])
	(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 38D8828DF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Oct 2013 18:04:24 +0000 (UTC)
Received: from pi by f10.opsec.eu with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <pi@f10.opsec.eu>)
	id 1VXast-000Iv6-TZ; Sat, 19 Oct 2013 20:04:19 +0200
Message-Id: <E1VXast-000Iv6-TZ@f10.opsec.eu>
Date: Sat, 19 Oct 2013 20:04:19 +0200
From: Kurt Jaeger <fbsd-ports@opsec.eu>
Reply-To: Kurt Jaeger <fbsd-ports@opsec.eu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lemke@lemke-it.com
Subject: [patch update] devel/lfcbase 1.5.7 -> 1.5.8, staging
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         183109
>Category:       ports
>Synopsis:       [patch update] devel/lfcbase 1.5.7 -> 1.5.8, staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    antoine
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 19 18:10:00 UTC 2013
>Closed-Date:    Sat Oct 26 09:07:01 UTC 2013
>Last-Modified:  Sat Oct 26 09:10:00 UTC 2013
>Originator:     Kurt Jaeger
>Release:        FreeBSD 10.0-BETA1 amd64
>Organization:
-
>Environment:
System: FreeBSD f10.opsec.eu 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 22:55:05 CEST 2013 pi@f10.opsec.eu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	Update to 1.5.8, staging support

>How-To-Repeat:
	-
>Fix:

diff -r -u -N devel/lfcbase/Makefile /usr/home/pi/myp/devel/lfcbase/Makefile
--- devel/lfcbase/Makefile	2013-10-01 21:06:25.000000000 +0200
+++ /usr/home/pi/myp/devel/lfcbase/Makefile	2013-10-19 20:01:47.000000000 +0200
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/lfcbase/Makefile 327724 2013-09-20 17:13:42Z bapt $
 
 PORTNAME=	lfcbase
-PORTVERSION=	1.5.7
+PORTVERSION=	1.5.8
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 
@@ -15,7 +15,6 @@
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf:env
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
 
diff -r -u -N devel/lfcbase/distinfo /usr/home/pi/myp/devel/lfcbase/distinfo
--- devel/lfcbase/distinfo	2013-10-01 21:06:25.000000000 +0200
+++ /usr/home/pi/myp/devel/lfcbase/distinfo	2013-10-19 20:01:58.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (lfcbase-1.5.7.tar.gz) = 011e326e089e2001275935e7ce4574e1452cbf529d2b896d4a54d577f67428f7
-SIZE (lfcbase-1.5.7.tar.gz) = 468629
+SHA256 (lfcbase-1.5.8.tar.gz) = 3adea6cd01cc6b8257afda4e1a679b7bac94537d8e345062e5aff35cd0de7c89
+SIZE (lfcbase-1.5.8.tar.gz) = 468669

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->antoine 
Responsible-Changed-By: antoine 
Responsible-Changed-When: Sat Oct 26 08:53:47 UTC 2013 
Responsible-Changed-Why:  
take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183109 
State-Changed-From-To: open->closed 
State-Changed-By: antoine 
State-Changed-When: Sat Oct 26 09:05:44 UTC 2013 
State-Changed-Why:  
Patch committed, thanks! 
In future updates, you may consider removing the autoconf dependency (it seems to build fine without it) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183109: commit references a PR
Date: Sat, 26 Oct 2013 09:01:59 +0000 (UTC)

 Author: antoine
 Date: Sat Oct 26 09:01:51 2013
 New Revision: 331665
 URL: http://svnweb.freebsd.org/changeset/ports/331665
 
 Log:
   - Update to 1.5.8
   - Convert to STAGEDIR
   
   PR:		ports/183109
   Submitted by:	Kurt Jaeger (maintainer)
 
 Modified:
   head/devel/lfcbase/Makefile
   head/devel/lfcbase/distinfo
 
 Modified: head/devel/lfcbase/Makefile
 ==============================================================================
 --- head/devel/lfcbase/Makefile	Sat Oct 26 09:01:23 2013	(r331664)
 +++ head/devel/lfcbase/Makefile	Sat Oct 26 09:01:51 2013	(r331665)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	lfcbase
 -PORTVERSION=	1.5.7
 +PORTVERSION=	1.5.8
  CATEGORIES=	devel
  MASTER_SITES=	http://www.lemke-it.com/
  
 @@ -15,7 +15,6 @@ GNU_CONFIGURE=	yes
  USE_LDCONFIG=	yes
  USE_AUTOTOOLS=	autoconf:env
  
 -NO_STAGE=	yes
  post-patch:
  	@${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
  
 
 Modified: head/devel/lfcbase/distinfo
 ==============================================================================
 --- head/devel/lfcbase/distinfo	Sat Oct 26 09:01:23 2013	(r331664)
 +++ head/devel/lfcbase/distinfo	Sat Oct 26 09:01:51 2013	(r331665)
 @@ -1,2 +1,2 @@
 -SHA256 (lfcbase-1.5.7.tar.gz) = 011e326e089e2001275935e7ce4574e1452cbf529d2b896d4a54d577f67428f7
 -SIZE (lfcbase-1.5.7.tar.gz) = 468629
 +SHA256 (lfcbase-1.5.8.tar.gz) = 3adea6cd01cc6b8257afda4e1a679b7bac94537d8e345062e5aff35cd0de7c89
 +SIZE (lfcbase-1.5.8.tar.gz) = 468669
 _______________________________________________
 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:
