diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-05-12 18:45:52 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-05-12 18:45:52 +0000 |
commit | 18f709a5d2343aad920523bc85ce7026e871df9c (patch) | |
tree | b819cf733aadacaeab43b0294d60f5f8853bdcf1 /math/octave-forge-communications | |
parent | 8be9533fb9be1074895cc67cc267d4a8e0bc1706 (diff) |
Notes
Diffstat (limited to 'math/octave-forge-communications')
-rw-r--r-- | math/octave-forge-communications/Makefile | 7 | ||||
-rw-r--r-- | math/octave-forge-communications/distinfo | 4 | ||||
-rw-r--r-- | math/octave-forge-communications/files/patch-Makefile | 12 |
3 files changed, 15 insertions, 8 deletions
diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile index 704142f164e3..c01c094efc10 100644 --- a/math/octave-forge-communications/Makefile +++ b/math/octave-forge-communications/Makefile @@ -6,8 +6,7 @@ # PORTNAME= octave-forge-communications -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -21,13 +20,9 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src MAKE_ENV+= MKOCTFILE=mkoctfile RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal -RUN_DEPENDS+= ${TARBALLS_DIR}/image.tar.gz:${PORTSDIR}/math/octave-forge-image .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" -post-patch: - ${REINPLACE_CMD} -e s/LU/galoisLU/g ${WRKSRC}/* - post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} diff --git a/math/octave-forge-communications/distinfo b/math/octave-forge-communications/distinfo index 60a817078094..80f0ca25ea00 100644 --- a/math/octave-forge-communications/distinfo +++ b/math/octave-forge-communications/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-forge/communications-1.1.0.tar.gz) = af6bacc2c2ce2958ea2aedf05370a06f78dc1100443d75fb35dc292c6213584e -SIZE (octave-forge/communications-1.1.0.tar.gz) = 473780 +SHA256 (octave-forge/communications-1.1.1.tar.gz) = 85e817e524b518695efdca921503f5a6dc09ff83a33e43e69dd716c564929a25 +SIZE (octave-forge/communications-1.1.1.tar.gz) = 506132 diff --git a/math/octave-forge-communications/files/patch-Makefile b/math/octave-forge-communications/files/patch-Makefile new file mode 100644 index 000000000000..7954ce647ecd --- /dev/null +++ b/math/octave-forge-communications/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile-orig 2012-05-12 18:39:44.000000000 +0000 ++++ Makefile 2012-05-12 18:40:33.000000000 +0000 +@@ -29,6 +29,9 @@ + + $(GALOISOBJECTS): $(GALOISHEADERS) + ++%.oct: %.o ++ $(MKOCTFILE) $(MOFLAGS) $(@:.oct=.o) -o $@ ++ + %.o:%.cc + $(MKOCTFILE) $(MOFLAGS) $(DEFINES) -c $< + |