From tijl@kalimero.kotnet.org  Tue May 30 15:10:49 2006
Return-Path: <tijl@kalimero.kotnet.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AFDD016A6EE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 May 2006 15:10:49 +0000 (UTC)
	(envelope-from tijl@kalimero.kotnet.org)
Received: from thumbler.kulnet.kuleuven.ac.be (thumbler.kulnet.kuleuven.ac.be [134.58.240.45])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0380743D55
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 May 2006 15:10:48 +0000 (GMT)
	(envelope-from tijl@kalimero.kotnet.org)
Received: from localhost (localhost [127.0.0.1])
	by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 6B0F7138146
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 May 2006 17:10:47 +0200 (CEST)
Received: from smtp02.kuleuven.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72])
	by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 6D4DE137DDC
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 May 2006 17:10:46 +0200 (CEST)
Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.42.180])
	by smtp02.kuleuven.be (Postfix) with ESMTP id 808472CAA36
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 May 2006 17:10:45 +0200 (CEST)
Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1])
	by kalimero.kotnet.org (8.13.6/8.13.6) with ESMTP id k4UFAhOX025440
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 May 2006 17:10:44 +0200 (CEST)
	(envelope-from tijl@kalimero.kotnet.org)
Received: (from root@localhost)
	by kalimero.kotnet.org (8.13.6/8.13.6/Submit) id k4UFAhRr025439;
	Tue, 30 May 2006 17:10:43 +0200 (CEST)
	(envelope-from tijl)
Message-Id: <200605301510.k4UFAhRr025439@kalimero.kotnet.org>
Date: Tue, 30 May 2006 17:10:43 +0200 (CEST)
From: Tijl Coosemans <tijl@ulyssis.org>
Reply-To: Tijl Coosemans <tijl@ulyssis.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] devel/gputils: version 0.13.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98156
>Category:       ports
>Synopsis:       [update] devel/gputils: version 0.13.3
>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:   Tue May 30 15:20:14 GMT 2006
>Closed-Date:    Tue May 30 16:04:15 GMT 2006
>Last-Modified:  Tue May 30 16:04:15 GMT 2006
>Originator:     Tijl Coosemans
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD kalimero.kotnet.org 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri May 26 19:00:51 CEST 2006 tijl@kalimero.kotnet.org:/usr/obj/usr/src/sys/KALIMERO i386
>Description:
* Update to version 0.13.3
* This port is currently unmaintained. I wouldn't mind taking
  maintainership because this port is a dependency of another port of
  mine.
>How-To-Repeat:
>Fix:

In addition to the following patch, the entire files/ directory
can be removed.

--- gputils.patch begins here ---
diff -urN gputils.orig/Makefile gputils/Makefile
--- gputils.orig/Makefile	Tue May 30 16:37:29 2006
+++ gputils/Makefile	Tue May 30 16:55:27 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gputils
-PORTVERSION=	0.13.2
+PORTVERSION=	0.13.3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,6 +17,7 @@
 GNU_CONFIGURE=	yes
 
 MAN1=	gpasm.1 gpdasm.1 gplib.1 gplink.1 gpstrip.1 gputils.1 gpvc.1 gpvo.1
+MANLANG=	"" fr
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN gputils.orig/distinfo gputils/distinfo
--- gputils.orig/distinfo	Tue May 30 16:37:29 2006
+++ gputils/distinfo	Tue May 30 16:39:55 2006
@@ -1,3 +1,3 @@
-MD5 (gputils-0.13.2.tar.gz) = f50223db56e9b2bae7f7b2841ef5eda6
-SHA256 (gputils-0.13.2.tar.gz) = b4af12f0860bcbc3fbcca12f46fa627ac7129404f72d132e09decddd5cf0a4e8
-SIZE (gputils-0.13.2.tar.gz) = 1596474
+MD5 (gputils-0.13.3.tar.gz) = 9703abd149565d6f5e926dda15eef8c2
+SHA256 (gputils-0.13.3.tar.gz) = e633a6db182f7deb8b4f218efc234b13a27230c1141f73af54416033f1930db4
+SIZE (gputils-0.13.3.tar.gz) = 1604376
diff -urN gputils.orig/files/patch-man-Makefile.in gputils/files/patch-man-Makefile.in
--- gputils.orig/files/patch-man-Makefile.in	Tue May 30 16:37:29 2006
+++ gputils/files/patch-man-Makefile.in	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- man/Makefile.in.orig	Mon May 30 11:22:34 2005
-+++ man/Makefile.in	Mon May 30 11:22:53 2005
-@@ -160,7 +160,6 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--SUBDIRS = fr
- man_MANS = \
- 	gpasm.1 \
- 	gpdasm.1 \
--- gputils.patch ends here ---


>Release-Note:
>Audit-Trail:

From: Tijl Coosemans <tijl@ulyssis.org>
To: bug-followup@freebsd.org, tijl@ulyssis.org
Cc:  
Subject: Re: ports/98156: [update] devel/gputils: version 0.13.3
Date: Tue, 30 May 2006 17:57:52 +0200

 Sorry, I didn't expect there to be another PR: ports/98021.
 This is a duplicate.
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Tue May 30 16:03:46 UTC 2006 
State-Changed-Why:  
Duplicate of ports/98021. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98156 
>Unformatted:
