svn commit: r315635 - head/x11-fonts/anonymous-pro

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Mar 31 13:32:30 UTC 2013


Author: rakuco
Date: Sun Mar 31 13:32:29 2013
New Revision: 315635
URL: http://svnweb.freebsd.org/changeset/ports/315635

Log:
  Fix make fetch.
  
  http://www.ms-studio.com currently HTTP 301 redirects to
  http://www.marksimonson.com, which seems to be the font author's current
  website.
  
  Point MASTER_SITES to the new domain.
  
  Approved by:	portmgr (miwi)

Modified:
  head/x11-fonts/anonymous-pro/Makefile

Modified: head/x11-fonts/anonymous-pro/Makefile
==============================================================================
--- head/x11-fonts/anonymous-pro/Makefile	Sun Mar 31 13:11:04 2013	(r315634)
+++ head/x11-fonts/anonymous-pro/Makefile	Sun Mar 31 13:32:29 2013	(r315635)
@@ -8,7 +8,7 @@
 PORTNAME=	anonymous-pro
 PORTVERSION=	1.002
 CATEGORIES=	x11-fonts
-MASTER_SITES=	http://www.ms-studio.com/FontSales/
+MASTER_SITES=	http://www.marksimonson.com/assets/content/fonts/
 DISTNAME=	AnonymousPro-${PORTVERSION}
 
 MAINTAINER=	nlopes.ml at gmail.com


More information about the svn-ports-all mailing list