aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-08-01 02:10:12 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-08-01 02:10:12 +0000
commit93a03d23d716cea5affd3626f61ed5daee948ea8 (patch)
tree03cdd4e7bf151ec0546aa5605822175519654f8e
parent20948f4616704cb77eb942569eaf874288b29d02 (diff)
downloadports-93a03d23d716cea5affd3626f61ed5daee948ea8.tar.gz
ports-93a03d23d716cea5affd3626f61ed5daee948ea8.zip
editors/lazarus[-qt5]: update to 2.0.12
-rw-r--r--Mk/bsd.default-versions.mk4
-rw-r--r--editors/lazarus/Makefile6
-rw-r--r--editors/lazarus/distinfo6
-rw-r--r--editors/lazarus/files/patch-Makefile11
4 files changed, 8 insertions, 19 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index c7b35b125c6a..4a75a8bf3b20 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -60,8 +60,8 @@ GHOSTSCRIPT_DEFAULT?= agpl
IMAGEMAGICK_DEFAULT?= 7
# Possible values: 7, 8, 11, 12, 13, 14, 15, 16
JAVA_DEFAULT?= 8
-# Possible values: 2.0.10
-LAZARUS_DEFAULT?= 2.0.10
+# Possible values: 2.0.12
+LAZARUS_DEFAULT?= 2.0.12
# Possible values: rust, legacy
.if empty(ARCH:Naarch64:Narmv6:Narmv7:Namd64:Ni386:Npowerpc64:Npowerpc64le:Npowerpc)
LIBRSVG2_DEFAULT?= rust
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index c9d2efc1af75..948769789a1b 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -1,8 +1,8 @@
PORTNAME= lazarus
-PORTVERSION= 2.0.10
-DISTVERSIONSUFFIX= -2
+PORTVERSION= 2.0.12
+#DISTVERSIONSUFFIX= -2
PKGNAMESUFFIX?= -gtk2
-PORTREVISION?= 1
+PORTREVISION?= 0
CATEGORIES= editors devel
MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION} \
LOCAL/acm/freepascal
diff --git a/editors/lazarus/distinfo b/editors/lazarus/distinfo
index 4dea61ea43e7..80348a92039a 100644
--- a/editors/lazarus/distinfo
+++ b/editors/lazarus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601836014
-SHA256 (freepascal/lazarus-2.0.10-2.tar.gz) = 64d5626468dd24a3332b205f3abd0a581ab7de1b060a2d57e21864066cfd43b7
-SIZE (freepascal/lazarus-2.0.10-2.tar.gz) = 69626076
+TIMESTAMP = 1627717078
+SHA256 (freepascal/lazarus-2.0.12.tar.gz) = ba6cef7f823a2d28166229982efc926039d42313c40e22fe0c6776c13d0015b2
+SIZE (freepascal/lazarus-2.0.12.tar.gz) = 69560778
diff --git a/editors/lazarus/files/patch-Makefile b/editors/lazarus/files/patch-Makefile
deleted file mode 100644
index 9ac26bed5b2e..000000000000
--- a/editors/lazarus/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2018-02-25 03:49:41.000000000 -0500
-+++ Makefile 2018-03-06 15:24:00.905598000 -0500
-@@ -339,7 +339,7 @@
- LAZARUS_INSTALL_DIR=C:\lazarus
- endif
- ifneq ($(findstring $(OS_TARGET),freebsd),)
--LAZARUS_INSTALL_DIR=/usr/local/lazarus
-+LAZARUS_INSTALL_DIR=%%DATADIR%%
- endif
- ifneq ($(findstring $(OS_TARGET),win32 win64),)
- IDEVERSION=$(shell .\tools\install\get_lazarus_version.bat)