diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus-lcl-gtk2/Makefile | 2 | ||||
-rw-r--r-- | editors/lazarus-lcl-nogui/Makefile | 2 | ||||
-rw-r--r-- | editors/lazarus-lcl-qt/Makefile | 2 | ||||
-rw-r--r-- | editors/lazarus-lcl-units/Makefile | 2 | ||||
-rw-r--r-- | editors/lazarus/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/editors/lazarus-lcl-gtk2/Makefile b/editors/lazarus-lcl-gtk2/Makefile index 650926540400..5251b34f5c7c 100644 --- a/editors/lazarus-lcl-gtk2/Makefile +++ b/editors/lazarus-lcl-gtk2/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-gtk2 COMMENT= Lazarus components library - GTK2 backend diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile index 0cb47e573b4c..102b79e21767 100644 --- a/editors/lazarus-lcl-nogui/Makefile +++ b/editors/lazarus-lcl-nogui/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-nogui COMMENT= Lazarus components library - No gui backend diff --git a/editors/lazarus-lcl-qt/Makefile b/editors/lazarus-lcl-qt/Makefile index e6d1f9ef6e13..93264bc04f05 100644 --- a/editors/lazarus-lcl-qt/Makefile +++ b/editors/lazarus-lcl-qt/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-qt COMMENT= Lazarus components library - QT backend diff --git a/editors/lazarus-lcl-units/Makefile b/editors/lazarus-lcl-units/Makefile index 1a796137f80e..60521c0f4b2c 100644 --- a/editors/lazarus-lcl-units/Makefile +++ b/editors/lazarus-lcl-units/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-units COMMENT= Lazarus components library units diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 775161d6aaf8..b6b072d00c61 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -4,7 +4,7 @@ PORTNAME= lazarus PORTVERSION= 1.6.2 DISTVERSIONSUFFIX= -0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= editors devel MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION:S/.0//} \ LOCAL/acm/freepascal |