svn commit: r568382 - head/www/decss

Tobias Kortkamp tobik at FreeBSD.org
Sun Mar 14 11:49:13 UTC 2021


Author: tobik
Date: Sun Mar 14 11:49:12 2021
New Revision: 568382
URL: https://svnweb.freebsd.org/changeset/ports/568382

Log:
  Deprecate www/decss
  
  It has a misleading name and is abandonware. The last committed
  update was not a real update (no checksum change in distinfo).
  There seems to be no mention of version 1.1 or even 1.0 at
  http://www.pigdog.org/decss/.
  
  Discussed with:	nc

Modified:
  head/www/decss/Makefile

Modified: head/www/decss/Makefile
==============================================================================
--- head/www/decss/Makefile	Sun Mar 14 11:45:56 2021	(r568381)
+++ head/www/decss/Makefile	Sun Mar 14 11:49:12 2021	(r568382)
@@ -12,6 +12,9 @@ COMMENT=	Strip cascading style sheets from webpages
 
 LICENSE=	ART10
 
+DEPRECATED=	Abandonware
+EXPIRATION_DATE=	2021-03-31
+
 WRKSRC=		${WRKDIR}/source
 
 USES=		perl5 shebangfix


More information about the svn-ports-head mailing list