Date: Sun, 1 Aug 2021 02:11:16 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 93a03d23d716 - main - editors/lazarus[-qt5]: update to 2.0.12 Message-ID: <202108010211.1712BGq8018329@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=93a03d23d716cea5affd3626f61ed5daee948ea8 commit 93a03d23d716cea5affd3626f61ed5daee948ea8 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2021-08-01 02:10:12 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2021-08-01 02:10:12 +0000 editors/lazarus[-qt5]: update to 2.0.12 --- Mk/bsd.default-versions.mk | 4 ++-- editors/lazarus/Makefile | 6 +++--- editors/lazarus/distinfo | 6 +++--- editors/lazarus/files/patch-Makefile | 11 ----------- 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108010211.1712BGq8018329>