git: 00406c5a5fc3 - main - editors/lazarus*: Bump PORTREVISION. lang/fpc has been changed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Nov 2023 21:08:56 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=00406c5a5fc38be318c33f1a4c7ffcd68aac48bc
commit 00406c5a5fc38be318c33f1a4c7ffcd68aac48bc
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-11-12 21:07:25 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-11-12 21:07:25 +0000
editors/lazarus*: Bump PORTREVISION. lang/fpc has been changed
- Remove obsolete dependency
- Bump PORTREVISION
---
editors/lazarus-devel/Makefile | 4 ++--
editors/lazarus-qt5/Makefile | 2 +-
editors/lazarus/Makefile | 5 ++---
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/editors/lazarus-devel/Makefile b/editors/lazarus-devel/Makefile
index 7e49b552a08a..ea4562f4a1ff 100644
--- a/editors/lazarus-devel/Makefile
+++ b/editors/lazarus-devel/Makefile
@@ -1,7 +1,7 @@
PORTNAME= lazarus
DISTVERSION= 3.0.0.20231028
PKGNAMESUFFIX?= -gtk2-devel
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= editors devel
DIST_SUBDIR= freepascal
@@ -14,7 +14,7 @@ CONFLICTS?= lazarus-gtk2 lazarus-qt5 lazarus-qt5-devel lazarus-qt6-devel
BUILD_DEPENDS?= ${LOCALBASE}/bin/as:devel/binutils
RUN_DEPENDS?= ${LOCALBASE}/bin/as:devel/binutils \
gmake:devel/gmake \
- ${LOCALBASE}/share/fpc-source-${FPC_DEFAULT}/Makefile.fpc:lang/fpc-source
+ ${LOCALBASE}/share/fpc-source-${FPC_DEFAULT}/Makefile.fpc:lang/fpc${FPC_DEVELSUFFIX}-source
ONLY_FOR_ARCHS= i386 amd64
diff --git a/editors/lazarus-qt5/Makefile b/editors/lazarus-qt5/Makefile
index 142ba6550a24..209dd0599128 100644
--- a/editors/lazarus-qt5/Makefile
+++ b/editors/lazarus-qt5/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 3
+PORTREVISION= 4
PKGNAMESUFFIX?= -qt5
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index 659e0edf6062..bb4609e41638 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -2,7 +2,7 @@ PORTNAME= lazarus
PORTVERSION= 2.2.6
DISTVERSIONSUFFIX= -0
PKGNAMESUFFIX?= -gtk2
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= editors devel
MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION} \
LOCAL/acm/freepascal
@@ -17,8 +17,7 @@ CONFLICTS?= lazarus-gtk2-devel lazarus-qt5 lazarus-qt5-devel lazarusqt6-devel
BUILD_DEPENDS?= ${LOCALBASE}/bin/as:devel/binutils
RUN_DEPENDS?= ${LOCALBASE}/bin/as:devel/binutils \
gmake:devel/gmake \
- ${PPNAME}:lang/fpc \
- ${LOCALBASE}/share/fpc-source-${FPC_DEFAULT}/Makefile.fpc:lang/fpc-source
+ ${LOCALBASE}/share/fpc-source-${FPC_DEFAULT}/Makefile.fpc:lang/fpc${FPC_DEVELSUFFIX}-source
ONLY_FOR_ARCHS= i386 amd64