Index: head/comms/aldo/files/patch-Makefile =================================================================== --- head/comms/aldo/files/patch-Makefile (revision 143620) +++ head/comms/aldo/files/patch-Makefile (nonexistent) @@ -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) - Property changes on: head/comms/aldo/files/patch-Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/comms/aldo/files/patch-libmenus::dialog.h =================================================================== --- head/comms/aldo/files/patch-libmenus::dialog.h (revision 143620) +++ head/comms/aldo/files/patch-libmenus::dialog.h (nonexistent) @@ -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 - #include - #include - -@@ -121,7 +122,7 @@ - unsigned int choice = 0; - do - { -- std::cout<>trash; Property changes on: head/comms/aldo/files/patch-libmenus::dialog.h ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/comms/aldo/Makefile =================================================================== --- head/comms/aldo/Makefile (revision 143620) +++ head/comms/aldo/Makefile (revision 143621) @@ -1,33 +1,37 @@ # New ports collection makefile for: aldo # Date created: 16 March 2004 # Whom: lambert@lambertfam.org # # $FreeBSD$ # 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 .if ${OSVERSION} < 500000 USE_GCC= 3.4 MAKE_ENV+= CXX="${CXX}" .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 Property changes on: head/comms/aldo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/comms/aldo/distinfo =================================================================== --- head/comms/aldo/distinfo (revision 143620) +++ head/comms/aldo/distinfo (revision 143621) @@ -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 Property changes on: head/comms/aldo/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/comms/aldo/pkg-descr =================================================================== --- head/comms/aldo/pkg-descr (revision 143620) +++ head/comms/aldo/pkg-descr (revision 143621) @@ -1,5 +1,5 @@ Aldo is a Morse code tutor. At the moment it has four kinds of 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/ Property changes on: head/comms/aldo/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property