diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-03-06 06:26:05 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2020-03-06 06:26:05 +0000 |
commit | 8c8a33649543cc526ec3a4f22309aa9feef7b980 (patch) | |
tree | 449803010eacd92c560e0563b1448dc6c4056316 /www/fpc-googleapi | |
parent | fd4c9358e0cded10fef2092828973a8426e1a2dd (diff) |
- Remove compat < 11 dependencies from bootstrap and compiler. It could fix problems
when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION
PR: 239135
Reported by: fbsdbugs4 at sentry.org
Notes
Notes:
svn path=/head/; revision=527858
Diffstat (limited to 'www/fpc-googleapi')
-rw-r--r-- | www/fpc-googleapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/fpc-googleapi/Makefile b/www/fpc-googleapi/Makefile index 7bb25572aaa1..f42613cdc7f7 100644 --- a/www/fpc-googleapi/Makefile +++ b/www/fpc-googleapi/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www lang PKGNAMESUFFIX= -googleapi |