- Update to 1.1.1.

This commit is contained in:
Stephen Montgomery-Smith 2011-11-07 13:36:32 +00:00
parent 7988b75753
commit 8337b36bae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285236
2 changed files with 7 additions and 6 deletions

View File

@ -6,17 +6,18 @@
#
PORTNAME= octave-forge-signal
PORTVERSION= 1.0.11
PORTREVISION= 2
PORTVERSION= 1.1.1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${DISTNAME}/src
WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim
RUN_DEPENDS+= ${TARBALLS_DIR}/specfun.tar.gz:${PORTSDIR}/math/octave-forge-specfun
RUN_DEPENDS+= ${TARBALLS_DIR}/control.tar.gz:${PORTSDIR}/math/octave-forge-control
RUN_DEPENDS+= ${TARBALLS_DIR}/audio.tar.gz:${PORTSDIR}/math/octave-forge-audio
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
@ -25,6 +26,6 @@ post-patch:
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (octave-forge/signal-1.0.11.tar.gz) = bd52ff9ff42c826eca6774f76932826a39564f2fc75427e3fc121c9059e75768
SIZE (octave-forge/signal-1.0.11.tar.gz) = 137277
SHA256 (octave-forge/signal-1.1.1.tar.gz) = 40beb391f37e75d2f4a945fef667391ba55133d272fabf961dde2dce20706af7
SIZE (octave-forge/signal-1.1.1.tar.gz) = 155807