diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-02 02:47:53 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-02 02:47:53 +0000 |
commit | 83c7e06d7a143b6dc256595156db696c21e7fd7c (patch) | |
tree | 0bb3b5c13cf64d03f3b1cbc0f6ffa0f54d8c0ef0 /editors | |
parent | c597c9a763b78fe06aa1b188a57711e9e62c5e96 (diff) | |
download | ports-83c7e06d7a143b6dc256595156db696c21e7fd7c.tar.gz ports-83c7e06d7a143b6dc256595156db696c21e7fd7c.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus-lcl-gtk/Makefile | 2 | ||||
-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 |
6 files changed, 6 insertions, 6 deletions
diff --git a/editors/lazarus-lcl-gtk/Makefile b/editors/lazarus-lcl-gtk/Makefile index 8121df00861a..d3c94904cd29 100644 --- a/editors/lazarus-lcl-gtk/Makefile +++ b/editors/lazarus-lcl-gtk/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-gtk COMMENT= Lazarus components library - GTK backend diff --git a/editors/lazarus-lcl-gtk2/Makefile b/editors/lazarus-lcl-gtk2/Makefile index 0b317d9c5d94..9bf861fc7c02 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 548710f7e97f..6b9dd61cf259 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 1ca6701656ba..f8fafa4fc546 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 62dc7e354494..fe13c5311c2c 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 d4f61bf914a3..45a97cf1fcd5 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -3,7 +3,7 @@ PORTNAME= lazarus PORTVERSION= 1.0.12 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= editors devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S|$|acm/freepascal/|} \ |