diff options
author | stephen <stephen@FreeBSD.org> | 2012-05-13 02:45:52 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-05-13 02:45:52 +0800 |
commit | e8571fd95e2da7d7352cb14241dab3bc038d157d (patch) | |
tree | 3f54f37393202117f9e90ca95ae62cf1768c93fc /math | |
parent | 16bb5d49239b6b3d1b0930b4b5e10bcceffac64a (diff) | |
download | freebsd-ports-gnome-e8571fd95e2da7d7352cb14241dab3bc038d157d.tar.gz freebsd-ports-gnome-e8571fd95e2da7d7352cb14241dab3bc038d157d.tar.zst freebsd-ports-gnome-e8571fd95e2da7d7352cb14241dab3bc038d157d.zip |
- Update to 1.1.1.
Diffstat (limited to 'math')
-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 $< + |