diff options
author | tz <tz@FreeBSD.org> | 2019-09-20 20:21:11 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2019-09-20 20:21:11 +0800 |
commit | 33097154a7736d41fe8672c3967e4928ba2424d1 (patch) | |
tree | 5eb143508ff1769e64395b54d8a3b09e1576fba0 /misc | |
parent | 99fc42c85683dcf9d1092d6f0b8722678c97ad19 (diff) | |
download | freebsd-ports-gnome-33097154a7736d41fe8672c3967e4928ba2424d1.tar.gz freebsd-ports-gnome-33097154a7736d41fe8672c3967e4928ba2424d1.tar.zst freebsd-ports-gnome-33097154a7736d41fe8672c3967e4928ba2424d1.zip |
Welcome PHP 7.4 RC 1 in the ports-tree.
There are many greater changes including:
- New module ffi
- Remove interbase module
- Remove recode module
- Remove wddx module
- Many modules changes the build switches
- Many modules changes the config format, so patches needed to be recreated
Special thanks to tobik and ale for their support.
Reviewed by: tobik, ale, joneum
Sponsored by: PHP Update Service
Differential Revision: https://reviews.freebsd.org/D21349
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/php74-calendar/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index c8844c05e89c..f343f85c2f7b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -363,6 +363,7 @@ SUBDIR += php71-calendar SUBDIR += php72-calendar SUBDIR += php73-calendar + SUBDIR += php74-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pipe diff --git a/misc/php74-calendar/Makefile b/misc/php74-calendar/Makefile new file mode 100644 index 000000000000..376b9f5056e4 --- /dev/null +++ b/misc/php74-calendar/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php74 + +PKGNAMESUFFIX= -calendar + +TEST_TARGET= test + +.include "${MASTERDIR}/Makefile" |