From az@inec.ru  Thu Sep 15 12:00:00 2005
Return-Path: <az@inec.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EF56B16A41F
	for <freebsd-gnats-submit@freebsd.org>; Thu, 15 Sep 2005 11:59:59 +0000 (GMT)
	(envelope-from az@inec.ru)
Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0C543D46
	for <freebsd-gnats-submit@freebsd.org>; Thu, 15 Sep 2005 11:59:58 +0000 (GMT)
	(envelope-from az@inec.ru)
Received: from waterwall.inec.ru (root@localhost)
  by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j8FC2qMV017155
    for <freebsd-gnats-submit@freebsd.org>; Thu, 15 Sep 2005 16:02:52 +0400 (MSD)
Received: from az.inec.ru (msproxyoutif.intermediate.org [10.0.0.2])
  by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j8FC2qZw017150
    for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Sep 2005 16:02:52 +0400 (MSD)
Received: from az by az.inec.ru with local (Exim 4.51 (FreeBSD))
	id 1EFsPH-000DV9-97
	for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Sep 2005 15:59:59 +0400
Message-Id: <E1EFsPH-000DV9-97@az.inec.ru>
Date: Thu, 15 Sep 2005 15:59:59 +0400
From: Andrej Zverev <az@inec.ru>
Reply-To: Andrej Zverev <az@inec.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] comms/aldo to 0.6.11
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         86153
>Category:       ports
>Synopsis:       [update] comms/aldo to 0.6.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sem
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 15 12:00:40 GMT 2005
>Closed-Date:    Tue Sep 27 11:09:07 GMT 2005
>Last-Modified:  Tue Sep 27 11:09:07 GMT 2005
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	1. Master site changed
	2. Update to new version

	Removed files:
	files/patch-Makefile
	files/patch-libmenus::dialog.h
	
>How-To-Repeat:
	
>Fix:

	

--- aldo.diff begins here ---
diff -Nru aldo.orig/Makefile aldo/Makefile
--- aldo.orig/Makefile	Thu Sep 30 09:31:50 2004
+++ aldo/Makefile	Thu Sep 15 15:54:59 2005
@@ -6,19 +6,22 @@
 #
 
 PORTNAME=	aldo
-PORTVERSION=	0.6.3
+PORTVERSION=	0.6.11
 CATEGORIES=	comms
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	lambert@lambertfam.org
 COMMENT=	Morse code training program
 
 USE_BZIP2=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_GMAKE=	yes
 MAKE_ENV=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
 
 PLIST_FILES=	bin/aldo
+MAN1=	aldo.1
 
 .include <bsd.port.pre.mk>
 
@@ -28,6 +31,7 @@
 .endif
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/aldo ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/aldo.1 ${MANPREFIX}/man/man1
 
 .include <bsd.port.post.mk>
diff -Nru aldo.orig/distinfo aldo/distinfo
--- aldo.orig/distinfo	Tue Mar 30 01:29:34 2004
+++ aldo/distinfo	Thu Sep 15 15:20:24 2005
@@ -1,2 +1,2 @@
-MD5 (aldo-0.6.3.tar.bz2) = 7548bed9282f4581858648236a9ac5e0
-SIZE (aldo-0.6.3.tar.bz2) = 18748
+MD5 (aldo-0.6.11.tar.bz2) = dca6ffb12ff1bf16197593448dcc74aa
+SIZE (aldo-0.6.11.tar.bz2) = 87273
diff -Nru aldo.orig/files/patch-Makefile aldo/files/patch-Makefile
--- aldo.orig/files/patch-Makefile	Fri May 28 12:23:11 2004
+++ aldo/files/patch-Makefile	Thu Jan  1 03:00:00 1970
@@ -1,9 +0,0 @@
---- Makefile.orig	Sun May  9 22:32:36 2004
-+++ Makefile	Sun May  9 22:32:49 2004
-@@ -1,5 +1,5 @@
- #MARCH=-march=athlon-tbird
--CXXFLAGS=-ansi -pedantic -Wall -O3
-+CXXFLAGS?=-ansi -pedantic -Wall -O3
- includedir = $(CURDIR)/include
- CXXFLAGS+= -I$(includedir)
- 
diff -Nru aldo.orig/files/patch-libmenus::dialog.h aldo/files/patch-libmenus::dialog.h
--- aldo.orig/files/patch-libmenus::dialog.h	Sat Sep 18 12:17:56 2004
+++ aldo/files/patch-libmenus::dialog.h	Thu Jan  1 03:00:00 1970
@@ -1,19 +0,0 @@
---- libmenus/dialog.h.orig	Fri Oct  3 00:23:55 2003
-+++ libmenus/dialog.h	Fri Sep 17 18:44:10 2004
-@@ -24,6 +24,7 @@
-  *                                                                         *
-  ***************************************************************************/
- 
-+#include <iostream>
- #include <string>
- #include <vector>
- 
-@@ -121,7 +122,7 @@
-     unsigned int choice = 0;
-     do
-     {
--	std::cout<<endl<<m_prompt;
-+	std::cout<<std::endl<<m_prompt;
- 
- 	std::string trash;
- 	std::cin>>trash;
diff -Nru aldo.orig/pkg-descr aldo/pkg-descr
--- aldo.orig/pkg-descr	Tue Mar 30 01:29:34 2004
+++ aldo/pkg-descr	Thu Sep 15 15:21:59 2005
@@ -2,4 +2,4 @@
 exercises: Classic exercise, the Koch method, Callsign exercise, and
 exercises read from files.
 
-WWW: http://sourceforge.net/projects/aldo
+WWW: http://www.nongnu.org/aldo/
--- aldo.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: sem 
State-Changed-When: Thu Sep 15 12:13:48 GMT 2005 
State-Changed-Why:  
Wait for maintainer approval 

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

From: Sergey Matveychuk <sem@FreeBSD.org>
To: bug-followup@FreeBSD.org,  lambert@lambertfam.org
Cc:  
Subject: Re: ports/86153: [update] comms/aldo to 0.6.11
Date: Thu, 15 Sep 2005 16:13:31 +0400

 Dear maintainer!
 
 Please take the PR into account.
 -- 
 Sem.
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Mon Sep 19 17:43:55 GMT 2005 
Responsible-Changed-Why:  
I will take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86153 
Responsible-Changed-From-To: garga->sem 
Responsible-Changed-By: garga 
Responsible-Changed-When: Mon Sep 19 17:57:21 GMT 2005 
Responsible-Changed-Why:  
Give back this stoled PR. Sorry. 

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

From: Renato Botelho <garga@FreeBSD.org>
To: lambert@lambertfam.org
Cc: bug-followup@FreeBSD.org, az@inec.ru
Subject: Re: ports/86153: [update] comms/aldo to 0.6.11
Date: Mon, 19 Sep 2005 14:52:24 -0300

 Dear maintainer of FreeBSD port comms/aldo. Please, take a look here:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/86153
 
 Do you approve this patch?
 -- 
 Renato Botelho <garga @ FreeBSD.org>
                <freebsd @ galle.com.br>
 GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc
 
 Always borrow money from a pessimist; he doesn't expect to be paid
 back.
State-Changed-From-To: feedback->closed 
State-Changed-By: garga 
State-Changed-When: Tue Sep 27 11:09:06 GMT 2005 
State-Changed-Why:  
Committed. Thanks! 

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