Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 18:35:33 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470469 - head/math/octave-forge-database
Message-ID:  <201805201835.w4KIZXiG094857@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun May 20 18:35:33 2018
New Revision: 470469
URL: https://svnweb.freebsd.org/changeset/ports/470469

Log:
  - Update to 2.4.3.
  - Unbreak.

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	Sun May 20 18:10:43 2018	(r470468)
+++ head/math/octave-forge-database/Makefile	Sun May 20 18:35:33 2018	(r470469)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	octave-forge-database
-PORTVERSION=	2.4.2
-PORTREVISION=	5
+PORTVERSION=	2.4.3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
@@ -14,8 +13,6 @@ LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
 RUN_DEPENDS+=	${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct
 
-BROKEN=		does not build with octave version 4.4.0
-
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}
@@ -32,7 +29,6 @@ post-build:
 	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
 
 post-patch:
-	${REINPLACE_CMD} 's#postgresql/##' ${WRKSRC}/*
 	${REINPLACE_CMD} 's#endian.h#sys/endian.h#' ${WRKSRC}/wrap_endian.h
 
 .include <bsd.port.mk>

Modified: head/math/octave-forge-database/distinfo
==============================================================================
--- head/math/octave-forge-database/distinfo	Sun May 20 18:10:43 2018	(r470468)
+++ head/math/octave-forge-database/distinfo	Sun May 20 18:35:33 2018	(r470469)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475429748
-SHA256 (octave-forge/database-2.4.2.tar.gz) = 7e2ded9cd8e99acbb4772cc6e1f1010dd51ebe81af016aa8e34e1bff9bd90809
-SIZE (octave-forge/database-2.4.2.tar.gz) = 102538
+TIMESTAMP = 1526839926
+SHA256 (octave-forge/database-2.4.3.tar.gz) = db3f9a8142e3f28dcfcd9c537ec2e0562a6821499051f4c9be914850568c9c3c
+SIZE (octave-forge/database-2.4.3.tar.gz) = 154995



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805201835.w4KIZXiG094857>