From tkato432@yahoo.com  Thu May 17 18:02:29 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C64BF1065673
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 17 May 2012 18:02:14 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id 9A7AF8FC1C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 17 May 2012 18:02:14 +0000 (UTC)
Received: from localhost.localdomain (ZT028208.ppp.dion.ne.jp [59.128.28.208])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id EAC014AC036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 18 May 2012 03:02:12 +0900 (JST)
Message-Id: <20120518024631.34a40e80.tkato432@yahoo.com>
Date: Fri, 18 May 2012 02:46:31 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: net/latd: Update to version 1.29

>Number:         168043
>Category:       ports
>Synopsis:       net/latd: Update to version 1.29
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 17 18:10:08 UTC 2012
>Closed-Date:    Tue May 22 15:24:42 UTC 2012
>Last-Modified:  Tue May 22 15:30:02 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 1.29

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/latd/Makefile net/latd/Makefile
--- /usr/ports/net/latd/Makefile	2012-04-11 04:01:48.000000000 +0900
+++ net/latd/Makefile	2012-05-03 22:39:17.000000000 +0900
@@ -6,26 +6,28 @@
 #
 
 PORTNAME=	latd
-PORTVERSION=	1.25
+PORTVERSION=	1.29
 CATEGORIES=	net
 MASTER_SITES=	SF/linux-decnet/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The linux-decnet project LAT protocol suite
 
-WRKSRC=		${WRKDIR}/${DISTNAME}
+LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-CFLAGS+=	-Wno-deprecated
+MAKE_JOBS_SAFE=	yes
 
 MAN1=		llogin.1
 MAN5=		latd.conf.5
 MAN8=		latd.8 latcp.8 moprc.8
+PLIST_FILES=	bin/llogin etc/latd.conf.sample sbin/latcp sbin/latd sbin/moprc
 
-.include <bsd.port.pre.mk>
+post-extract:
+	@${CHMOD} ${BINMODE} ${WRKSRC}/install-sh
 
-.if ${OSVERSION} > 900007
-BROKEN=		fails to build with new utmpx
-.endif
+post-patch:
+	@${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} ${REINPLACE_CMD} -e \
+		'/<utmp.h>/s|^|// |'
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/net/latd/distinfo net/latd/distinfo
--- /usr/ports/net/latd/distinfo	2011-03-20 21:51:37.000000000 +0900
+++ net/latd/distinfo	2012-05-03 22:19:36.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (latd-1.25.tar.gz) = c963afd31e65a5de6139fbbf4b188a04b9f7db711804a23890812a1546551e04
-SIZE (latd-1.25.tar.gz) = 207959
+SHA256 (latd-1.29.tar.gz) = a7d604c66aaa8f366930ae8745e126d61f3472eb31f7d8d68fa64c77d77bb368
+SIZE (latd-1.29.tar.gz) = 214715
diff -urN /usr/ports/net/latd/pkg-plist net/latd/pkg-plist
--- /usr/ports/net/latd/pkg-plist	2003-12-24 07:43:07.000000000 +0900
+++ net/latd/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,5 +0,0 @@
-sbin/latd
-sbin/latcp
-sbin/moprc
-bin/llogin
-etc/latd.conf.sample
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu May 17 18:12:17 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168043 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue May 22 15:24:41 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168043: commit references a PR
Date: Tue, 22 May 2012 15:25:06 +0000 (UTC)

 miwi        2012-05-22 15:24:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/latd             Makefile distinfo 
   Removed files:
     net/latd             pkg-plist 
   Log:
   - Update to version 1.29
   
   PR:             168043
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.13      +10 -8     ports/net/latd/Makefile
   1.9       +2 -2      ports/net/latd/distinfo
   1.2       +0 -5      ports/net/latd/pkg-plist (dead)
 _______________________________________________
 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:
