ports/86153: [update] comms/aldo to 0.6.11

Andrej Zverev az at inec.ru
Thu Sep 15 12:00:42 UTC 2005


>Number:         86153
>Category:       ports
>Synopsis:       [update] comms/aldo to 0.6.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 15 12:00:40 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list