svn commit: r373015 - head/misc/getopt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 21 21:49:39 UTC 2014


Author: sunpoet
Date: Fri Nov 21 21:49:38 2014
New Revision: 373015
URL: https://svnweb.freebsd.org/changeset/ports/373015
QAT: https://qat.redports.org/buildarchive/r373015/

Log:
  - Fix MASTER_SITES
  
  PR:		ports/195247
  Submitted by:	Thomas Schweikle <tps at vr-web.de>
  MFH:		2014Q4

Modified:
  head/misc/getopt/Makefile

Modified: head/misc/getopt/Makefile
==============================================================================
--- head/misc/getopt/Makefile	Fri Nov 21 21:30:22 2014	(r373014)
+++ head/misc/getopt/Makefile	Fri Nov 21 21:49:38 2014	(r373015)
@@ -4,7 +4,7 @@
 PORTNAME=	getopt
 PORTVERSION=	1.1.5
 CATEGORIES=	misc
-MASTER_SITES=	http://software.frodo.looijaard.name/getopt/files/ \
+MASTER_SITES=	http://frodo.looijaard.name/system/files/software/getopt/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet at FreeBSD.org


More information about the svn-ports-all mailing list