Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2021 19:24:26 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562234 - head/misc/cdcollect
Message-ID:  <202101211924.10LJOQ7h082724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Thu Jan 21 19:24:26 2021
New Revision: 562234
URL: https://svnweb.freebsd.org/changeset/ports/562234

Log:
  misc/cdcollect: Set expired
  
  Dead upstream and depends on deprecated library (gtkhtml3 marked deprecated in
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252618)
  
  ChangeLog: http://cdcollect.sourceforge.net/news.php
  
  PR:	252622
  Submitted by:	daniel.engberg.lists@pyret.net

Modified:
  head/misc/cdcollect/Makefile

Modified: head/misc/cdcollect/Makefile
==============================================================================
--- head/misc/cdcollect/Makefile	Thu Jan 21 19:21:20 2021	(r562233)
+++ head/misc/cdcollect/Makefile	Thu Jan 21 19:24:26 2021	(r562234)
@@ -10,16 +10,23 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple CD catalog for GNOME
 
-BUILD_DEPENDS=	sqlite3>=3.0:databases/sqlite3
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-GNU_CONFIGURE=	yes
+DEPRECATED=	Unmaintained and dead upstream (12+ years) depends on \
+		deprecated libraries as www/gtkhtml3.
+
+EXPIRATION_DATE=2021-02-12
+
+BUILD_DEPENDS=	sqlite3>=3.0:databases/sqlite3
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 USES=		gettext gmake gnome localbase mono pathfix pkgconfig tar:bzip2
 USE_GNOME=	gnomeprefix intlhack libgnome gnomesharp20
 GCONF_SCHEMAS=	cdcollect.schemas
+
+GNU_CONFIGURE=	yes
+
 NO_ARCH=	yes
 
 post-extract:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101211924.10LJOQ7h082724>