git: 7128113a5157 - main - audio/ample: Deprecate and set expiration date to 2023-09-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Jun 2023 16:38:08 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7128113a515719451b55d1b39fc5e3a63a4d69bd commit 7128113a515719451b55d1b39fc5e3a63a4d69bd Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-06-24 16:14:25 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-06-24 16:14:34 +0000 audio/ample: Deprecate and set expiration date to 2023-09-30 Abandonware, last release 19 years ago and this basically works like a http server that injects some metadata. --- audio/ample/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/ample/Makefile b/audio/ample/Makefile index e08edfd3bf00..17a874665956 100644 --- a/audio/ample/Makefile +++ b/audio/ample/Makefile @@ -7,6 +7,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to listen to your own MP3's away from home WWW= http://ample.sourceforge.net/ +DEPRECATED= Abandonware, last release over 19 years ago +EXPIRATION_DATE=2023-09-30 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir="${PREFIX}/var"