psiconv: bump version

This commit is contained in:
Sergei Reznikov
2017-11-10 16:15:29 +03:00
parent bc45811c87
commit 505c4ec765
2 changed files with 5 additions and 26 deletions

View File

@@ -1,22 +0,0 @@
From 9644b079de15bf191c31119eae46c5cea893fa82 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@gmail.com>
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

View File

@@ -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