From 759e150fe946fab1b2b229eb39de73f40bf84638 Mon Sep 17 00:00:00 2001 From: Antonio Leal Date: Fri, 18 Aug 2023 19:33:05 +0900 Subject: development/fpc: Updated for version 3.2.2. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- development/fpc/README | 3 --- development/fpc/fpc.SlackBuild | 9 +++++++-- development/fpc/fpc.info | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'development/fpc') diff --git a/development/fpc/README b/development/fpc/README index 9fba9bf879..021197c14e 100644 --- a/development/fpc/README +++ b/development/fpc/README @@ -6,6 +6,3 @@ Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM. The discontinued 1.0 version also supports the Motorola 680x0. The following operating systems are supported: Linux, FreeBSD, Mac OS X/Darwin, DOS, Win32, Win64, WinCE, OS/2, Netware (libc and classic) and MorphOS. - -NOTE: This package conflicts with ptop, as both install a ptop binary -in /usr/bin. diff --git a/development/fpc/fpc.SlackBuild b/development/fpc/fpc.SlackBuild index 218465203e..ee1dc37e3f 100644 --- a/development/fpc/fpc.SlackBuild +++ b/development/fpc/fpc.SlackBuild @@ -4,7 +4,8 @@ # Written by Andre Barboza . # Modified by the SlackBuilds.org project. -# Now maintained by B. Watson . +# Previously maintained by B. Watson . +# Now maintained by Antonio Leal . # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -23,6 +24,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20230814 AL: BUILD=2 +# - tested conflict with ptop: it no longer exists because in ptop SlackBuild +# the name /usr/bin/ptop.py is now being used. + # 20230520 bkw: ARCH is now i586, use separate SRCARCH for the i386 # in the source filenames. I severely doubt this would run on a 386 # anyway. i586 is the minimum *Slackware supported* ARCH this will run @@ -44,7 +49,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fpc VERSION=${VERSION:-3.2.2} BINVER=${BINVER:-3.2.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/fpc/fpc.info b/development/fpc/fpc.info index 2a29e5736a..f5ef5ad9b2 100644 --- a/development/fpc/fpc.info +++ b/development/fpc/fpc.info @@ -10,5 +10,5 @@ DOWNLOAD_x86_64="https://downloads.sourceforge.net/project/freepascal/Linux/3.2. MD5SUM_x86_64="0186779de0c9caee073fc1394afbee56 \ 3681ae4a208be4f64ec65e832a9a702d" REQUIRES="" -MAINTAINER="B. Watson" -EMAIL="urchlay@slackware.uk" +MAINTAINER="Antonio Leal" +EMAIL="antonioleal@yahoo.com" -- cgit v1.2.3-65-gdbad