diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-05 19:36:09 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-05 19:36:09 +0000 |
commit | e9c79812e38a7b1f7195cdd601be46f03dc3d1a3 (patch) | |
tree | 99e036cdd68bdbac63fb3af6797722b45026b1da /math/octave-forge-ga | |
parent | d25efd3fc4b10883c13354c42091974a7c060f66 (diff) | |
download | ports-e9c79812e38a7b1f7195cdd601be46f03dc3d1a3.tar.gz ports-e9c79812e38a7b1f7195cdd601be46f03dc3d1a3.zip |
Notes
Diffstat (limited to 'math/octave-forge-ga')
-rw-r--r-- | math/octave-forge-ga/Makefile | 10 | ||||
-rw-r--r-- | math/octave-forge-ga/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/math/octave-forge-ga/Makefile b/math/octave-forge-ga/Makefile index af69408a717e..c7299211b6a6 100644 --- a/math/octave-forge-ga/Makefile +++ b/math/octave-forge-ga/Makefile @@ -6,16 +6,20 @@ # PORTNAME= octave-forge-ga -PORTVERSION= 0.9.7 -PORTREVISION= 3 +PORTVERSION= 0.9.8 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -GNU_CONFIGURE= yes RUN_DEPENDS+= ${TARBALLS_DIR}/communications.tar.gz:${PORTSDIR}/math/octave-forge-communications .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-ga/distinfo b/math/octave-forge-ga/distinfo index fe298818a654..2db6af1edd38 100644 --- a/math/octave-forge-ga/distinfo +++ b/math/octave-forge-ga/distinfo @@ -1,3 +1,3 @@ -MD5 (octave-forge/ga-0.9.7.tar.gz) = 4dc07aedf067fdefbb4bf845375c2715 -SHA256 (octave-forge/ga-0.9.7.tar.gz) = 60c661cb2bf138d25df80451c9e7db99bb68c240dec2f9c083e1ad0522fcd09a -SIZE (octave-forge/ga-0.9.7.tar.gz) = 20366 +MD5 (octave-forge/ga-0.9.8.tar.gz) = d66ac75e6e90b3c9e0f144f209f77c79 +SHA256 (octave-forge/ga-0.9.8.tar.gz) = 1d1a1a0e11a2d4c9b183810ed412ccf4eddd24c882a80f52d13397747740609d +SIZE (octave-forge/ga-0.9.8.tar.gz) = 15390 |