diff options
author | stephen <stephen@FreeBSD.org> | 2012-11-09 04:22:52 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-11-09 04:22:52 +0800 |
commit | 27da6837ca6206574b218865b5bd28c4760e5a5d (patch) | |
tree | b38975b951c695021680dc05f758fea1db4ae2fe /math | |
parent | e95854ef709891827a9feae9a5153f90559d18eb (diff) | |
download | freebsd-ports-gnome-27da6837ca6206574b218865b5bd28c4760e5a5d.tar.gz freebsd-ports-gnome-27da6837ca6206574b218865b5bd28c4760e5a5d.tar.zst freebsd-ports-gnome-27da6837ca6206574b218865b5bd28c4760e5a5d.zip |
- Update to 2.0.0.
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-image/Makefile | 13 | ||||
-rw-r--r-- | math/octave-forge-image/distinfo | 4 |
2 files changed, 7 insertions, 10 deletions
diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index d1d334092ae2..77f4722355e9 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: octave-forge-image -# Date created: 8 September 2008 -# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> -# +# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu> # $FreeBSD$ -# PORTNAME= octave-forge-image -PORTVERSION= 1.0.15 -PORTREVISION= 2 +PORTVERSION= 2.0.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -15,10 +10,12 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${DISTNAME} +OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src +RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal + .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" post-patch: diff --git a/math/octave-forge-image/distinfo b/math/octave-forge-image/distinfo index 22503373bd45..5b27c82506aa 100644 --- a/math/octave-forge-image/distinfo +++ b/math/octave-forge-image/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-forge/image-1.0.15.tar.gz) = d40b6a7f429050a775b3dc3f0382007c604e90dafacb6174c282fedc79005aef -SIZE (octave-forge/image-1.0.15.tar.gz) = 141669 +SHA256 (octave-forge/image-2.0.0.tar.gz) = fecacf1cf78e2517f9e3eda243925c71f3b247aaac5dc7b5ea3af7d2208af1d9 +SIZE (octave-forge/image-2.0.0.tar.gz) = 197512 |