summaryrefslogtreecommitdiffstats
path: root/development/fpc/fpc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/fpc/fpc.SlackBuild')
-rw-r--r--development/fpc/fpc.SlackBuild9
1 files changed, 7 insertions, 2 deletions
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 <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}