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 /security | |
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 'security')
-rw-r--r-- | security/fpc-hash/Makefile | 2 | ||||
-rw-r--r-- | security/fpc-openssl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/fpc-hash/Makefile b/security/fpc-hash/Makefile index 84cd4d65980c..4d850df77a27 100644 --- a/security/fpc-hash/Makefile +++ b/security/fpc-hash/Makefile @@ -1,7 +1,7 @@ # Created by: John Merryweather Cooper # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security lang PKGNAMESUFFIX= -hash diff --git a/security/fpc-openssl/Makefile b/security/fpc-openssl/Makefile index 34f976c2abfa..a95de325519c 100644 --- a/security/fpc-openssl/Makefile +++ b/security/fpc-openssl/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security lang PKGNAMESUFFIX= -openssl |