diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-02-28 05:05:50 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-02-28 05:05:50 +0000 |
commit | 4588bd4dd02a862d25799c2400e9769a6173862f (patch) | |
tree | eb3a6f65696e20ba5914b047e7c711773b58679c | |
parent | 05146579672241b98ae847b396d46b11aa7dfce4 (diff) |
games/vamos, multimedia/lives: extend expiration date by one month
I have been working on these ports this week, but might not finish
the work in due time.
-rw-r--r-- | games/vamos/Makefile | 2 | ||||
-rw-r--r-- | multimedia/lives/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 7630e897c81f..355f4f794f2f 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to build with boost-1.85+ DEPRECATED= Unmaintained in tree for years, fails to build with newer versions of boost -EXPIRATION_DATE=2025-02-28 +EXPIRATION_DATE=2025-03-31 LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libpng.so:graphics/png diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 7998e4951a74..0cfa85275583 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LGPL BROKEN= fails to build with FFmpeg 6 DEPRECATED= Marked broken in 2023, sunset port -EXPIRATION_DATE=2025-02-28 +EXPIRATION_DATE=2025-03-31 BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ analyseplugin:audio/ladspa |