diff options
author | acm <acm@FreeBSD.org> | 2015-08-09 16:06:43 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2015-08-09 16:06:43 +0800 |
commit | e08c72b4818dedf918c6fe30621cb5bc7c960f1d (patch) | |
tree | dcd9771851d8a5b000509363eeaba5add2d5d4de /math | |
parent | 5784aae1aaa23ea9554d64016e10f1a870feefdf (diff) | |
download | freebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.tar.gz freebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.tar.zst freebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.zip |
- 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
Diffstat (limited to 'math')
-rw-r--r-- | math/fpc-fftw/Makefile | 2 | ||||
-rw-r--r-- | math/fpc-gmp/Makefile | 2 | ||||
-rw-r--r-- | math/fpc-numlib/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/fpc-fftw/Makefile b/math/fpc-fftw/Makefile index b426498a8698..e25a0d780158 100644 --- a/math/fpc-fftw/Makefile +++ b/math/fpc-fftw/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math lang PKGNAMESUFFIX= -fftw diff --git a/math/fpc-gmp/Makefile b/math/fpc-gmp/Makefile index 3a9d637f8b19..12fa2584e97d 100644 --- a/math/fpc-gmp/Makefile +++ b/math/fpc-gmp/Makefile @@ -1,7 +1,7 @@ # Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math lang PKGNAMESUFFIX= -gmp diff --git a/math/fpc-numlib/Makefile b/math/fpc-numlib/Makefile index c608ea2a1229..c582405a2d10 100644 --- a/math/fpc-numlib/Makefile +++ b/math/fpc-numlib/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math lang PKGNAMESUFFIX= -numlib |