From fe0730636309d31fbee348f1384702ba3c90b35c Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Fri, 6 Oct 2017 20:34:48 -0500 Subject: [PATCH] ghostscript 9.22: rev bump dependents fix whitespace and add modeline, where missing --- devel/camlimages/Portfile | 46 +++++++++-------- genealogy/gramps/Portfile | 1 + gnome/goffice/Portfile | 1 + graphics/ImageMagick/Portfile | 2 +- graphics/asymptote/Portfile | 2 +- graphics/djvu2pdf/Portfile | 1 + graphics/fig2ps/Portfile | 2 +- graphics/gimp2-devel/Portfile | 2 +- graphics/gimp2/Portfile | 1 + graphics/gimp3-devel/Portfile | 2 +- graphics/pstoedit/Portfile | 2 +- graphics/sam2p/Portfile | 2 +- graphics/xfig/Portfile | 1 + mail/claws-mail/Portfile | 1 + math/DoCon/Portfile | 2 +- math/gsl/Portfile | 2 +- math/imaxima/Portfile | 3 ++ math/octave-legacy/Portfile | 2 +- math/octave/Portfile | 2 +- math/pyxplot/Portfile | 2 +- print/latex2html/Portfile | 1 + print/libspectre/Portfile | 2 +- print/ps2eps/Portfile | 1 + print/scribus/Portfile | 2 +- python/impressive/Portfile | 2 +- python/py-matplotlib/Portfile | 1 + science/gmt4/Portfile | 1 + science/gmt5/Portfile | 8 ++- science/gri/Portfile | 2 +- science/magicspp/Portfile | 2 +- sysutils/groff/Portfile | 2 +- sysutils/littleutils/Portfile | 2 +- tex/dvipng/Portfile | 2 +- tex/texlive-bin/Portfile | 2 +- textproc/canna/Portfile | 2 +- textproc/lilypond-devel/Portfile | 1 + textproc/lilypond/Portfile | 2 +- textproc/psbind/Portfile | 2 +- textproc/xmlstarlet/Portfile | 2 +- www/gallery/Portfile | 88 ++++++++++++++++---------------- www/pathalizer/Portfile | 2 +- www/webdot/Portfile | 1 + x11/xcircuit-devel/Portfile | 1 + x11/xcircuit/Portfile | 1 + 44 files changed, 119 insertions(+), 92 deletions(-) diff --git a/devel/camlimages/Portfile b/devel/camlimages/Portfile index 28e2b53da6748..26d63fc5117c0 100644 --- a/devel/camlimages/Portfile +++ b/devel/camlimages/Portfile @@ -1,32 +1,34 @@ -PortSystem 1.0 +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 -name camlimages -version 4.0.1 -revision 13 -categories devel graphics +PortSystem 1.0 + +name camlimages +version 4.0.1 +revision 14 +categories devel graphics license {LGPL-2 Permissive} -maintainers nomaintainer -description Objective Caml interface to image manipulation functions. -long_description Camlimages provides basic functions for image processing \ - and loading/saving various image file formats, an \ - interface to display images, and a Freetype interface \ - to render TrueType fonts. -homepage http://gallium.inria.fr/camlimages/ +maintainers nomaintainer +description Objective Caml interface to image manipulation functions. +long_description Camlimages provides basic functions for image processing \ + and loading/saving various image file formats, an \ + interface to display images, and a Freetype interface \ + to render TrueType fonts. +homepage http://gallium.inria.fr/camlimages/ -patchfiles patch-src-jpegread.c.diff patch-png.diff +patchfiles patch-src-jpegread.c.diff patch-png.diff -platforms darwin +platforms darwin -master_sites https://bitbucket.org/camlspotter/camlimages/get/ +master_sites https://bitbucket.org/camlspotter/camlimages/get/ distname v${version} -checksums rmd160 dd3a1aeb43bc7459781958a93db23ce32d0ca6e6 \ +checksums rmd160 dd3a1aeb43bc7459781958a93db23ce32d0ca6e6 \ sha256 b40237c1505487049799a7af296eb3996b3fa08eab94415546f46d61355747c4 depends_build port:ocaml-findlib port:omake -depends_lib port:ocaml port:jpeg \ - port:tiff port:giflib \ - port:libpng port:ghostscript port:xpm +depends_lib port:ocaml port:jpeg \ + port:tiff port:giflib \ + port:libpng port:ghostscript port:xpm worksrcdir camlspotter-${name}-c803efa9d5d3 @@ -54,7 +56,7 @@ pre-destroot { variant lablgtk2 { build.args-delete SUPPORT_LABLGTK2=false destroot.args-delete SUPPORT_LABLGTK2=false - build.args-append SUPPORT_LABLGTK2=true - destroot.args-append SUPPORT_LABLGTK2=true - depends_lib-append port:lablgtk2 + build.args-append SUPPORT_LABLGTK2=true + destroot.args-append SUPPORT_LABLGTK2=true + depends_lib-append port:lablgtk2 } diff --git a/genealogy/gramps/Portfile b/genealogy/gramps/Portfile index c5ed5c55dddb3..ea7e6741e4a45 100644 --- a/genealogy/gramps/Portfile +++ b/genealogy/gramps/Portfile @@ -4,6 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 github.setup gramps-project gramps 4.2.6 v +revision 1 PortGroup python 1.0 diff --git a/gnome/goffice/Portfile b/gnome/goffice/Portfile index 720a411d8b3c0..ff109ab48deaa 100644 --- a/gnome/goffice/Portfile +++ b/gnome/goffice/Portfile @@ -20,6 +20,7 @@ use_xz yes if {${name} eq ${subport}} { epoch 1 version 0.10.35 + revision 1 license {GPL-2 GPL-3} diff --git a/graphics/ImageMagick/Portfile b/graphics/ImageMagick/Portfile index 8293c0068de5c..35c37d781c43f 100644 --- a/graphics/ImageMagick/Portfile +++ b/graphics/ImageMagick/Portfile @@ -10,7 +10,7 @@ PortGroup conflicts_build 1.0 name ImageMagick version 6.9.9-11 -revision 1 +revision 2 set reasonable_version [lindex [split ${version} -] 0] homepage http://www.imagemagick.org/ categories graphics devel diff --git a/graphics/asymptote/Portfile b/graphics/asymptote/Portfile index fcc0c35affade..ca257a4b83135 100644 --- a/graphics/asymptote/Portfile +++ b/graphics/asymptote/Portfile @@ -5,7 +5,7 @@ PortGroup github 1.0 PortGroup texlive 1.0 github.setup vectorgraphics asymptote 2.41 -revision 2 +revision 3 categories graphics maintainers mojca openmaintainer description A vector graphics language diff --git a/graphics/djvu2pdf/Portfile b/graphics/djvu2pdf/Portfile index 38368fb7b8d9b..f4bbe242a7ce5 100644 --- a/graphics/djvu2pdf/Portfile +++ b/graphics/djvu2pdf/Portfile @@ -4,6 +4,7 @@ PortSystem 1.0 name djvu2pdf version 0.9.2 +revision 1 categories graphics platforms darwin maintainers nicos openmaintainer diff --git a/graphics/fig2ps/Portfile b/graphics/fig2ps/Portfile index 495d4c3b40e8e..ea0822d77f2df 100644 --- a/graphics/fig2ps/Portfile +++ b/graphics/fig2ps/Portfile @@ -5,7 +5,7 @@ PortSystem 1.0 name fig2ps conflicts TeXmacs version 1.5 -revision 1 +revision 2 categories graphics tex license GPL-2 maintainers nomaintainer diff --git a/graphics/gimp2-devel/Portfile b/graphics/gimp2-devel/Portfile index 365f5ab76b647..7082b20ebb91a 100644 --- a/graphics/gimp2-devel/Portfile +++ b/graphics/gimp2-devel/Portfile @@ -9,7 +9,7 @@ set git_name gimp set git_commit 8370fb13a7458e04ed86fe6bff61912d720dbda5 set git_date 20160517 version 2.9.3-${git_date} -revision 8 +revision 9 license GPL-3+ categories graphics maintainers {devans @dbevans} diff --git a/graphics/gimp2/Portfile b/graphics/gimp2/Portfile index d5abeb79c800e..2b2886503f6c1 100644 --- a/graphics/gimp2/Portfile +++ b/graphics/gimp2/Portfile @@ -7,6 +7,7 @@ name gimp2 conflicts gimp2-devel gimp3-devel # please remember to update the gimp metapackage to match version 2.8.22 +revision 1 license GPL-3+ categories graphics maintainers {devans @dbevans} diff --git a/graphics/gimp3-devel/Portfile b/graphics/gimp3-devel/Portfile index e7022481eb863..27a1323cf359d 100644 --- a/graphics/gimp3-devel/Portfile +++ b/graphics/gimp3-devel/Portfile @@ -9,7 +9,7 @@ set git_name gimp set git_commit fc73b3249d8b223bfa0a0434ea18d2c5b3bc57b8 set git_date 20160330 version 2.99.0-${git_date} -revision 8 +revision 9 license GPL-3+ categories graphics maintainers {devans @dbevans} diff --git a/graphics/pstoedit/Portfile b/graphics/pstoedit/Portfile index 5d072d380c762..c916321e0bf75 100644 --- a/graphics/pstoedit/Portfile +++ b/graphics/pstoedit/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name pstoedit version 3.70 -revision 6 +revision 7 categories graphics platforms darwin maintainers nomaintainer diff --git a/graphics/sam2p/Portfile b/graphics/sam2p/Portfile index 6c48710b447ae..156044b5790cf 100644 --- a/graphics/sam2p/Portfile +++ b/graphics/sam2p/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name sam2p version 0.49.2 -revision 3 +revision 4 categories graphics platforms darwin license GPL-2 diff --git a/graphics/xfig/Portfile b/graphics/xfig/Portfile index 43c7eabd9e1bd..22d3e32f8fe28 100644 --- a/graphics/xfig/Portfile +++ b/graphics/xfig/Portfile @@ -4,6 +4,7 @@ PortSystem 1.0 name xfig version 3.2.6a +revision 1 categories graphics x11 license Permissive maintainers nomaintainer diff --git a/mail/claws-mail/Portfile b/mail/claws-mail/Portfile index 116beba1059d2..dfba1ef72f931 100644 --- a/mail/claws-mail/Portfile +++ b/mail/claws-mail/Portfile @@ -5,6 +5,7 @@ PortGroup active_variants 1.1 name claws-mail version 3.15.1 +revision 1 categories mail news platforms darwin license GPL-3+ diff --git a/math/DoCon/Portfile b/math/DoCon/Portfile index c2eb7e82f77b7..7a4e1739fdea2 100644 --- a/math/DoCon/Portfile +++ b/math/DoCon/Portfile @@ -5,7 +5,7 @@ PortSystem 1.0 name DoCon set shortname docon version 2.11 -revision 3 +revision 4 categories math devel maintainers nomaintainer platforms darwin diff --git a/math/gsl/Portfile b/math/gsl/Portfile index 21f08278a66b2..a8179b1aa6087 100644 --- a/math/gsl/Portfile +++ b/math/gsl/Portfile @@ -5,7 +5,7 @@ PortGroup compilers 1.0 name gsl version 2.4 -revision 1 +revision 2 categories math science maintainers dtakahashi openmaintainer license GPL-3+ diff --git a/math/imaxima/Portfile b/math/imaxima/Portfile index 148bcac57c5c9..1336093b6d679 100644 --- a/math/imaxima/Portfile +++ b/math/imaxima/Portfile @@ -1,7 +1,10 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + PortSystem 1.0 name imaxima version 1.0 +revision 1 categories math maintainers nomaintainer description GUI front-end for Maxima diff --git a/math/octave-legacy/Portfile b/math/octave-legacy/Portfile index 69fce47ce4c68..e3bc16cac060f 100644 --- a/math/octave-legacy/Portfile +++ b/math/octave-legacy/Portfile @@ -8,7 +8,7 @@ PortGroup compilers 1.0 name octave-legacy version 3.8.2 -revision 3 +revision 4 categories math science maintainers nomaintainer license GPL-3 diff --git a/math/octave/Portfile b/math/octave/Portfile index 38d031ce57dd0..dfbaa1da6e552 100644 --- a/math/octave/Portfile +++ b/math/octave/Portfile @@ -12,7 +12,7 @@ compiler.blacklist-append {*gcc-4.6} {clang < 700} name octave version 4.2.1 -revision 7 +revision 8 categories math science platforms darwin license GPL-3+ diff --git a/math/pyxplot/Portfile b/math/pyxplot/Portfile index 92c218a370071..cd79841cbb02c 100644 --- a/math/pyxplot/Portfile +++ b/math/pyxplot/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name pyxplot version 0.9.2 -revision 6 +revision 7 categories math science platforms darwin maintainers {mps @Schamschula} openmaintainer diff --git a/print/latex2html/Portfile b/print/latex2html/Portfile index 7b121a192a5de..0ff2532a23cfd 100644 --- a/print/latex2html/Portfile +++ b/print/latex2html/Portfile @@ -5,6 +5,7 @@ PortGroup texlive 1.0 name latex2html version 2015 +revision 1 categories print platforms darwin maintainers nomaintainer diff --git a/print/libspectre/Portfile b/print/libspectre/Portfile index d4f850d7c0911..ad4ce07688911 100644 --- a/print/libspectre/Portfile +++ b/print/libspectre/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name libspectre version 0.2.8 -revision 1 +revision 2 description Libspectre is a small library for rendering PostScript documents. long_description ${description} \ It provides a convenient easy to use API for handling and rendering \ diff --git a/print/ps2eps/Portfile b/print/ps2eps/Portfile index 18ae1aa8ba015..1256702eb3fc9 100644 --- a/print/ps2eps/Portfile +++ b/print/ps2eps/Portfile @@ -4,6 +4,7 @@ PortSystem 1.0 name ps2eps distname ${name} version 1.68 +revision 1 categories print platforms darwin license GPL-2+ diff --git a/print/scribus/Portfile b/print/scribus/Portfile index ce39bc03c2be5..1445ada05f210 100644 --- a/print/scribus/Portfile +++ b/print/scribus/Portfile @@ -7,7 +7,7 @@ PortGroup qt4 1.0 name scribus epoch 1 version 1.4.6 -revision 1 +revision 2 categories print license GPL-2+ platforms darwin diff --git a/python/impressive/Portfile b/python/impressive/Portfile index 93055b537fe32..0dd802fe5986e 100644 --- a/python/impressive/Portfile +++ b/python/impressive/Portfile @@ -5,7 +5,7 @@ PortGroup python 1.0 name impressive version 0.11.1 -revision 2 +revision 3 categories-append graphics license GPL-2 maintainers nomaintainer diff --git a/python/py-matplotlib/Portfile b/python/py-matplotlib/Portfile index a1a4b8dfb5920..d9f01be421544 100644 --- a/python/py-matplotlib/Portfile +++ b/python/py-matplotlib/Portfile @@ -5,6 +5,7 @@ PortGroup python 1.0 PortGroup github 1.0 github.setup matplotlib matplotlib 2.1.0 v +revision 1 name py-matplotlib categories-append graphics math diff --git a/science/gmt4/Portfile b/science/gmt4/Portfile index b1deda8dee5fc..2d81160432ded 100644 --- a/science/gmt4/Portfile +++ b/science/gmt4/Portfile @@ -4,6 +4,7 @@ PortSystem 1.0 name gmt4 version 4.5.15 +revision 1 categories science platforms darwin maintainers takeshi diff --git a/science/gmt5/Portfile b/science/gmt5/Portfile index f29d58ca751fd..a8aebb592e38d 100644 --- a/science/gmt5/Portfile +++ b/science/gmt5/Portfile @@ -5,9 +5,11 @@ PortGroup cmake 1.0 name gmt5 version 5.4.2 +revision 1 categories science platforms darwin -maintainers takeshi +maintainers eprofs.de:florian \ + takeshi license GPL-3 description The Generic Mapping Tools long_description GMT is an open source collection of ~120 tools \ @@ -28,6 +30,10 @@ master_sites ftp://ftp.soest.hawaii.edu/gmt \ use_xz yes distname gmt-${version} distfiles ${distname}-src${extract.suffix} + +# stealth update +dist_subdir ${name}/${version}_1 + checksums rmd160 ed90b3b46aeb98b7d5ed9bb0c68fbf7ebf7df929 \ sha256 ddcd63094aeda5a60f541626ed7ab4a78538d52dea24ba915f168e4606e587f5 diff --git a/science/gri/Portfile b/science/gri/Portfile index 1c7e69edcd9a3..081aa950f3219 100644 --- a/science/gri/Portfile +++ b/science/gri/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name gri version 2.12.23 -revision 2 +revision 3 categories science graphics platforms darwin license GPL-3 diff --git a/science/magicspp/Portfile b/science/magicspp/Portfile index ec5d9e0a9d242..c2673eec7141a 100644 --- a/science/magicspp/Portfile +++ b/science/magicspp/Portfile @@ -10,7 +10,7 @@ perl5.branches 5.24 name magicspp version 2.29.4 -revision 7 +revision 8 platforms darwin maintainers takeshi license Apache-2 diff --git a/sysutils/groff/Portfile b/sysutils/groff/Portfile index e9ad6aed47d4b..30a8b76f50a60 100644 --- a/sysutils/groff/Portfile +++ b/sysutils/groff/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name groff version 1.22.3 -revision 2 +revision 3 categories sysutils textproc platforms darwin maintainers nomaintainer diff --git a/sysutils/littleutils/Portfile b/sysutils/littleutils/Portfile index 268ec657e2401..beb22977119b1 100644 --- a/sysutils/littleutils/Portfile +++ b/sysutils/littleutils/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name littleutils version 1.0.37 -revision 1 +revision 2 categories sysutils maintainers {mps @Schamschula} openmaintainer platforms darwin diff --git a/tex/dvipng/Portfile b/tex/dvipng/Portfile index 255511800dc66..d5190ce0883d7 100644 --- a/tex/dvipng/Portfile +++ b/tex/dvipng/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name dvipng version 1.15 -revision 2 +revision 3 categories tex maintainers {dports @drkp} openmaintainer description a DVI-to-PNG converter diff --git a/tex/texlive-bin/Portfile b/tex/texlive-bin/Portfile index 1e70f5ce1c024..a167bfd4d0235 100644 --- a/tex/texlive-bin/Portfile +++ b/tex/texlive-bin/Portfile @@ -12,7 +12,7 @@ PortGroup muniversal 1.0 name texlive-bin version 2017 -revision 1 +revision 2 categories tex maintainers {dports @drkp} diff --git a/textproc/canna/Portfile b/textproc/canna/Portfile index f94812bd8998c..fb311b14fa838 100644 --- a/textproc/canna/Portfile +++ b/textproc/canna/Portfile @@ -5,7 +5,7 @@ PortSystem 1.0 name canna version 3.7p3 set dicversion 0.95c -revision 4 +revision 5 categories textproc japanese maintainers nomaintainer description Kana-Kanji conversion system diff --git a/textproc/lilypond-devel/Portfile b/textproc/lilypond-devel/Portfile index 2fd3f21c3d6c1..71d827bcaa98d 100644 --- a/textproc/lilypond-devel/Portfile +++ b/textproc/lilypond-devel/Portfile @@ -6,6 +6,7 @@ PortGroup compiler_blacklist_versions 1.0 name lilypond-devel set my_name lilypond version 2.19.65 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories textproc maintainers snc openmaintainer diff --git a/textproc/lilypond/Portfile b/textproc/lilypond/Portfile index cf1f4f3a14ae5..566cd5b34cd0d 100644 --- a/textproc/lilypond/Portfile +++ b/textproc/lilypond/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name lilypond version 2.18.2 -revision 4 +revision 5 set branch [join [lrange [split ${version} .] 0 1] .] categories textproc maintainers snc openmaintainer diff --git a/textproc/psbind/Portfile b/textproc/psbind/Portfile index 22fa47cea04dd..e28f2b15a1fb1 100644 --- a/textproc/psbind/Portfile +++ b/textproc/psbind/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name psbind version 20030617 -revision 3 +revision 4 categories textproc print license GPL-2+ platforms darwin diff --git a/textproc/xmlstarlet/Portfile b/textproc/xmlstarlet/Portfile index 68886451cb5a5..8bc32392064c9 100644 --- a/textproc/xmlstarlet/Portfile +++ b/textproc/xmlstarlet/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name xmlstarlet version 1.6.1 -revision 1 +revision 2 categories textproc maintainers nomaintainer license MIT diff --git a/www/gallery/Portfile b/www/gallery/Portfile index 9e39e629703b1..df6a467c6ed2a 100644 --- a/www/gallery/Portfile +++ b/www/gallery/Portfile @@ -1,52 +1,54 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + PortSystem 1.0 -name gallery -version 2.3.1 -revision 6 -categories www -maintainers gmail.com:ckieffer -supported_archs noarch -license GPL-2 +name gallery +version 2.3.1 +revision 7 +categories www +maintainers gmail.com:ckieffer +supported_archs noarch +license GPL-2 -description Gallery is a web based photo album written using PHP -long_description Gallery is a web based software product that lets you manage your \ - photos on your own website. You must have your own website with PHP \ - support in order to install and use it. With Gallery you can easily \ - create and maintain albums of photos via an intuitive interface. Photo \ - management includes automatic thumbnail creation, image resizing, \ - rotation, ordering, captioning, searching and more. Albums can have \ - read, write and caption permissions per individual authenticated user \ - for an additional level of privacy. Give accounts to your friends and \ - family and let them upload and manage their own photos on your \ - website! +description Gallery is a web based photo album written using PHP +long_description Gallery is a web based software product that lets you manage your \ + photos on your own website. You must have your own website with PHP \ + support in order to install and use it. With Gallery you can easily \ + create and maintain albums of photos via an intuitive interface. Photo \ + management includes automatic thumbnail creation, image resizing, \ + rotation, ordering, captioning, searching and more. Albums can have \ + read, write and caption permissions per individual authenticated user \ + for an additional level of privacy. Give accounts to your friends and \ + family and let them upload and manage their own photos on your \ + website! -homepage http://gallery.menalto.com -master_sites sourceforge -distname gallery-${version}-full +homepage http://gallery.menalto.com +master_sites sourceforge +distname gallery-${version}-full -checksums sha1 6cecd8d9ca1dc036faebafe71352321b3b08074b \ - rmd160 751343d3ddaa7898eb0cb412e08c2c7570c70620 +checksums sha1 6cecd8d9ca1dc036faebafe71352321b3b08074b \ + rmd160 751343d3ddaa7898eb0cb412e08c2c7570c70620 -platforms darwin freebsd +platforms darwin freebsd -depends_run port:jhead \ - port:netpbm \ - port:unzip \ - port:ImageMagick \ - port:expat \ - port:fontconfig \ - port:ghostscript \ - port:jasper \ - port:jbigkit \ - port:lcms \ - port:libiconv \ - port:libxml2 \ - port:mpeg2vidcodec \ - path:bin/perl:perl5 \ - port:libpng \ - port:tiff - -depends_lib port:php5-web +depends_run port:jhead \ + port:netpbm \ + port:unzip \ + port:ImageMagick \ + port:expat \ + port:fontconfig \ + port:ghostscript \ + port:jasper \ + port:jbigkit \ + port:lcms \ + port:libiconv \ + port:libxml2 \ + port:mpeg2vidcodec \ + path:bin/perl:perl5 \ + port:libpng \ + port:tiff + +depends_lib port:php5-web variant mysql conflicts postgresql description {Use MySQL database} { depends_lib-append port:php5-mysql @@ -61,7 +63,7 @@ if {![variant_isset postgresql]} { } use_configure no -build {} +build {} destroot { xinstall -d ${destroot}${prefix}/www/data diff --git a/www/pathalizer/Portfile b/www/pathalizer/Portfile index 24fe94ff56fdc..3abddfbc645b2 100644 --- a/www/pathalizer/Portfile +++ b/www/pathalizer/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name pathalizer version 0.7 -revision 1 +revision 2 categories www platforms darwin maintainers nomaintainer diff --git a/www/webdot/Portfile b/www/webdot/Portfile index 02d862d4546eb..cc6f6154a077d 100644 --- a/www/webdot/Portfile +++ b/www/webdot/Portfile @@ -5,6 +5,7 @@ PortGroup active_variants 1.1 name webdot version 2.30 +revision 1 categories www graphics maintainers ryandesign homepage http://www.graphviz.org/ diff --git a/x11/xcircuit-devel/Portfile b/x11/xcircuit-devel/Portfile index 105d57808b91c..adfe27a2e6e3c 100644 --- a/x11/xcircuit-devel/Portfile +++ b/x11/xcircuit-devel/Portfile @@ -4,6 +4,7 @@ PortSystem 1.0 name xcircuit-devel version 3.9.70 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories x11 cad platforms darwin diff --git a/x11/xcircuit/Portfile b/x11/xcircuit/Portfile index 4144ad8b3dabc..6abe2ba80f879 100644 --- a/x11/xcircuit/Portfile +++ b/x11/xcircuit/Portfile @@ -5,6 +5,7 @@ PortGroup active_variants 1.1 name xcircuit version 3.8.83 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories x11 cad platforms darwin