FreeBSD Bugzilla – Attachment 255365 Details for
Bug 282898
comms/aldo: update 0.7.7 → 0.7.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] comms/aldo: update 0.7.7 → 0.7.8
0001-comms-aldo-update-0.7.7-0.7.8.patch (text/plain), 5.13 KB, created by
Älven
on 2024-11-21 20:58:32 UTC
(
hide
)
Description:
[PATCH] comms/aldo: update 0.7.7 → 0.7.8
Filename:
MIME Type:
Creator:
Älven
Created:
2024-11-21 20:58:32 UTC
Size:
5.13 KB
patch
obsolete
>From 3b0f7d686fdf0102babf3ef1f9f20c63ace092e8 Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Fri, 22 Nov 2024 00:52:23 +0400 >Subject: [PATCH] comms/aldo: update 0.7.7 â 0.7.8 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >--- > comms/aldo/Makefile | 15 +++++++-------- > comms/aldo/distinfo | 6 +++--- > comms/aldo/files/patch-VERSION | 6 ++++++ > comms/aldo/files/patch-configure | 12 ------------ > comms/aldo/files/patch-configure.ac | 18 ++++++++++++++++++ > comms/aldo/files/patch-include_Makefile.in | 11 ----------- > comms/aldo/pkg-descr | 17 ++++++++++++++--- > 7 files changed, 48 insertions(+), 37 deletions(-) > create mode 100644 comms/aldo/files/patch-VERSION > delete mode 100644 comms/aldo/files/patch-configure > create mode 100644 comms/aldo/files/patch-configure.ac > delete mode 100644 comms/aldo/files/patch-include_Makefile.in > >diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile >index a2d31cc0f4a9..3464fcdd723f 100644 >--- a/comms/aldo/Makefile >+++ b/comms/aldo/Makefile >@@ -1,21 +1,20 @@ > PORTNAME= aldo >-DISTVERSION= 0.7.7 >-PORTREVISION= 4 >+DISTVERSION= 0.7.8 > CATEGORIES= comms hamradio >-MASTER_SITES= SAVANNAH >+MASTER_SITES= https://git.savannah.nongnu.org/cgit/${PORTNAME}.git/snapshot/ > > MAINTAINER= lambert@lambertfam.org > COMMENT= Morse code training program >-WWW= https://www.nongnu.org/aldo/ >+WWW= https://www.nongnu.org/aldo/ \ >+ https://savannah.nongnu.org/projects/aldo/ > >-LICENSE= GPLv3 >-LICENSE_FILE= ${WRKSRC}/COPYING >+LICENSE= GPLv2+ > > LIB_DEPENDS= libao.so:audio/libao > >-USES= compiler:c++0x gmake localbase tar:bzip2 >+USES= autoreconf compiler:c++0x localbase >+ > GNU_CONFIGURE= yes >-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share > > PLIST_FILES= bin/aldo \ > share/man/man1/aldo.1.gz >diff --git a/comms/aldo/distinfo b/comms/aldo/distinfo >index c3513c6750b3..3b12cd5cd4d0 100644 >--- a/comms/aldo/distinfo >+++ b/comms/aldo/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1521837318 >-SHA256 (aldo-0.7.7.tar.bz2) = f1b8849d09267fff3c1f5122097d90fec261291f51b1e075f37fad8f1b7d9f92 >-SIZE (aldo-0.7.7.tar.bz2) = 112000 >+TIMESTAMP = 1732219968 >+SHA256 (aldo-0.7.8.tar.gz) = 2c1dca89e4b3fe6b71c9f75d65576ff314b1528fdf94aca84dc5ff7ade77552a >+SIZE (aldo-0.7.8.tar.gz) = 34628 >diff --git a/comms/aldo/files/patch-VERSION b/comms/aldo/files/patch-VERSION >new file mode 100644 >index 000000000000..0a22ab2f1da9 >--- /dev/null >+++ b/comms/aldo/files/patch-VERSION >@@ -0,0 +1,6 @@ >+--- VERSION.orig 2013-07-16 10:33:43 UTC >++++ VERSION >+@@ -1,2 +1 @@ >+-0.7.7 >+- >++0.7.8 >diff --git a/comms/aldo/files/patch-configure b/comms/aldo/files/patch-configure >deleted file mode 100644 >index ecac41752b54..000000000000 >--- a/comms/aldo/files/patch-configure >+++ /dev/null >@@ -1,12 +0,0 @@ >---- configure.orig 2012-03-31 11:55:36 UTC >-+++ configure >-@@ -2725,9 +2725,6 @@ am__tar='$${TAR-tar} chof - "$$tardir"' >- >- >- >--CPPFLAGS="-I${includedir}" >--LDFLAGS="-L${libdir}" >--LIBS="-L${libdir} ${LIBS}" >- >- # Checks for programs. >- ac_ext=cpp >diff --git a/comms/aldo/files/patch-configure.ac b/comms/aldo/files/patch-configure.ac >new file mode 100644 >index 000000000000..6ff235bbff00 >--- /dev/null >+++ b/comms/aldo/files/patch-configure.ac >@@ -0,0 +1,18 @@ >+--- configure.ac.orig 2024-11-21 20:44:10 UTC >++++ configure.ac >+@@ -2,14 +2,10 @@ AC_PREREQ([2.59]) >+ # Process this file with autoconf to produce a configure script. >+ >+ AC_PREREQ([2.59]) >+-AC_INIT([aldo], [0.7.7], [Giuseppe Martino denever@users.sf.net]) >++AC_INIT([aldo], [0.7.8], [Giuseppe Martino denever@users.sf.net]) >+ AC_CONFIG_AUX_DIR(config) >+ AC_CONFIG_HEADER([config.h]) >+ AM_INIT_AUTOMAKE([dist-bzip2]) >+- >+-CPPFLAGS="-I${includedir}" >+-LDFLAGS="-L${libdir}" >+-LIBS="-L${libdir} ${LIBS}" >+ >+ # Checks for programs. >+ AC_PROG_CXX >diff --git a/comms/aldo/files/patch-include_Makefile.in b/comms/aldo/files/patch-include_Makefile.in >deleted file mode 100644 >index 370528edcfa7..000000000000 >--- a/comms/aldo/files/patch-include_Makefile.in >+++ /dev/null >@@ -1,11 +0,0 @@ >---- include/Makefile.in.orig 2012-03-31 11:55:36 UTC >-+++ include/Makefile.in >-@@ -105,7 +105,7 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ >- SET_MAKE = @SET_MAKE@ >- SHELL = @SHELL@ >- STRIP = @STRIP@ >--VERSION = @VERSION@ >-+VERSION = "@VERSION@" >- abs_builddir = @abs_builddir@ >- abs_srcdir = @abs_srcdir@ >- abs_top_builddir = @abs_top_builddir@ >diff --git a/comms/aldo/pkg-descr b/comms/aldo/pkg-descr >index 82c76de23900..b4bbcbfb3873 100644 >--- a/comms/aldo/pkg-descr >+++ b/comms/aldo/pkg-descr >@@ -1,3 +1,14 @@ >-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. >+Aldo is a Morse code tutor. >+ >+At this moment Aldo has four kinds of exercises: >+ >+1. Classic exercise: >+ With this exercise you must guess some random strings of characters >+ that Aldo plays in Morse code. >+2. Koch method. >+3. Read from file: >+ With this exercise you can write something in a text file >+ and read this file with Aldo. >+4. Call sign exercise: >+ With this exercise you can training yourself receiving random >+ generated call signs. >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
alster
:
maintainer-approval?
(
lambert
)
Actions:
View
|
Diff
Attachments on
bug 282898
: 255365 |
256928