svn commit: r468500 - head/databases/unixODBC

Bernard Spil brnrd at FreeBSD.org
Fri Apr 27 22:07:54 UTC 2018


Author: brnrd
Date: Fri Apr 27 22:07:53 2018
New Revision: 468500
URL: https://svnweb.freebsd.org/changeset/ports/468500

Log:
  databases/unixODBC: Add http MASTER_SITE
  
  PR:		227815
  Submitted by:	<dewayne heuristicsystems com au>

Modified:
  head/databases/unixODBC/Makefile

Modified: head/databases/unixODBC/Makefile
==============================================================================
--- head/databases/unixODBC/Makefile	Fri Apr 27 21:47:35 2018	(r468499)
+++ head/databases/unixODBC/Makefile	Fri Apr 27 22:07:53 2018	(r468500)
@@ -4,7 +4,8 @@
 PORTNAME=	unixODBC
 PORTVERSION=	2.3.6
 CATEGORIES=	databases
-MASTER_SITES=	ftp://ftp.unixodbc.org/pub/unixODBC/
+MASTER_SITES=	http://www.unixodbc.org/ \
+		ftp://ftp.unixodbc.org/pub/unixODBC/
 
 MAINTAINER=	brnrd at FreeBSD.org
 COMMENT=	ODBC library suite for Unix


More information about the svn-ports-head mailing list