svn commit: r357071 - head/math/sedumi

Jimmy Olgeni olgeni at FreeBSD.org
Sun Jun 8 19:54:22 UTC 2014


Author: olgeni
Date: Sun Jun  8 19:54:21 2014
New Revision: 357071
URL: http://svnweb.freebsd.org/changeset/ports/357071
QAT: https://qat.redports.org/buildarchive/r357071/

Log:
  Remove all space characters from Makefile assignments.
  
  This is being committed using svn rather than psvn, which is probably
  getting confused by the literal "^M" in a regexp.
  
  CR:		D193
  Approved by:	portmgr (bapt)

Modified:
  head/math/sedumi/Makefile

Modified: head/math/sedumi/Makefile
==============================================================================
--- head/math/sedumi/Makefile	Sun Jun  8 19:51:27 2014	(r357070)
+++ head/math/sedumi/Makefile	Sun Jun  8 19:54:21 2014	(r357071)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sedumi
-PORTVERSION=    1.1
+PORTVERSION=	1.1
 PORTREVISION=	7
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/sedumi|}


More information about the svn-ports-head mailing list