diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-07-31 21:10:12 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-07-31 21:10:12 -0500 |
commit | 93a03d23d716cea5affd3626f61ed5daee948ea8 (patch) | |
tree | 03cdd4e7bf151ec0546aa5605822175519654f8e /editors/lazarus | |
parent | 20948f4616704cb77eb942569eaf874288b29d02 (diff) | |
download | freebsd-ports-93a03d23d716cea5affd3626f61ed5daee948ea8.zip |
editors/lazarus[-qt5]: update to 2.0.12
Diffstat (limited to 'editors/lazarus')
-rw-r--r-- | editors/lazarus/Makefile | 6 | ||||
-rw-r--r-- | editors/lazarus/distinfo | 6 | ||||
-rw-r--r-- | editors/lazarus/files/patch-Makefile | 11 |
3 files changed, 6 insertions, 17 deletions
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) |