diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 08:06:43 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 08:06:43 +0000 |
commit | 230cf6828ff8e331d6ad8fe0f281d3656e7592bf (patch) | |
tree | dcd9771851d8a5b000509363eeaba5add2d5d4de /sysutils | |
parent | - Add new port: devel/R-cran-bit64 (diff) |
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
Notes
Notes:
svn path=/head/; revision=393766
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fpc-syslog/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fpc-users/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fpc-utmp/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fpc-uuid/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/fpc-syslog/Makefile b/sysutils/fpc-syslog/Makefile index a2ba1e694378..4890643e8df6 100644 --- a/sysutils/fpc-syslog/Makefile +++ b/sysutils/fpc-syslog/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils lang PKGNAMESUFFIX= -syslog diff --git a/sysutils/fpc-users/Makefile b/sysutils/fpc-users/Makefile index 8a7b35e534ab..e35f1bc1bd20 100644 --- a/sysutils/fpc-users/Makefile +++ b/sysutils/fpc-users/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils lang PKGNAMESUFFIX= -users diff --git a/sysutils/fpc-utmp/Makefile b/sysutils/fpc-utmp/Makefile index 87decdd382be..64bf1f8b12f6 100644 --- a/sysutils/fpc-utmp/Makefile +++ b/sysutils/fpc-utmp/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils lang PKGNAMESUFFIX= -utmp diff --git a/sysutils/fpc-uuid/Makefile b/sysutils/fpc-uuid/Makefile index 1b1d81c6ade1..325f43a151dd 100644 --- a/sysutils/fpc-uuid/Makefile +++ b/sysutils/fpc-uuid/Makefile @@ -1,7 +1,7 @@ # Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils lang PKGNAMESUFFIX= -uuid |