diff options
author | garga <garga@FreeBSD.org> | 2005-09-27 19:08:41 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-27 19:08:41 +0800 |
commit | 78de7ee638531fd4c4ecbac77f80bf044d97d32e (patch) | |
tree | 854002f980edb7a575062d24d4301fb35f921edc /comms/aldo | |
parent | c56b88ec313c7a525dfc9a4d547dd34ce94c2e31 (diff) | |
download | freebsd-ports-gnome-78de7ee638531fd4c4ecbac77f80bf044d97d32e.tar.gz freebsd-ports-gnome-78de7ee638531fd4c4ecbac77f80bf044d97d32e.tar.zst freebsd-ports-gnome-78de7ee638531fd4c4ecbac77f80bf044d97d32e.zip |
- Update to 0.6.11
- Change MASTER_SITES and WWW to new ones
PR: ports/86153
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: maintainer
Diffstat (limited to 'comms/aldo')
-rw-r--r-- | comms/aldo/Makefile | 10 | ||||
-rw-r--r-- | comms/aldo/distinfo | 4 | ||||
-rw-r--r-- | comms/aldo/files/patch-Makefile | 9 | ||||
-rw-r--r-- | comms/aldo/files/patch-libmenus::dialog.h | 19 | ||||
-rw-r--r-- | comms/aldo/pkg-descr | 2 |
5 files changed, 10 insertions, 34 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index eba57631f239..f3c4104e3e46 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -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 @@ 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 <bsd.port.post.mk> diff --git a/comms/aldo/distinfo b/comms/aldo/distinfo index 7041ccd70fca..8b28a5493662 100644 --- a/comms/aldo/distinfo +++ b/comms/aldo/distinfo @@ -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 --git a/comms/aldo/files/patch-Makefile b/comms/aldo/files/patch-Makefile deleted file mode 100644 index afda28787a82..000000000000 --- a/comms/aldo/files/patch-Makefile +++ /dev/null @@ -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 --git a/comms/aldo/files/patch-libmenus::dialog.h b/comms/aldo/files/patch-libmenus::dialog.h deleted file mode 100644 index afd5556bc3c2..000000000000 --- a/comms/aldo/files/patch-libmenus::dialog.h +++ /dev/null @@ -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 --git a/comms/aldo/pkg-descr b/comms/aldo/pkg-descr index ddc6573e726a..b742283bdd1e 100644 --- a/comms/aldo/pkg-descr +++ b/comms/aldo/pkg-descr @@ -2,4 +2,4 @@ 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/ |