git: 8161feed9f42 - main - databases/qof: set an expiration date
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Jul 2025 15:07:30 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8161feed9f42dbf71b77b40df6d115c1c9d50fd2
commit 8161feed9f42dbf71b77b40df6d115c1c9d50fd2
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-07-23 14:58:51 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-07-23 15:07:21 +0000
databases/qof: set an expiration date
The port was deprecated long ago, but no expiration date was set.
While here remove useless USES=pathfix
---
databases/qof/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/databases/qof/Makefile b/databases/qof/Makefile
index 22419f62765b..bcb8fb3c78e8 100644
--- a/databases/qof/Makefile
+++ b/databases/qof/Makefile
@@ -13,6 +13,7 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Host is no longer resolvable using multiple different resolver
+EXPIRATION_DATE= 2025-08-23
CONFLICTS_INSTALL= gnotime-2.[0-3]* gnotime-2.4.0* gnotime-2.4.1 gnotime-2.4.1_[12]*
@@ -21,7 +22,7 @@ CONFIGURE_ARGS= --disable-doxygen --disable-gdasql --disable-sqlite
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
-USES= gmake gnome libtool pathfix pkgconfig
+USES= gmake gnome libtool pkgconfig
USE_GNOME= glib20 libxml2
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}