svn commit: r318595 - head/math/octave-forge-database

Stephen Montgomery-Smith stephen at FreeBSD.org
Mon May 20 12:24:36 UTC 2013


Author: stephen
Date: Mon May 20 12:24:35 2013
New Revision: 318595
URL: http://svnweb.freebsd.org/changeset/ports/318595

Log:
  - Update to 2.2.0.

Modified:
  head/math/octave-forge-database/Makefile
  head/math/octave-forge-database/distinfo

Modified: head/math/octave-forge-database/Makefile
==============================================================================
--- head/math/octave-forge-database/Makefile	Mon May 20 12:03:26 2013	(r318594)
+++ head/math/octave-forge-database/Makefile	Mon May 20 12:24:35 2013	(r318595)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	octave-forge-database
-PORTVERSION=	2.1.1
+PORTVERSION=	2.2.0
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -14,7 +14,6 @@ OCTSRC=		${DISTNAME}
 
 WRKSRC=		${WRKDIR}/${OCTSRC}/src
 
-#USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 USE_PGSQL=	yes
 ALL_TARGET=
@@ -28,6 +27,6 @@ post-build:
 
 post-patch:
 	${REINPLACE_CMD} 's#postgresql/##' ${WRKSRC}/*
-	${REINPLACE_CMD} 's#endian.h#sys/endian.h#' ${WRKSRC}/*
+	${REINPLACE_CMD} 's#endian.h#sys/endian.h#' ${WRKSRC}/wrap_endian.h
 
 .include <bsd.port.post.mk>

Modified: head/math/octave-forge-database/distinfo
==============================================================================
--- head/math/octave-forge-database/distinfo	Mon May 20 12:03:26 2013	(r318594)
+++ head/math/octave-forge-database/distinfo	Mon May 20 12:24:35 2013	(r318595)
@@ -1,2 +1,2 @@
-SHA256 (octave-forge/database-2.1.1.tar.gz) = 3f78333fdd5eaa6f531e26e6dd1add44a9f8be9f7d4bc39edf491623cb8863be
-SIZE (octave-forge/database-2.1.1.tar.gz) = 74620
+SHA256 (octave-forge/database-2.2.0.tar.gz) = b2ee696797c163f6404ef3900142c4b4350b6926f5d49fef46aa06e893ad2698
+SIZE (octave-forge/database-2.2.0.tar.gz) = 82250


More information about the svn-ports-all mailing list