diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-02-03 00:03:11 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-02-03 00:07:13 -0500 |
commit | daa23dba69ea27a2e101b04738b9d0abcf34ac74 (patch) | |
tree | dae21aa4dc252918517f319de96fdc62b073fe9d /editors/picpas | |
parent | lang/fpc: Fix build issue on lazarus i386 and amd64 (diff) |
editors/lazarus-*: update to 2.2.0
- Bump PORTREVISION
- archivers/peazip update to 8.4.0
- editors/cudatext update to 1.155.3
- russian/emkatic update to 0.41
- x11-toolkits/qt5pas to latest version included into lazarus 2.2.0
ChangeLog at: https://wiki.lazarus.freepascal.org/Lazarus_2.2.0_release_notes
Diffstat (limited to 'editors/picpas')
-rw-r--r-- | editors/picpas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/picpas/Makefile b/editors/picpas/Makefile index 331cc39714f3..fd0bcbe2f9d5 100644 --- a/editors/picpas/Makefile +++ b/editors/picpas/Makefile @@ -1,6 +1,6 @@ PORTNAME= picpas PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= editors PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} |