From 505c4ec765d1c86d2efb066212eb4517d64b4d84 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Fri, 10 Nov 2017 16:15:29 +0300 Subject: [PATCH] psiconv: bump version --- .../psiconv/patches/psiconv-0.9.8.patchset | 22 ------------------- ...conv-0.9.8.recipe => psiconv-0.9.9.recipe} | 9 ++++---- 2 files changed, 5 insertions(+), 26 deletions(-) delete mode 100644 app-text/psiconv/patches/psiconv-0.9.8.patchset rename app-text/psiconv/{psiconv-0.9.8.recipe => psiconv-0.9.9.recipe} (89%) diff --git a/app-text/psiconv/patches/psiconv-0.9.8.patchset b/app-text/psiconv/patches/psiconv-0.9.8.patchset deleted file mode 100644 index 6b45bfc11..000000000 --- a/app-text/psiconv/patches/psiconv-0.9.8.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 9644b079de15bf191c31119eae46c5cea893fa82 Mon Sep 17 00:00:00 2001 -From: Adrien Destugues -Date: Fri, 24 Oct 2014 10:15:00 +0200 -Subject: Modernize autoconf script. - - -diff --git a/configure.in b/configure.in -index d9591e1..d415849 100644 ---- a/configure.in -+++ b/configure.in -@@ -3,7 +3,7 @@ AC_INIT - AC_CONFIG_SRCDIR([lib/psiconv]) - AM_INIT_AUTOMAKE(psiconv,0.9.8) - --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) - - dnl Checks for programs. - AM_PROG_LIBTOOL --- -1.8.3.4 - diff --git a/app-text/psiconv/psiconv-0.9.8.recipe b/app-text/psiconv/psiconv-0.9.9.recipe similarity index 89% rename from app-text/psiconv/psiconv-0.9.8.recipe rename to app-text/psiconv/psiconv-0.9.9.recipe index 07d14705d..e3a621a5e 100644 --- a/app-text/psiconv/psiconv-0.9.8.recipe +++ b/app-text/psiconv/psiconv-0.9.9.recipe @@ -11,15 +11,14 @@ The Psion 5MX uses mostly the same file formats as the Psion 5; the conversion \ utilities seem to work, though you might get a few additional warnings. Other \ Psion PDAs might be supported too, and even other machines running EPOC32. The \ Psion Series 3 uses EPOC16, and are not supported." -HOMEPAGE="http://frodo.looijaard.name/project/psiconv" +HOMEPAGE="http://frodo.looijaard.name/project/psiconv/" COPYRIGHT="1999-2005 Frodo Looijaard" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="http://frodo.looijaard.name/system/files/software/psiconv/psiconv-$portVersion.tar.gz" -CHECKSUM_SHA256="1eee15b29ddcbfd2d15e0a0d26f59e28bac281c870b77418fa369dceed796806" -PATCHES="psiconv-$portVersion.patchset" +CHECKSUM_SHA256="6d51fe79b502a1e277bea275a574ae2db5b1b9d7daef703a8fa3635ae02a8bb0" -ARCHITECTURES="x86_gcc2 x86" +ARCHITECTURES="x86_gcc2 x86_64" PROVIDES=" psiconv = $portVersion @@ -45,6 +44,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:aclocal cmd:autoconf + cmd:bc cmd:gcc cmd:libtoolize cmd:make @@ -59,6 +59,7 @@ BUILD() { libtoolize --force --copy --install aclocal + automake --add-missing autoconf runConfigure ./configure make $jobArgs