diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/pciids/Makefile | 4 | ||||
-rw-r--r-- | misc/pciids/distinfo | 6 | ||||
-rw-r--r-- | misc/php85-calendar/Makefile | 7 |
4 files changed, 13 insertions, 5 deletions
diff --git a/misc/Makefile b/misc/Makefile index d8c592931cf5..e7ca2e0d10cd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -397,6 +397,7 @@ SUBDIR += php82-calendar SUBDIR += php83-calendar SUBDIR += php84-calendar + SUBDIR += php85-calendar SUBDIR += pinfo SUBDIR += pipe SUBDIR += posixtestsuite diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index c6ba45fb9f74..f166f258e388 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -1,5 +1,5 @@ PORTNAME= pciids -PORTVERSION= 20250609 +PORTVERSION= 20250621 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ PORTDATA= pci.ids USE_GITHUB= yes GH_ACCOUNT= pciutils -GH_TAGNAME= c332c32 +GH_TAGNAME= 6d8349f do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/misc/pciids/distinfo b/misc/pciids/distinfo index 5690d6cb4ec1..a4ecd46f357c 100644 --- a/misc/pciids/distinfo +++ b/misc/pciids/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813018 -SHA256 (pciutils-pciids-20250609-c332c32_GH0.tar.gz) = 03933a85fa9c4e4d1fe3213a3dd994cf0ef8e8777f97a64c70ed1c58944b9c01 -SIZE (pciutils-pciids-20250609-c332c32_GH0.tar.gz) = 352882 +TIMESTAMP = 1751208132 +SHA256 (pciutils-pciids-20250621-6d8349f_GH0.tar.gz) = 92000b1d58b9e43e250db7a46032247592b7d52b5a378510b648aefc7ae78eef +SIZE (pciutils-pciids-20250621-6d8349f_GH0.tar.gz) = 353197 diff --git a/misc/php85-calendar/Makefile b/misc/php85-calendar/Makefile new file mode 100644 index 000000000000..3aa1dd0de3d9 --- /dev/null +++ b/misc/php85-calendar/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -calendar + +.include "${MASTERDIR}/Makefile" |