svn commit: r312282 - in head: graphics/xfig print/transfig

Pietro Cerutti gahr at FreeBSD.org
Fri Feb 15 09:36:52 UTC 2013


Author: gahr
Date: Fri Feb 15 09:36:51 2013
New Revision: 312282
URL: http://svnweb.freebsd.org/changeset/ports/312282

Log:
  - Fix MASTER_SITES
  
  Approved by:	miwi (portmgr)

Modified:
  head/graphics/xfig/Makefile
  head/print/transfig/Makefile   (contents, props changed)

Modified: head/graphics/xfig/Makefile
==============================================================================
--- head/graphics/xfig/Makefile	Fri Feb 15 08:58:33 2013	(r312281)
+++ head/graphics/xfig/Makefile	Fri Feb 15 09:36:51 2013	(r312282)
@@ -9,7 +9,7 @@ PORTNAME=	xfig
 PORTVERSION=	3.2.5b
 PORTREVISION=	1
 CATEGORIES=	graphics
-MASTER_SITES=	SF/mcj/mcj_dist_src/3.0/
+MASTER_SITES=	SF/mcj/mcj-source/
 DISTNAME=	${PORTNAME}.${PORTVERSION}.full
 
 MAINTAINER=	mjl at luckie.org.nz

Modified: head/print/transfig/Makefile
==============================================================================
--- head/print/transfig/Makefile	Fri Feb 15 08:58:33 2013	(r312281)
+++ head/print/transfig/Makefile	Fri Feb 15 09:36:51 2013	(r312282)
@@ -9,7 +9,7 @@ PORTNAME=	transfig
 PORTVERSION=	3.2.5d
 PORTREVISION=	1
 CATEGORIES=	print
-MASTER_SITES=	SF/mcj/mcj_dist_src/3.0/
+MASTER_SITES=	SF/mcj/mcj-source/
 DISTNAME=	${PORTNAME}.${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org


More information about the svn-ports-head mailing list