aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2013-10-02 10:47:53 +0800
committeracm <acm@FreeBSD.org>2013-10-02 10:47:53 +0800
commit046a766385374235e52b40c196cb579eb4b3a559 (patch)
tree0bb3b5c13cf64d03f3b1cbc0f6ffa0f54d8c0ef0 /editors
parent06dc96aee528a1e4136380288d4794aafe2a23ba (diff)
downloadfreebsd-ports-gnome-046a766385374235e52b40c196cb579eb4b3a559.tar.gz
freebsd-ports-gnome-046a766385374235e52b40c196cb579eb4b3a559.tar.zst
freebsd-ports-gnome-046a766385374235e52b40c196cb579eb4b3a559.zip
- Bump PORTREVISION. lazarus port needs be rebuilt because lang/fpc have been
modified. It will avoid mismatch size problems with some lazarus files
Diffstat (limited to 'editors')
-rw-r--r--editors/lazarus-lcl-gtk/Makefile2
-rw-r--r--editors/lazarus-lcl-gtk2/Makefile2
-rw-r--r--editors/lazarus-lcl-nogui/Makefile2
-rw-r--r--editors/lazarus-lcl-qt/Makefile2
-rw-r--r--editors/lazarus-lcl-units/Makefile2
-rw-r--r--editors/lazarus/Makefile2
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/|} \