svn commit: r353570 - head/print/texinfo

Antoine Brodin antoine at FreeBSD.org
Sat May 10 12:49:16 UTC 2014


Author: antoine
Date: Sat May 10 12:49:15 2014
New Revision: 353570
URL: http://svnweb.freebsd.org/changeset/ports/353570
QAT: https://qat.redports.org/buildarchive/r353570/

Log:
  Swap MASTER_SITES, texinfo.tex has been rerolled (it is unversionned) on
  the first master site
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/print/texinfo/Makefile

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Sat May 10 11:09:22 2014	(r353569)
+++ head/print/texinfo/Makefile	Sat May 10 12:49:15 2014	(r353570)
@@ -4,8 +4,8 @@
 PORTNAME=	texinfo
 PORTVERSION=	5.2.20140427
 CATEGORIES=	print
-MASTER_SITES=	GNU \
-		ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/
+MASTER_SITES=	ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ \
+		GNU
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex texi2dvi
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}


More information about the svn-ports-all mailing list