diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-06-23 21:41:05 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-06-23 21:42:23 +0200 |
commit | f81828752364468f048e97fc38baecb009ba4137 (patch) | |
tree | 812a3bce8cb2ede3afd0365ac72d40a3aa390ee9 | |
parent | sysutils/pacman: Don't abuse DOCS for MANPAGES (diff) |
devel/ossp-al: fix expiration date
-rw-r--r-- | devel/ossp-al/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index ae2ed3ff7d45..cb5500584fd4 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -10,7 +10,7 @@ COMMENT= Defines an abstract type of buffer that can move data without copying WWW= http://www.ossp.org/pkg/lib/al/ DEPRECATED= Obsolete and abandoned upstream, last release in 2005 -EXPIRATION_DATE=2024-07-31 +EXPIRATION_DATE=2025-07-31 LIB_DEPENDS= libex.so:devel/ossp-ex |