diff options
-rw-r--r-- | math/octave-forge-bim/Makefile | 10 | ||||
-rw-r--r-- | math/octave-forge-bim/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile index b43db7061c7a..842feab9a97b 100644 --- a/math/octave-forge-bim/Makefile +++ b/math/octave-forge-bim/Makefile @@ -6,17 +6,21 @@ # PORTNAME= octave-forge-bim -PORTVERSION= 0.1.1 -PORTREVISION= 4 +PORTVERSION= 1.0.0 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -GNU_CONFIGURE= yes RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl RUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:${PORTSDIR}/math/octave-forge-msh .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" +do-build: + @${DO_NADA} + +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + .include <bsd.port.post.mk> diff --git a/math/octave-forge-bim/distinfo b/math/octave-forge-bim/distinfo index 2bedf59ae331..5fea69af7f43 100644 --- a/math/octave-forge-bim/distinfo +++ b/math/octave-forge-bim/distinfo @@ -1,3 +1,3 @@ -MD5 (octave-forge/bim-0.1.1.tar.gz) = 7e7a3856127c0f17bf98df5d564b224d -SHA256 (octave-forge/bim-0.1.1.tar.gz) = b51a63612839d07157367a1b67d1074d590bdf1158b96ff90a05699295268341 -SIZE (octave-forge/bim-0.1.1.tar.gz) = 22750 +MD5 (octave-forge/bim-1.0.0.tar.gz) = 90c386186a35aa7a7a8f233025360d01 +SHA256 (octave-forge/bim-1.0.0.tar.gz) = b7013f2efbbdbe9d3a9ce4f2a97ed726961269cb39f15afbc0897d363911d329 +SIZE (octave-forge/bim-1.0.0.tar.gz) = 18298 |