diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-communications/Makefile | 7 | ||||
-rw-r--r-- | math/octave-forge-communications/distinfo | 6 | ||||
-rw-r--r-- | math/octave-forge-image/Makefile | 5 | ||||
-rw-r--r-- | math/octave-forge-image/distinfo | 6 | ||||
-rw-r--r-- | math/octave-forge-image/files/patch-src:Makefile | 10 |
5 files changed, 11 insertions, 23 deletions
diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile index 70be97b3c6d1..16394f867daf 100644 --- a/math/octave-forge-communications/Makefile +++ b/math/octave-forge-communications/Makefile @@ -6,12 +6,11 @@ # PORTNAME= octave-forge-communications -PORTVERSION= 1.0.8 -PORTREVISION= 1 -CATEGORIES= math +PORTVERSION= 1.0.10 +CATEGORIES= math MAINTAINER= stephen@missouri.edu -COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal diff --git a/math/octave-forge-communications/distinfo b/math/octave-forge-communications/distinfo index deee773667b5..ada21a0cb983 100644 --- a/math/octave-forge-communications/distinfo +++ b/math/octave-forge-communications/distinfo @@ -1,3 +1,3 @@ -MD5 (octave-forge/communications-1.0.8.tar.gz) = fe01a0c78040496618c9d8fe0edac202 -SHA256 (octave-forge/communications-1.0.8.tar.gz) = 1c89bde096dfb57c4f69212fce597b850820db947e21f3494f818507468c3143 -SIZE (octave-forge/communications-1.0.8.tar.gz) = 845034 +MD5 (octave-forge/communications-1.0.10.tar.gz) = cae9f1e4ce2b1c2358e028abe947d168 +SHA256 (octave-forge/communications-1.0.10.tar.gz) = f8f85662fbf90968e164165a8a4613bbfc845b124e555b8acbb57ab0ed5b5138 +SIZE (octave-forge/communications-1.0.10.tar.gz) = 850130 diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index 898157e977f8..a7e7b9748a78 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -6,14 +6,13 @@ # PORTNAME= octave-forge-image -PORTVERSION= 1.0.8 -PORTREVISION= 2 +PORTVERSION= 1.0.10 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -LIB_DEPENDS+= MagickCore:${PORTSDIR}/graphics/ImageMagick +#LIB_DEPENDS+= MagickCore:${PORTSDIR}/graphics/ImageMagick .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" diff --git a/math/octave-forge-image/distinfo b/math/octave-forge-image/distinfo index a182f412ffcd..342b1d4dd430 100644 --- a/math/octave-forge-image/distinfo +++ b/math/octave-forge-image/distinfo @@ -1,3 +1,3 @@ -MD5 (octave-forge/image-1.0.8.tar.gz) = 36f1c7fe346752b5bcca1725eff56072 -SHA256 (octave-forge/image-1.0.8.tar.gz) = 141de14d3ac97e0acefbaa718a4d402d826ab920fe2fd3b9bd42285760fd6c6f -SIZE (octave-forge/image-1.0.8.tar.gz) = 205608 +MD5 (octave-forge/image-1.0.10.tar.gz) = c139877a4ce2b1f6fe08772a52a327be +SHA256 (octave-forge/image-1.0.10.tar.gz) = 576ebb6588b3fc82ccddc6a6f8db38d3687dd94c7430bcce5def471cb452d276 +SIZE (octave-forge/image-1.0.10.tar.gz) = 207577 diff --git a/math/octave-forge-image/files/patch-src:Makefile b/math/octave-forge-image/files/patch-src:Makefile deleted file mode 100644 index 62e27e52410b..000000000000 --- a/math/octave-forge-image/files/patch-src:Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Makefile-orig 2008-09-14 01:33:56.000000000 -0500 -+++ src/Makefile 2008-09-14 01:34:56.000000000 -0500 -@@ -30,6 +30,6 @@ - $(MKOCTFILE) $< -lpng - - __magick_read__.oct: __magick_read__.cc -- $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags` -+ $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags --libs` - - clean: ; -$(RM) *.o octave-core core *.oct *~ |