diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-08-18 19:33:05 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-19 09:15:18 +0700 |
commit | 759e150fe946fab1b2b229eb39de73f40bf84638 (patch) | |
tree | 8842f46abfb3df509580e8226f7f4ca3db49b892 /development | |
parent | 4c90c3b3dba1101e2e99a2458f2623dd63031a89 (diff) |
development/fpc: Updated for version 3.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/fpc/README | 3 | ||||
-rw-r--r-- | development/fpc/fpc.SlackBuild | 9 | ||||
-rw-r--r-- | development/fpc/fpc.info | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/development/fpc/README b/development/fpc/README index 9fba9bf879129..021197c14e104 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 218465203e050..ee1dc37e3faa2 100644 --- a/development/fpc/fpc.SlackBuild +++ b/development/fpc/fpc.SlackBuild @@ -4,7 +4,8 @@ # Written by Andre Barboza <email removed>. # Modified by the SlackBuilds.org project. -# Now maintained by B. Watson <urchlay@slackware.uk>. +# Previously maintained by B. Watson <urchlay@slackware.uk>. +# Now maintained by Antonio Leal <antonioleal@yahoo.com>. # 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 2a29e5736ad2b..f5ef5ad9b2a28 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" |