svn commit: r514856 - head/www/sfnt2woff

Dmitri Goutnik dmgk at FreeBSD.org
Sat Oct 19 23:15:50 UTC 2019


Author: dmgk
Date: Sat Oct 19 23:15:49 2019
New Revision: 514856
URL: https://svnweb.freebsd.org/changeset/ports/514856

Log:
  www/sfnt2woff : Update MAINTAINER and MASTER_SITES
  
  - Unbreak by updating MASTER_SITES to the new upstream
  - Pass maintainership to the submitter
  
  PR:		241284
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>
  Approved by:	tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D22048

Modified:
  head/www/sfnt2woff/Makefile

Modified: head/www/sfnt2woff/Makefile
==============================================================================
--- head/www/sfnt2woff/Makefile	Sat Oct 19 23:14:15 2019	(r514855)
+++ head/www/sfnt2woff/Makefile	Sat Oct 19 23:15:49 2019	(r514856)
@@ -4,18 +4,14 @@
 PORTNAME=	sfnt2woff
 PORTVERSION=	20091004
 CATEGORIES=	www converters
-MASTER_SITES=	http://people.mozilla.org/~jkew/woff/
+MASTER_SITES=	https://BSDforge.com/projects/source/www/sfnt2woff/
 DISTNAME=	woff-code-latest
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Convert TTF/OTF fonts to WOFF web embeddable format and back
 
 LICENSE=	GPLv2 LGPL21 MPL11
 LICENSE_COMB=	multi
-
-BROKEN=		unfetchable
-DEPRECATED=	Unfetchable, unmaintained
-EXPIRATION_DATE=	2019-10-16
 
 NO_WRKSUBDIR=	yes
 USES=		gmake zip


More information about the svn-ports-head mailing list