Date: Sun, 17 Aug 2014 13:09:56 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365182 - in head: audio/snd benchmarks/flowgrind benchmarks/sipp comms/gnuradio editors/calligra graphics/amide graphics/enblend graphics/inkscape graphics/luminance graphics/luminance... Message-ID: <201408171309.s7HD9uEW000923@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Aug 17 13:09:56 2014 New Revision: 365182 URL: http://svnweb.freebsd.org/changeset/ports/365182 QAT: https://qat.redports.org/buildarchive/r365182/ Log: math/gsl: - Add USES=libtool and bump dependent ports - Add USES=pathfix and INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstage port) Deleted: head/math/gsl/files/patch-Makefile.in Modified: head/audio/snd/Makefile head/benchmarks/flowgrind/Makefile head/benchmarks/sipp/Makefile head/comms/gnuradio/Makefile head/editors/calligra/Makefile head/graphics/amide/Makefile head/graphics/enblend/Makefile head/graphics/inkscape/Makefile head/graphics/luminance-qt5/Makefile head/graphics/luminance/Makefile head/graphics/nip2/Makefile head/graphics/ocropus/Makefile head/graphics/pfstmo/Makefile head/graphics/qgis/Makefile head/graphics/xaos/Makefile head/lang/algol68g/Makefile head/lang/newlisp-devel/Makefile head/lang/newlisp/Makefile head/mail/bogofilter/Makefile head/math/PDL/Makefile head/math/asymptote/Makefile head/math/dieharder/Makefile head/math/fflas-ffpack/Makefile head/math/giacxcas/Makefile head/math/gsl/Makefile head/math/gsl/pkg-plist head/math/labplot/Makefile head/math/libflame/Makefile head/math/ocamlgsl/Makefile head/math/octave-forge-gsl/Makefile head/math/orpie/Makefile head/math/p5-Math-GSL/Makefile head/math/pspp/Makefile head/math/py-gsl/Makefile head/math/qtiplot/Makefile head/math/ruby-gsl/Makefile head/science/abinit/Makefile head/science/afni/Makefile head/science/fisicalab/Makefile head/science/getdp/Makefile head/science/gnudatalanguage/Makefile head/science/kst2/Makefile head/science/py-mlpy/Makefile head/science/step/Makefile Modified: head/audio/snd/Makefile ============================================================================== --- head/audio/snd/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/audio/snd/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= snd PORTVERSION= 13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ \ http://mirror.mcx2.org/ Modified: head/benchmarks/flowgrind/Makefile ============================================================================== --- head/benchmarks/flowgrind/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/benchmarks/flowgrind/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,6 +3,7 @@ PORTNAME= flowgrind PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= lars@eggert.org Modified: head/benchmarks/sipp/Makefile ============================================================================== --- head/benchmarks/sipp/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/benchmarks/sipp/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,6 +3,7 @@ PORTNAME= sipp PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= benchmarks net MASTER_SITES= SF MASTER_SITE_SUBDIR= sipp/sipp/${PORTVERSION} Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/comms/gnuradio/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ ${MASTER_SITE_LOCAL} Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/editors/calligra/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ Modified: head/graphics/amide/Makefile ============================================================================== --- head/graphics/amide/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/graphics/amide/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -2,7 +2,7 @@ PORTNAME= amide PORTVERSION= 1.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/enblend/Makefile ============================================================================== --- head/graphics/enblend/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/graphics/enblend/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/graphics/inkscape/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.48.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics gnome MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} Modified: head/graphics/luminance-qt5/Makefile ============================================================================== --- head/graphics/luminance-qt5/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/graphics/luminance-qt5/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 Modified: head/graphics/luminance/Makefile ============================================================================== --- head/graphics/luminance/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/graphics/luminance/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} Modified: head/graphics/nip2/Makefile ============================================================================== --- head/graphics/nip2/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/graphics/nip2/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= nip2 PORTVERSION= 7.40.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/graphics/ocropus/Makefile ============================================================================== --- head/graphics/ocropus/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/graphics/ocropus/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= ocropus PORTVERSION= 0.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} Modified: head/graphics/pfstmo/Makefile ============================================================================== --- head/graphics/pfstmo/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/graphics/pfstmo/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,6 +3,7 @@ PORTNAME= pfstmo PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF MASTER_SITE_SUBDIR= pfstools/${PORTNAME}/${PORTVERSION} Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/graphics/qgis/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,6 +3,7 @@ PORTNAME= qgis PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de Modified: head/graphics/xaos/Makefile ============================================================================== --- head/graphics/xaos/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/graphics/xaos/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,6 +3,7 @@ PORTNAME= xaos PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= graphics math MASTER_SITES= SF/${PORTNAME}/XaoS/${PORTVERSION} Modified: head/lang/algol68g/Makefile ============================================================================== --- head/lang/algol68g/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/lang/algol68g/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -2,7 +2,7 @@ PORTNAME= algol68g PORTVERSION= 2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://jmvdveer.home.xs4all.nl/ Modified: head/lang/newlisp-devel/Makefile ============================================================================== --- head/lang/newlisp-devel/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/lang/newlisp-devel/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= newlisp PORTVERSION= 10.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.newlisp.org/downloads/ PKGNAMESUFFIX= -devel Modified: head/lang/newlisp/Makefile ============================================================================== --- head/lang/newlisp/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/lang/newlisp/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= newlisp PORTVERSION= 10.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.newlisp.org/downloads/ Modified: head/mail/bogofilter/Makefile ============================================================================== --- head/mail/bogofilter/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/mail/bogofilter/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= bogofilter PORTVERSION= 1.2.4 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION} Modified: head/math/PDL/Makefile ============================================================================== --- head/math/PDL/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/PDL/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= PDL PORTVERSION= 2.4.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math perl5 MASTER_SITES= CPAN/${PORTNAME}:cpan \ SF/pdl/PDL/${PORTVERSION}:sf Modified: head/math/asymptote/Makefile ============================================================================== --- head/math/asymptote/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/asymptote/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= asymptote PORTVERSION= 2.32 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} Modified: head/math/dieharder/Makefile ============================================================================== --- head/math/dieharder/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/dieharder/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= dieharder PORTVERSION= 3.31.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf Modified: head/math/fflas-ffpack/Makefile ============================================================================== --- head/math/fflas-ffpack/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/fflas-ffpack/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= fflas-ffpack PORTVERSION= 1.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://linalg.org/ LOCAL/bf Modified: head/math/giacxcas/Makefile ============================================================================== --- head/math/giacxcas/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/giacxcas/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= giacxcas PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/giac/ \ http://www.math.jussieu.fr/~han/xcas/sources/v2/ Modified: head/math/gsl/Makefile ============================================================================== --- head/math/gsl/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/gsl/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,6 +3,7 @@ PORTNAME= gsl PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU @@ -11,10 +12,11 @@ COMMENT= The GNU Scientific Library - ma LICENSE= GPLv3 -USES= makeinfo +USES= libtool makeinfo pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' +INSTALL_TARGET= install-strip INFO= gsl-ref Modified: head/math/gsl/pkg-plist ============================================================================== --- head/math/gsl/pkg-plist Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/gsl/pkg-plist Sun Aug 17 13:09:56 2014 (r365182) @@ -221,13 +221,13 @@ include/gsl/gsl_version.h include/gsl/gsl_wavelet.h include/gsl/gsl_wavelet2d.h lib/libgsl.a -lib/libgsl.la lib/libgsl.so -lib/libgsl.so.17 +lib/libgsl.so.0 +lib/libgsl.so.0.17.0 lib/libgslcblas.a -lib/libgslcblas.la lib/libgslcblas.so lib/libgslcblas.so.0 +lib/libgslcblas.so.0.0.0 libdata/pkgconfig/gsl.pc share/aclocal/gsl.m4 man/man1/gsl-config.1.gz Modified: head/math/labplot/Makefile ============================================================================== --- head/math/labplot/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/labplot/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= labplot PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.0 Modified: head/math/libflame/Makefile ============================================================================== --- head/math/libflame/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/libflame/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= libflame DISTVERSION= r7421 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.cs.utexas.edu/users/%SUBDIR%/:1,2 LOCAL/bf:3 MASTER_SITE_SUBDIR= flame/snapshots/:1 field/docs/:2 Modified: head/math/ocamlgsl/Makefile ============================================================================== --- head/math/ocamlgsl/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/ocamlgsl/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,6 +3,7 @@ PORTNAME= ocaml-gsl PORTVERSION= 1.15.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://bitbucket.org/mmottl/gsl-ocaml/downloads/ DISTNAME= gsl-ocaml-${PORTVERSION} Modified: head/math/octave-forge-gsl/Makefile ============================================================================== --- head/math/octave-forge-gsl/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/octave-forge-gsl/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= octave-forge-gsl PORTVERSION= 1.0.8 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/orpie/Makefile ============================================================================== --- head/math/orpie/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/orpie/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,6 +3,7 @@ PORTNAME= orpie PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES+= math MASTER_SITES= http://pessimization.com/software/orpie/ Modified: head/math/p5-Math-GSL/Makefile ============================================================================== --- head/math/p5-Math-GSL/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/p5-Math-GSL/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,6 +3,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/pspp/Makefile ============================================================================== --- head/math/pspp/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/pspp/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,6 +3,7 @@ PORTNAME= pspp PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU Modified: head/math/py-gsl/Makefile ============================================================================== --- head/math/py-gsl/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/py-gsl/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= gsl PORTVERSION= 0.9.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/qtiplot/Makefile ============================================================================== --- head/math/qtiplot/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/qtiplot/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= qtiplot DISTVERSION= 0.9.8.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ Modified: head/math/ruby-gsl/Makefile ============================================================================== --- head/math/ruby-gsl/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/math/ruby-gsl/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= gsl PORTVERSION= 1.14.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math ruby MASTER_SITES= RF MASTER_SITE_SUBDIR= rb-${PORTNAME} Modified: head/science/abinit/Makefile ============================================================================== --- head/science/abinit/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/science/abinit/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= abinit PORTVERSION= 5.7.3 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= science MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/science/afni/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -11,7 +11,7 @@ PORTNAME= afni PORTVERSION= 2012.04.17.2129 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science biology graphics MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/AFNI/${PORTVERSION}/ \ http://www.acadix.biz/Ports/distfiles/AFNI/${PORTVERSION}/ Modified: head/science/fisicalab/Makefile ============================================================================== --- head/science/fisicalab/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/science/fisicalab/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -2,7 +2,7 @@ PORTNAME= fisicalab PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science gnustep MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= fisicalab Modified: head/science/getdp/Makefile ============================================================================== --- head/science/getdp/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/science/getdp/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= getdp PORTVERSION= 2.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/science/gnudatalanguage/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) Modified: head/science/kst2/Makefile ============================================================================== --- head/science/kst2/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/science/kst2/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,7 +3,7 @@ PORTNAME= kst DISTVERSION= 2.0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science kde MASTER_SITES= SF/${PORTNAME}/Kst%20${DISTVERSION:C/-r.*//}/ Modified: head/science/py-mlpy/Makefile ============================================================================== --- head/science/py-mlpy/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/science/py-mlpy/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -3,6 +3,7 @@ PORTNAME= mlpy PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/step/Makefile ============================================================================== --- head/science/step/Makefile Sun Aug 17 12:47:41 2014 (r365181) +++ head/science/step/Makefile Sun Aug 17 13:09:56 2014 (r365182) @@ -2,7 +2,7 @@ PORTNAME= step PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408171309.s7HD9uEW000923>