svn commit: r562234 - head/misc/cdcollect

Fernando Apesteguía fernape at FreeBSD.org
Thu Jan 21 19:24:26 UTC 2021


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 at 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 at 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:


More information about the svn-ports-all mailing list