svn commit: r388357 - head/databases/freetds

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Jun 2 13:26:23 UTC 2015


Author: bofh
Date: Tue Jun  2 13:26:22 2015
New Revision: 388357
URL: https://svnweb.freebsd.org/changeset/ports/388357

Log:
  databases/freetds: Fix PORTSCOUT variable typo in previous commit

Modified:
  head/databases/freetds/Makefile

Modified: head/databases/freetds/Makefile
==============================================================================
--- head/databases/freetds/Makefile	Tue Jun  2 13:12:22 2015	(r388356)
+++ head/databases/freetds/Makefile	Tue Jun  2 13:26:22 2015	(r388357)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
 
-PORTSCOUT=	skipv:0.92.48,0.92.49,0.92,51,0.92.52,0.92.53,0.92.54,0.92.55,0.92.59,0.92.63,0.92.79,0.92.405
+PORTSCOUT=	skipv:0.92.48,0.92.49,0.92.51,0.92.52,0.92.53,0.92.54,0.92.55,0.92.59,0.92.63,0.92.79,0.92.405
 TDS_VER?=	5.0
 
 USES=		autoreconf iconv gmake pkgconfig libtool:keepla tar:bzip2


More information about the svn-ports-head mailing list