Bug 183141 - [exp-run] Update math/mpc to 1.0.1
Summary: [exp-run] Update math/mpc to 1.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-21 02:50 UTC by gerald
Modified: 2013-10-26 02:52 UTC (History)
0 users

See Also:


Attachments
file.diff (4.70 KB, patch)
2013-10-21 02:50 UTC, gerald
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gerald 2013-10-21 02:50:00 UTC
	I'd like to update match/mpc from version 0.9 to 1.0.1.
	Given the large number of dependencies (all modern GCC
	ports, for example) this is in need of an -exp run.

	Note¹ the .so version bump.
	Note² a few ports that had the .so hardcoded, which
	  I'm moving to the new LIB_DEPENDS scheme on the way.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 02:50:08 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 02:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gerald

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 Gerald Pfeifer freebsd_committer freebsd_triage 2013-10-21 03:01:33 UTC
Responsible Changed
From-To: gerald->portmgr

Can you guys please do an -exp run for this? 

I suggest to commit the lang/gcc patch and this one directly after 
each other, so that users only need to go through the exercise of 
a larger PORTREVISION bump series once.
Comment 4 Bryan Drewery freebsd_committer freebsd_triage 2013-10-22 01:12:52 UTC
Responsible Changed
From-To: portmgr->bdrewery

take for exp-run
Comment 5 Bryan Drewery freebsd_committer freebsd_triage 2013-10-23 01:14:32 UTC
Only 1 new odd failure:

http://package19.nyi.freebsd.org/bulk/91amd64-default-pr_183141/2013-10-22_00h12m45s/logs/errors/dejagnu-1.5.1.log

Not sure how that happened, but it causes 30 ports to skip.

This is new as well, but may not be related:

http://package19.nyi.freebsd.org/bulk/91amd64-default-pr_183141/2013-10-22_00h12m45s/logs/errors/rubinius-1.2.4_2.log

-- 
Regards,
Bryan Drewery
Comment 6 Bryan Drewery freebsd_committer freebsd_triage 2013-10-23 01:14:55 UTC
Responsible Changed
From-To: bdrewery->gerald

exp-run done
Comment 7 dfilter service freebsd_committer freebsd_triage 2013-10-26 01:53:07 UTC
Author: gerald
Date: Sat Oct 26 00:52:33 2013
New Revision: 331644
URL: http://svnweb.freebsd.org/changeset/ports/331644

Log:
  Update to libmpc version 1.0.1 which brings the following fixes:
  
   - Switched to automake 1.11.6, see CVE-2012-3386.
   - #14669: Fixed extraction of CC from gmp.h.
   - Fixed case of intermediate zero real or imaginary part in mpc_fma,
     found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
  
  This is on top of the following changes from version 1.0
  
   - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
     invariant sections) for the documentation.
   - 100% of all lines are covered by tests
   - Renamed functions
     . mpc_mul_2exp to mpc_mul_2ui
     . mpc_div_2exp to mpc_div_2ui
   - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
   - Removed compatibility with K&R compilers, which was untestable due
     to lack of such compilers.
   - New functions
     . mpc_log10
     . mpc_mul_2si, mpc_div_2si
   - Speed-ups
     . mpc_fma
   - Bug fixes
     . mpc_div and mpc_norm now return a value indicating the effective
       rounding direction, as the other functions.
     . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
       there are over- or underflows during the computation.
     . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
       infinite part and equals output variable is corrected.
     . mpc_fr_sub: Wrong return value for imaginary part is corrected.
  
  Convert to the new LIB_DEPENDS standard and remove hard-coded
  .so versions from a couple of dependent ports.
  
  Bump PORTREVISIONS of all dependent ports.
  
  PR:		183141
  Approved by:	portmgr (bdrewery)

Modified:
  head/archivers/hs-tar/Makefile
  head/archivers/hs-zip-archive/Makefile
  head/archivers/hs-zlib-bindings/Makefile
  head/archivers/hs-zlib-conduit/Makefile
  head/archivers/hs-zlib-enum/Makefile
  head/archivers/hs-zlib/Makefile
  head/astro/R-cran-maptools/Makefile
  head/astro/astrometry/Makefile
  head/astro/nightfall/Makefile
  head/astro/py-RO/Makefile
  head/astro/py-aipy/Makefile
  head/astro/py-astLib/Makefile
  head/astro/py-pyfits/Makefile
  head/astro/xtide/Makefile
  head/audio/amarok-kde4/Makefile
  head/audio/beast/Makefile
  head/audio/gramofile/Makefile
  head/audio/hs-ALUT/Makefile
  head/audio/hs-OpenAL/Makefile
  head/audio/hs-libmpd/Makefile
  head/audio/mbox/Makefile
  head/audio/py-karaoke/Makefile
  head/audio/py-tagpy/Makefile
  head/audio/spek/Makefile
  head/audio/squash/Makefile
  head/audio/tuxguitar/Makefile
  head/audio/waheela/Makefile
  head/benchmarks/himenobench/Makefile
  head/benchmarks/hpl/Makefile
  head/benchmarks/hs-criterion/Makefile
  head/benchmarks/imb/Makefile
  head/benchmarks/mdtest/Makefile
  head/benchmarks/octave-forge-benchmark/Makefile
  head/biology/crux/Makefile
  head/biology/molden/Makefile
  head/biology/ortep3/Makefile
  head/biology/platon/Makefile
  head/biology/plink/Makefile
  head/biology/psi88/Makefile
  head/biology/py-biopython/Makefile
  head/biology/pycogent/Makefile
  head/biology/pyfasta/Makefile
  head/biology/seqan/Makefile
  head/biology/t_coffee/Makefile
  head/biology/tinker/Makefile
  head/cad/calculix/Makefile
  head/cad/feappv/Makefile
  head/cad/gmsh-occ/Makefile
  head/cad/gmsh/Makefile
  head/cad/gspiceui/Makefile
  head/cad/meshlab/Makefile
  head/cad/pdnmesh/Makefile
  head/cad/salome-med/Makefile
  head/cad/salome-multipr/Makefile
  head/cad/salome-netgenplugin/Makefile
  head/cad/salome-sierpinsky/Makefile
  head/cad/salome-smesh/Makefile
  head/cad/salome-visu/Makefile
  head/cad/salome/Makefile
  head/cad/sceptre/Makefile
  head/cad/scotch/Makefile
  head/cad/tochnog/Makefile
  head/chinese/ibus-pinyin/Makefile
  head/comms/dabstick-radio/Makefile
  head/comms/efax-gtk/Makefile
  head/comms/ems-flasher/Makefile
  head/comms/gmfsk/Makefile
  head/comms/gnuradio/Makefile
  head/comms/gqrx/Makefile
  head/comms/gr-osmosdr/Makefile
  head/comms/wsjt/Makefile
  head/comms/wspr/Makefile
  head/converters/R-cran-RJSONIO/Makefile
  head/converters/R-cran-rjson/Makefile
  head/converters/hs-aeson/Makefile
  head/converters/hs-dataenc/Makefile
  head/converters/hs-json/Makefile
  head/converters/wkhtmltopdf/Makefile
  head/databases/R-cran-DBI/Makefile
  head/databases/R-cran-RMySQL/Makefile
  head/databases/R-cran-RSQLite.extfuns/Makefile
  head/databases/R-cran-RSQLite/Makefile
  head/databases/R-cran-sqldf/Makefile
  head/databases/grass/Makefile
  head/databases/hs-mysql/Makefile
  head/databases/hs-persistent-sqlite/Makefile
  head/databases/hs-persistent-template/Makefile
  head/databases/hs-persistent/Makefile
  head/deskutils/cycle/Makefile
  head/deskutils/google-gadgets/Makefile
  head/deskutils/growl-for-linux/Makefile
  head/deskutils/kdeplasma-addons/Makefile
  head/deskutils/labyrinth/Makefile
  head/deskutils/mirall/Makefile
  head/deskutils/notify-osd/Makefile
  head/deskutils/plasma-applet-daisy/Makefile
  head/deskutils/plasma-applet-fancytasks/Makefile
  head/deskutils/plasma-applet-panelspacer/Makefile
  head/deskutils/plasma-applet-serverstatuswidget/Makefile
  head/deskutils/plasma-applet-yawp/Makefile
  head/deskutils/silence/Makefile
  head/deskutils/taskcoach/Makefile
  head/deskutils/wammu/Makefile
  head/devel/R-cran-Defaults/Makefile
  head/devel/R-cran-Hmisc/Makefile
  head/devel/R-cran-RUnit/Makefile
  head/devel/R-cran-Rcpp/Makefile
  head/devel/R-cran-bitops/Makefile
  head/devel/R-cran-caTools/Makefile
  head/devel/R-cran-caret/Makefile
  head/devel/R-cran-chron/Makefile
  head/devel/R-cran-foreach/Makefile
  head/devel/R-cran-gbm/Makefile
  head/devel/R-cran-gdata/Makefile
  head/devel/R-cran-glmnet/Makefile
  head/devel/R-cran-gsubfn/Makefile
  head/devel/R-cran-gtools/Makefile
  head/devel/R-cran-iterators/Makefile
  head/devel/R-cran-itertools/Makefile
  head/devel/R-cran-memoise/Makefile
  head/devel/R-cran-plyr/Makefile
  head/devel/R-cran-proto/Makefile
  head/devel/R-cran-randomForest/Makefile
  head/devel/R-cran-reshape/Makefile
  head/devel/R-cran-reshape2/Makefile
  head/devel/arduino-glcd/Makefile
  head/devel/arduino-irremote/Makefile
  head/devel/arduino-mk/Makefile
  head/devel/arduino/Makefile
  head/devel/astyle/Makefile
  head/devel/avr-gcc/Makefile
  head/devel/avr-libc/Makefile
  head/devel/bisoncpp/Makefile
  head/devel/boaconstructor/Makefile
  head/devel/clanlib/Makefile
  head/devel/cocaine-core/Makefile
  head/devel/covtool/Makefile
  head/devel/creduce/Makefile
  head/devel/cross-gcc/Makefile
  head/devel/cvs2darcs/Makefile
  head/devel/drpython/Makefile
  head/devel/eris/Makefile
  head/devel/flowdesigner/Makefile
  head/devel/freeocl/Makefile
  head/devel/hs-BNFC/Makefile
  head/devel/hs-Boolean/Makefile
  head/devel/hs-ConfigFile/Makefile
  head/devel/hs-DeepArrow/Makefile
  head/devel/hs-HUnit/Makefile
  head/devel/hs-IORefCAS/Makefile
  head/devel/hs-IfElse/Makefile
  head/devel/hs-List/Makefile
  head/devel/hs-MaybeT/Makefile
  head/devel/hs-MemoTrie/Makefile
  head/devel/hs-MissingH/Makefile
  head/devel/hs-MonadCatchIO-mtl/Makefile
  head/devel/hs-MonadCatchIO-transformers/Makefile
  head/devel/hs-MonadRandom/Makefile
  head/devel/hs-ObjectName/Makefile
  head/devel/hs-PSQueue/Makefile
  head/devel/hs-QuickCheck/Makefile
  head/devel/hs-ReadArgs/Makefile
  head/devel/hs-SafeSemaphore/Makefile
  head/devel/hs-StateVar/Makefile
  head/devel/hs-Stream/Makefile
  head/devel/hs-Tensor/Makefile
  head/devel/hs-TypeCompose/Makefile
  head/devel/hs-abstract-deque/Makefile
  head/devel/hs-abstract-par/Makefile
  head/devel/hs-activehs-base/Makefile
  head/devel/hs-alex/Makefile
  head/devel/hs-ansi-terminal/Makefile
  head/devel/hs-ansi-wl-pprint/Makefile
  head/devel/hs-arrows/Makefile
  head/devel/hs-asn1-data/Makefile
  head/devel/hs-asn1-types/Makefile
  head/devel/hs-async/Makefile
  head/devel/hs-attempt/Makefile
  head/devel/hs-base-unicode-symbols/Makefile
  head/devel/hs-base16-bytestring/Makefile
  head/devel/hs-base64-bytestring/Makefile
  head/devel/hs-base64-conduit/Makefile
  head/devel/hs-basic-prelude/Makefile
  head/devel/hs-bifunctors/Makefile
  head/devel/hs-bits-atomic/Makefile
  head/devel/hs-blaze-builder-conduit/Makefile
  head/devel/hs-blaze-builder-enumerator/Makefile
  head/devel/hs-blaze-builder/Makefile
  head/devel/hs-blaze-textual/Makefile
  head/devel/hs-bloomfilter/Makefile
  head/devel/hs-bsd-sysctl/Makefile
  head/devel/hs-byteorder/Makefile
  head/devel/hs-bytestring-nums/Makefile
  head/devel/hs-bytestring-show/Makefile
  head/devel/hs-c2hs/Makefile
  head/devel/hs-cabal-install/Makefile
  head/devel/hs-cereal/Makefile
  head/devel/hs-checkers/Makefile
  head/devel/hs-classy-prelude-conduit/Makefile
  head/devel/hs-classy-prelude/Makefile
  head/devel/hs-cmdargs/Makefile
  head/devel/hs-conduit/Makefile
  head/devel/hs-configurator/Makefile
  head/devel/hs-convertible/Makefile
  head/devel/hs-cpphs/Makefile
  head/devel/hs-darcs/Makefile
  head/devel/hs-data-default-class/Makefile
  head/devel/hs-data-default-instances-base/Makefile
  head/devel/hs-data-default-instances-containers/Makefile
  head/devel/hs-data-default-instances-dlist/Makefile
  head/devel/hs-data-default-instances-old-locale/Makefile
  head/devel/hs-data-default/Makefile
  head/devel/hs-data-pprint/Makefile
  head/devel/hs-date-cache/Makefile
  head/devel/hs-datetime/Makefile
  head/devel/hs-directory-tree/Makefile
  head/devel/hs-dlist/Makefile
  head/devel/hs-edit-distance/Makefile
  head/devel/hs-either/Makefile
  head/devel/hs-enumerator/Makefile
  head/devel/hs-errors/Makefile
  head/devel/hs-extensible-exceptions/Makefile
  head/devel/hs-failure/Makefile
  head/devel/hs-fast-logger/Makefile
  head/devel/hs-fgl/Makefile
  head/devel/hs-file-embed/Makefile
  head/devel/hs-filemanip/Makefile
  head/devel/hs-filestore/Makefile
  head/devel/hs-filesystem-conduit/Makefile
  head/devel/hs-fsnotify/Makefile
  head/devel/hs-gconf/Makefile
  head/devel/hs-generic-deriving/Makefile
  head/devel/hs-geniplate/Makefile
  head/devel/hs-ghc-events/Makefile
  head/devel/hs-ghc-mtl/Makefile
  head/devel/hs-ghc-paths/Makefile
  head/devel/hs-gio/Makefile
  head/devel/hs-git-annex/Makefile
  head/devel/hs-glade/Makefile
  head/devel/hs-glib/Makefile
  head/devel/hs-gtk2hs-buildtools/Makefile
  head/devel/hs-haddock/Makefile
  head/devel/hs-happy/Makefile
  head/devel/hs-hashable/Makefile
  head/devel/hs-hashed-storage/Makefile
  head/devel/hs-hashtables/Makefile
  head/devel/hs-haskeline/Makefile
  head/devel/hs-haskell-platform/Makefile
  head/devel/hs-haskell-src-exts/Makefile
  head/devel/hs-haskell-src/Makefile
  head/devel/hs-hasktags/Makefile
  head/devel/hs-hastache/Makefile
  head/devel/hs-hinotify/Makefile
  head/devel/hs-hint/Makefile
  head/devel/hs-hlibev/Makefile
  head/devel/hs-hlint/Makefile
  head/devel/hs-hoogle/Makefile
  head/devel/hs-hslogger/Makefile
  head/devel/hs-hspec-expectations/Makefile
  head/devel/hs-hspec/Makefile
  head/devel/hs-kqueue/Makefile
  head/devel/hs-language-c/Makefile
  head/devel/hs-language-javascript/Makefile
  head/devel/hs-largeword/Makefile
  head/devel/hs-lazysmallcheck/Makefile
  head/devel/hs-lens/Makefile
  head/devel/hs-lifted-base/Makefile
  head/devel/hs-logict/Makefile
  head/devel/hs-mmap/Makefile
  head/devel/hs-mmorph/Makefile
  head/devel/hs-monad-control/Makefile
  head/devel/hs-monad-logger/Makefile
  head/devel/hs-monad-par-extras/Makefile
  head/devel/hs-monad-par/Makefile
  head/devel/hs-mtl/Makefile
  head/devel/hs-mueval/Makefile
  head/devel/hs-murmur-hash/Makefile
  head/devel/hs-optparse-applicative/Makefile
  head/devel/hs-parallel/Makefile
  head/devel/hs-pcre-light/Makefile
  head/devel/hs-pool-conduit/Makefile
  head/devel/hs-primitive/Makefile
  head/devel/hs-profunctor-extras/Makefile
  head/devel/hs-profunctors/Makefile
  head/devel/hs-project-template/Makefile
  head/devel/hs-quickcheck-io/Makefile
  head/devel/hs-random/Makefile
  head/devel/hs-ranges/Makefile
  head/devel/hs-reactive/Makefile
  head/devel/hs-readline/Makefile
  head/devel/hs-reflection/Makefile
  head/devel/hs-resource-pool/Makefile
  head/devel/hs-resourcet/Makefile
  head/devel/hs-safe/Makefile
  head/devel/hs-setenv/Makefile
  head/devel/hs-show/Makefile
  head/devel/hs-silently/Makefile
  head/devel/hs-simple-reflect/Makefile
  head/devel/hs-smallcheck/Makefile
  head/devel/hs-split/Makefile
  head/devel/hs-stm/Makefile
  head/devel/hs-strict/Makefile
  head/devel/hs-syb-with-class-instances-text/Makefile
  head/devel/hs-syb-with-class/Makefile
  head/devel/hs-syb/Makefile
  head/devel/hs-system-fileio/Makefile
  head/devel/hs-system-filepath/Makefile
  head/devel/hs-tagged/Makefile
  head/devel/hs-temporary/Makefile
  head/devel/hs-terminfo/Makefile
  head/devel/hs-test-framework-hunit/Makefile
  head/devel/hs-test-framework-quickcheck2/Makefile
  head/devel/hs-test-framework/Makefile
  head/devel/hs-testpack/Makefile
  head/devel/hs-text/Makefile
  head/devel/hs-threads/Makefile
  head/devel/hs-threadscope/Makefile
  head/devel/hs-time-compat/Makefile
  head/devel/hs-timezone-olson/Makefile
  head/devel/hs-timezone-series/Makefile
  head/devel/hs-transformers-base/Makefile
  head/devel/hs-transformers/Makefile
  head/devel/hs-unamb/Makefile
  head/devel/hs-uniplate/Makefile
  head/devel/hs-unix-compat/Makefile
  head/devel/hs-unix-time/Makefile
  head/devel/hs-unordered-containers/Makefile
  head/devel/hs-utf8-light/Makefile
  head/devel/hs-utf8-string/Makefile
  head/devel/hs-utility-ht/Makefile
  head/devel/hs-uuagc-bootstrap/Makefile
  head/devel/hs-uuagc-cabal/Makefile
  head/devel/hs-uuagc/Makefile
  head/devel/hs-uuid/Makefile
  head/devel/hs-uulib/Makefile
  head/devel/hs-vault/Makefile
  head/devel/hs-vector-algorithms/Makefile
  head/devel/hs-vector/Makefile
  head/devel/hs-void/Makefile
  head/devel/hs-word8/Makefile
  head/devel/kdebindings4/Makefile
  head/devel/kdesdk4/Makefile
  head/devel/kdevelop-kde4/Makefile
  head/devel/kdevelop-pg-qt/Makefile
  head/devel/kdevelop-php-docs/Makefile
  head/devel/kdevelop-php/Makefile
  head/devel/kdevplatform/Makefile
  head/devel/libYGP/Makefile
  head/devel/libbobcat/Makefile
  head/devel/libxs/Makefile
  head/devel/lockfree-malloc/Makefile
  head/devel/mercator/Makefile
  head/devel/mingw32-gcc/Makefile
  head/devel/msp430-gcc/Makefile
  head/devel/msp430-libc/Makefile
  head/devel/nemiver/Makefile
  head/devel/ocaml-lacaml/Makefile
  head/devel/p5-Test-Parser/Makefile
  head/devel/p5-perlkde/Makefile
  head/devel/psptoolchain-gcc-stage1/Makefile
  head/devel/psptoolchain/Makefile
  head/devel/pure-stldict/Makefile
  head/devel/py-cclib/Makefile
  head/devel/py-game/Makefile
  head/devel/py-itools/Makefile
  head/devel/py-ocempgui/Makefile
  head/devel/py-pykde4/Makefile
  head/devel/py-pykdeuic4/Makefile
  head/devel/py-robotframework-ride/Makefile
  head/devel/py-tables/Makefile
  head/devel/py-traits/Makefile
  head/devel/raknet/Makefile
  head/devel/ros-common_msgs/Makefile
  head/devel/ros-documentation/Makefile
  head/devel/ros-nxt/Makefile
  head/devel/ros-rx/Makefile
  head/devel/ros_comm/Makefile
  head/devel/ros_tutorials/Makefile
  head/devel/ruby-korundum/Makefile
  head/devel/runsnakerun/Makefile
  head/devel/smokekde/Makefile
  head/devel/winpdb/Makefile
  head/devel/wxGlade/Makefile
  head/editors/calligra/Makefile
  head/editors/kate-plugin-pate/Makefile
  head/editors/kate/Makefile
  head/editors/kile-kde4/Makefile
  head/editors/klat4/Makefile
  head/editors/spe/Makefile
  head/emulators/dolphin-emu/Makefile
  head/emulators/fceux/Makefile
  head/emulators/higan/Makefile
  head/emulators/loemu/Makefile
  head/emulators/mame/Makefile
  head/emulators/mess/Makefile
  head/emulators/qmc2/Makefile
  head/finance/R-cran-PerformanceAnalytics/Makefile
  head/finance/R-cran-RFinanceYJ/Makefile
  head/finance/R-cran-TTR/Makefile
  head/finance/R-cran-ccgarch/Makefile
  head/finance/R-cran-fBasics/Makefile
  head/finance/R-cran-fGarch/Makefile
  head/finance/R-cran-gmm/Makefile
  head/finance/R-cran-lmtest/Makefile
  head/finance/R-cran-plm/Makefile
  head/finance/R-cran-quantmod/Makefile
  head/finance/R-cran-strucchange/Makefile
  head/finance/R-cran-timeDate/Makefile
  head/finance/R-cran-timeSeries/Makefile
  head/finance/R-cran-tseries/Makefile
  head/finance/R-cran-urca/Makefile
  head/finance/R-cran-vars/Makefile
  head/finance/qhacc/Makefile
  head/finance/skrooge/Makefile
  head/french/alphabet_sounds_fr/Makefile
  head/french/aster/Makefile
  head/french/eficas/Makefile
  head/french/homard/Makefile
  head/french/med/Makefile
  head/ftp/R-cran-RCurl/Makefile
  head/ftp/ftpcube/Makefile
  head/ftp/hs-curl/Makefile
  head/games/4stattack/Makefile
  head/games/allacrost/Makefile
  head/games/barbie_seahorse_adventures/Makefile
  head/games/battletanks/Makefile
  head/games/bombz/Makefile
  head/games/bubbros/Makefile
  head/games/childsplay/Makefile
  head/games/childsplay_plugins/Makefile
  head/games/critterding/Makefile
  head/games/duckmaze/Makefile
  head/games/ember/Makefile
  head/games/endgame-singularity/Makefile
  head/games/farblazer/Makefile
  head/games/fretsonfire/Makefile
  head/games/funnyboat/Makefile
  head/games/galaxymage/Makefile
  head/games/glchess/Makefile
  head/games/iceicepenguin/Makefile
  head/games/jools/Makefile
  head/games/kajongg/Makefile
  head/games/kdegames4/Makefile
  head/games/knights-kde4/Makefile
  head/games/krank/Makefile
  head/games/lugaru/Makefile
  head/games/magicor/Makefile
  head/games/monsterz/Makefile
  head/games/mopesnake/Makefile
  head/games/nelly/Makefile
  head/games/ninix-aya/Makefile
  head/games/openlierox/Makefile
  head/games/openyahtzee/Makefile
  head/games/outerspace/Makefile
  head/games/pathological/Makefile
  head/games/py-mnemosyne/Makefile
  head/games/pyawale/Makefile
  head/games/pycadia/Makefile
  head/games/pydance/Makefile
  head/games/pykawari/Makefile
  head/games/pyspacewar/Makefile
  head/games/pysycache-lang/Makefile
  head/games/pysycache-themes/Makefile
  head/games/pysycache/Makefile
  head/games/solarwolf/Makefile
  head/games/super_methane_brothers/Makefile
  head/games/syobon/Makefile
  head/games/traingame/Makefile
  head/games/tuxfighter/Makefile
  head/games/twitch/Makefile
  head/games/warzone2100/Makefile
  head/games/whichwayisup/Makefile
  head/games/wizznic/Makefile
  head/games/xonotic/Makefile
  head/games/zephulor/Makefile
  head/german/mediathek/Makefile
  head/graphics/R-cran-GDD/Makefile
  head/graphics/R-cran-RColorBrewer/Makefile
  head/graphics/R-cran-colorspace/Makefile
  head/graphics/R-cran-diagram/Makefile
  head/graphics/R-cran-dichromat/Makefile
  head/graphics/R-cran-ggplot2/Makefile
  head/graphics/R-cran-munsell/Makefile
  head/graphics/R-cran-pixmap/Makefile
  head/graphics/R-cran-png/Makefile
  head/graphics/R-cran-rgdal/Makefile
  head/graphics/R-cran-rtiff/Makefile
  head/graphics/R-cran-scales/Makefile
  head/graphics/R-cran-shape/Makefile
  head/graphics/cimg/Makefile
  head/graphics/darktable/Makefile
  head/graphics/dataplot/Makefile
  head/graphics/enblend/Makefile
  head/graphics/gdal-grass/Makefile
  head/graphics/glfw-devel/Makefile
  head/graphics/gnash/Makefile
  head/graphics/gplot/Makefile
  head/graphics/grads/Makefile
  head/graphics/gsculpt/Makefile
  head/graphics/gwenview-kde4/Makefile
  head/graphics/hs-HGL/Makefile
  head/graphics/hs-cairo/Makefile
  head/graphics/hs-dia-base/Makefile
  head/graphics/hs-dia-functions/Makefile
  head/graphics/hs-soegtk/Makefile
  head/graphics/hs-svgcairo/Makefile
  head/graphics/hugin-devel/Makefile
  head/graphics/hugin/Makefile
  head/graphics/iccexamin/Makefile
  head/graphics/imgv/Makefile
  head/graphics/impressive/Makefile
  head/graphics/k3d/Makefile
  head/graphics/kdegraphics4-mobipocket/Makefile
  head/graphics/kdegraphics4/Makefile
  head/graphics/mahotas/Makefile
  head/graphics/mypaint/Makefile
  head/graphics/ocrfeeder/Makefile
  head/graphics/okular/Makefile
  head/graphics/opendx/Makefile
  head/graphics/oyranos/Makefile
  head/graphics/p5-Chart-Graph/Makefile
  head/graphics/p5-PGPLOT/Makefile
  head/graphics/pgplot/Makefile
  head/graphics/pvmpov/Makefile
  head/graphics/py-opengl/Makefile
  head/graphics/pygts/Makefile
  head/graphics/pymorph/Makefile
  head/graphics/raster3d/Makefile
  head/graphics/rawtherapee/Makefile
  head/graphics/rubygem-ezprint/Makefile
  head/graphics/rubygem-pdfkit/Makefile
  head/graphics/scantailor/Makefile
  head/graphics/visionworkbench/Makefile
  head/graphics/xd3d/Makefile
  head/japanese/kana-no-quiz/Makefile
  head/java/icedtea-web/Makefile
  head/lang/bigloo/Makefile
  head/lang/dragonegg-devel46/Makefile
  head/lang/dragonegg46-33/Makefile
  head/lang/dragonegg46/Makefile
  head/lang/gcc-aux/Makefile
  head/lang/gcc/Makefile
  head/lang/gcc46/Makefile
  head/lang/gcc47/Makefile
  head/lang/gcc48/Makefile
  head/lang/gcc49/Makefile
  head/lang/ghc/Makefile
  head/lang/gnat-aux/Makefile
  head/lang/gnat-aux/Makefile.common
  head/lang/gnatdroid-armv5/Makefile
  head/lang/gnatdroid-armv7/Makefile
  head/lang/hiphop-php/Makefile
  head/lang/hs-brainfuck/Makefile
  head/lang/hs-epic/Makefile
  head/lang/hs-unlambda/Makefile
  head/lang/ofc/Makefile
  head/lang/p5-ExtUtils-F77/Makefile
  head/lang/ratfor/Makefile
  head/mail/hs-email-validate/Makefile
  head/mail/hs-mime-mail/Makefile
  head/mail/hs-mime-types/Makefile
  head/mail/hs-mime/Makefile
  head/mail/thunderbird-dictionaries/Makefile
  head/mail/thunderbird-i18n/Makefile
  head/mail/thunderbird/Makefile
  head/mail/trojita/Makefile
  head/math/PDL/Makefile
  head/math/R-cran-ChangeAnomalyDetection/Makefile
  head/math/R-cran-Formula/Makefile
  head/math/R-cran-KFAS/Makefile
  head/math/R-cran-LearnBayes/Makefile
  head/math/R-cran-MCMCpack/Makefile
  head/math/R-cran-RHmm/Makefile
  head/math/R-cran-RSvgDevice/Makefile
  head/math/R-cran-RcppArmadillo/Makefile
  head/math/R-cran-SuppDists/Makefile
  head/math/R-cran-Zelig/Makefile
  head/math/R-cran-bdsmatrix/Makefile
  head/math/R-cran-car/Makefile
  head/math/R-cran-coda/Makefile
  head/math/R-cran-deldir/Makefile
  head/math/R-cran-dlmodeler/Makefile
  head/math/R-cran-forecast/Makefile
  head/math/R-cran-fracdiff/Makefile
  head/math/R-cran-gpclib/Makefile
  head/math/R-cran-gss/Makefile
  head/math/R-cran-gtable/Makefile
  head/math/R-cran-igraph/Makefile
  head/math/R-cran-inline/Makefile
  head/math/R-cran-labeling/Makefile
  head/math/R-cran-memisc/Makefile
  head/math/R-cran-mvtnorm/Makefile
  head/math/R-cran-nnls/Makefile
  head/math/R-cran-outliers/Makefile
  head/math/R-cran-psych/Makefile
  head/math/R-cran-quadprog/Makefile
  head/math/R-cran-sandwich/Makefile
  head/math/R-cran-sm/Makefile
  head/math/R-cran-sp/Makefile
  head/math/R-cran-spdep/Makefile
  head/math/R-cran-sspir/Makefile
  head/math/R-cran-stabledist/Makefile
  head/math/R-cran-xts/Makefile
  head/math/R-cran-zoo/Makefile
  head/math/R/Makefile
  head/math/abacus/Makefile
  head/math/algae/Makefile
  head/math/armadillo/Makefile
  head/math/arpack++/Makefile
  head/math/arpack-ng/Makefile
  head/math/arpack/Makefile
  head/math/atlas-devel/Makefile
  head/math/atlas/Makefile
  head/math/bihar/Makefile
  head/math/blacs/Makefile
  head/math/blas/Makefile
  head/math/blocksolve95/Makefile
  head/math/cblas/Makefile
  head/math/clp/Makefile
  head/math/dynare/Makefile
  head/math/eispack/Makefile
  head/math/elmer-umfpack/Makefile
  head/math/ess/Makefile
  head/math/fftw-float/Makefile
  head/math/fftw/Makefile
  head/math/freemat/Makefile
  head/math/giacxcas/Makefile
  head/math/gotoblas/Makefile
  head/math/grace/Makefile
  head/math/gretl/Makefile
  head/math/hs-Agda/Makefile
  head/math/hs-NumInstances/Makefile
  head/math/hs-categories/Makefile
  head/math/hs-comonad-transformers/Makefile
  head/math/hs-comonad/Makefile
  head/math/hs-comonads-fd/Makefile
  head/math/hs-contravariant/Makefile
  head/math/hs-data-lens-template/Makefile
  head/math/hs-data-lens/Makefile
  head/math/hs-distributive/Makefile
  head/math/hs-erf/Makefile
  head/math/hs-groupoids/Makefile
  head/math/hs-ieee754/Makefile
  head/math/hs-math-functions/Makefile
  head/math/hs-mwc-random/Makefile
  head/math/hs-nats/Makefile
  head/math/hs-pointed/Makefile
  head/math/hs-probability/Makefile
  head/math/hs-semigroupoid-extras/Makefile
  head/math/hs-semigroupoids/Makefile
  head/math/hs-semigroups/Makefile
  head/math/hs-statistics/Makefile
  head/math/hs-vector-space/Makefile
  head/math/ised/Makefile
  head/math/jags/Makefile
  head/math/kktdirect/Makefile
  head/math/lapack++/Makefile
  head/math/lapack/Makefile
  head/math/lapack95/Makefile
  head/math/lapacke/Makefile
  head/math/levmar/Makefile
  head/math/libflame/Makefile
  head/math/libmissing/Makefile
  head/math/libtsnnls/Makefile
  head/math/linpack/Makefile
  head/math/ltl/Makefile
  head/math/metis-edf/Makefile
  head/math/mpc/Makefile
  head/math/mpc/distinfo
  head/math/mumps/Makefile
  head/math/octave-forge-actuarial/Makefile
  head/math/octave-forge-ad/Makefile
  head/math/octave-forge-audio/Makefile
  head/math/octave-forge-base/Makefile
  head/math/octave-forge-bim/Makefile
  head/math/octave-forge-bioinfo/Makefile
  head/math/octave-forge-cgi/Makefile
  head/math/octave-forge-civil-engineering/Makefile
  head/math/octave-forge-communications/Makefile
  head/math/octave-forge-control/Makefile
  head/math/octave-forge-data-smoothing/Makefile
  head/math/octave-forge-database/Makefile
  head/math/octave-forge-dataframe/Makefile
  head/math/octave-forge-dicom/Makefile
  head/math/octave-forge-econometrics/Makefile
  head/math/octave-forge-engine/Makefile
  head/math/octave-forge-fenv/Makefile
  head/math/octave-forge-financial/Makefile
  head/math/octave-forge-fits/Makefile
  head/math/octave-forge-fl-core/Makefile
  head/math/octave-forge-fpl/Makefile
  head/math/octave-forge-fuzzy-logic-toolkit/Makefile
  head/math/octave-forge-ga/Makefile
  head/math/octave-forge-general/Makefile
  head/math/octave-forge-generate_html/Makefile
  head/math/octave-forge-geometry/Makefile
  head/math/octave-forge-gnuplot/Makefile
  head/math/octave-forge-gsl/Makefile
  head/math/octave-forge-ident/Makefile
  head/math/octave-forge-image/Makefile
  head/math/octave-forge-informationtheory/Makefile
  head/math/octave-forge-integration/Makefile
  head/math/octave-forge-io/Makefile
  head/math/octave-forge-irsa/Makefile
  head/math/octave-forge-linear-algebra/Makefile
  head/math/octave-forge-lssa/Makefile
  head/math/octave-forge-ltfat/Makefile
  head/math/octave-forge-mapping/Makefile
  head/math/octave-forge-mechanics/Makefile
  head/math/octave-forge-miscellaneous/Makefile
  head/math/octave-forge-missing-functions/Makefile
  head/math/octave-forge-msh/Makefile
  head/math/octave-forge-multicore/Makefile
  head/math/octave-forge-nan/Makefile
  head/math/octave-forge-ncarray/Makefile
  head/math/octave-forge-netcdf/Makefile
  head/math/octave-forge-nlwing2/Makefile
  head/math/octave-forge-nnet/Makefile
  head/math/octave-forge-nurbs/Makefile
  head/math/octave-forge-ocs/Makefile
  head/math/octave-forge-oct2mat/Makefile
  head/math/octave-forge-octcdf/Makefile
  head/math/octave-forge-octclip/Makefile
  head/math/octave-forge-octgpr/Makefile
  head/math/octave-forge-octproj/Makefile
  head/math/octave-forge-odebvp/Makefile
  head/math/octave-forge-odepkg/Makefile
  head/math/octave-forge-optim/Makefile
  head/math/octave-forge-optiminterp/Makefile
  head/math/octave-forge-outliers/Makefile
  head/math/octave-forge-parallel/Makefile
  head/math/octave-forge-pdb/Makefile
  head/math/octave-forge-plot/Makefile
  head/math/octave-forge-pt_br/Makefile
  head/math/octave-forge-quaternion/Makefile
  head/math/octave-forge-queueing/Makefile
  head/math/octave-forge-secs1d/Makefile
  head/math/octave-forge-secs2d/Makefile
  head/math/octave-forge-secs3d/Makefile
  head/math/octave-forge-signal/Makefile
  head/math/octave-forge-simp/Makefile
  head/math/octave-forge-sockets/Makefile
  head/math/octave-forge-specfun/Makefile
  head/math/octave-forge-special-matrix/Makefile
  head/math/octave-forge-spline-gcvspl/Makefile
  head/math/octave-forge-splines/Makefile
  head/math/octave-forge-statistics/Makefile
  head/math/octave-forge-strings/Makefile
  head/math/octave-forge-struct/Makefile
  head/math/octave-forge-symband/Makefile
  head/math/octave-forge-symbolic/Makefile
  head/math/octave-forge-tcl-octave/Makefile
  head/math/octave-forge-tsa/Makefile
  head/math/octave-forge-video/Makefile
  head/math/octave-forge-xraylib/Makefile
  head/math/octave-forge-zenity/Makefile
  head/math/octave-forge/Makefile
  head/math/octave/Makefile
  head/math/openblas/Makefile
  head/math/p5-Math-Int128/Makefile
  head/math/p5-Math-MPC/Makefile
  head/math/p5-Statistics-R/Makefile
  head/math/parmetis/Makefile
  head/math/parmgridgen/Makefile
  head/math/petsc/Makefile
  head/math/py-apgl/Makefile
  head/math/py-basemap/Makefile
  head/math/py-fiat/Makefile
  head/math/py-gnuplot/Makefile
  head/math/py-graphtool/Makefile
  head/math/py-gsl/Makefile
  head/math/py-matplotlib/Makefile
  head/math/py-numexpr/Makefile
  head/math/py-numpy/Makefile
  head/math/py-pandas/Makefile
  head/math/py-pymc/Makefile
  head/math/py-scientific/Makefile
  head/math/py-symeig/Makefile
  head/math/qd/Makefile
  head/math/qrupdate/Makefile
  head/math/qtoctave/Makefile
  head/math/rkward-kde4/Makefile
  head/math/ros-geometry/Makefile
  head/math/rpy/Makefile
  head/math/rpy2/Makefile
  head/math/ruby-fftw3/Makefile
  head/math/ruby-gnuplot/Makefile
  head/math/ruby-narray/Makefile
  head/math/ruby-narray_miss/Makefile
  head/math/ruby-numru_misc/Makefile
  head/math/sage/Makefile
  head/math/scalapack/Makefile
  head/math/scilab-toolbox-sivp/Makefile
  head/math/scilab-toolbox-swt/Makefile
  head/math/scilab/Makefile
  head/math/sdpa/Makefile
  head/math/sdpara/Makefile
  head/math/sedumi/Makefile
  head/math/sfft/Makefile
  head/math/slatec/Makefile
  head/math/slgrace/Makefile
  head/math/suitesparse/Makefile
  head/math/superlu/Makefile
  head/math/superlu_mt/Makefile
  head/math/tablix/Makefile
  head/math/taucs/Makefile
  head/math/trlan/Makefile
  head/math/wfmath/Makefile
  head/math/x12arima/Makefile
  head/math/xlapack/Makefile
  head/misc/diary-hercules/Makefile
  head/misc/libmetalink/Makefile
  head/misc/metalink-editor/Makefile
  head/misc/pypanda/Makefile
  head/multimedia/assimp/Makefile
  head/multimedia/castpodder/Makefile
  head/multimedia/freetuxtv/Makefile
  head/multimedia/freevo/Makefile
  head/multimedia/gaupol/Makefile
  head/multimedia/gxine/Makefile
  head/multimedia/hs-gstreamer/Makefile
  head/multimedia/iso2mkv/Makefile
  head/multimedia/lives/Makefile
  head/multimedia/mkvtoolnix/Makefile
  head/multimedia/phonon-vlc/Makefile
  head/multimedia/photofilmstrip/Makefile
  head/multimedia/py-kaa-base/Makefile
  head/multimedia/py-kaa-imlib2/Makefile
  head/multimedia/py-kaa-metadata/Makefile
  head/multimedia/py-openlp/Makefile
  head/multimedia/tovid/Makefile
  head/multimedia/tunapie/Makefile
  head/multimedia/vlc/Makefile
  head/net-p2p/deluge/Makefile
  head/net-p2p/eiskaltdcpp-daemon/Makefile
  head/net-p2p/eiskaltdcpp-gtk/Makefile
  head/net-p2p/eiskaltdcpp-lib/Makefile
  head/net-p2p/eiskaltdcpp-qt/Makefile
  head/net-p2p/ktorrent/Makefile
  head/net-p2p/tribler/Makefile
  head/net/R-cran-twitteR/Makefile
  head/net/cyphesis/Makefile
  head/net/hs-hostname/Makefile
  head/net/hs-maccatcher/Makefile
  head/net/hs-network-conduit/Makefile
  head/net/hs-network-info/Makefile
  head/net/hs-network-multicast/Makefile
  head/net/hs-network/Makefile
  head/net/hs-pcap/Makefile
  head/net/hs-publicsuffixlist/Makefile
  head/net/hs-sendfile/Makefile
  head/net/hs-simple-sendfile/Makefile
  head/net/hs-socks/Makefile
  head/net/kdenetwork4/Makefile
  head/net/knemo-kde4/Makefile
  head/net/kwooty/Makefile
  head/net/mpich2/Makefile
  head/net/openmpi/Makefile
  head/net/p5-Net-Works/Makefile
  head/net/p5-Parallel-Pvm/Makefile
  head/net/pvm/Makefile
  head/net/smb4k-kde4/Makefile
  head/net/xpvm/Makefile
  head/ports-mgmt/hs-porte/Makefile
  head/ports-mgmt/kports-qt4/Makefile
  head/print/frescobaldi/Makefile
  head/print/hs-hscolour/Makefile
  head/print/pdfcolorsplit/Makefile
  head/print/pdftk/Makefile
  head/print/py-fonttools/Makefile
  head/print/ttfquery/Makefile
  head/science/2dhf/Makefile
  head/science/R-cran-AMORE/Makefile
  head/science/R-cran-DCluster/Makefile
  head/science/R-cran-Epi/Makefile
  head/science/R-cran-bayesm/Makefile
  head/science/R-cran-e1071/Makefile
  head/science/R-cran-eco/Makefile
  head/science/R-cran-epicalc/Makefile
  head/science/R-cran-snow/Makefile
  head/science/R-cran-som/Makefile
  head/science/abinit/Makefile
  head/science/afni/Makefile
  head/science/avogadro/Makefile
  head/science/brian/Makefile
  head/science/cdf/Makefile
  head/science/cgnslib/Makefile
  head/science/dcl/Makefile
  head/science/dlpoly-classic/Makefile
  head/science/ecs/Makefile
  head/science/elmer-eio/Makefile
  head/science/elmer-hutiter/Makefile
  head/science/flounder/Makefile
  head/science/fvcom/Makefile
  head/science/fvm/Makefile
  head/science/gamess/Makefile
  head/science/getdp/Makefile
  head/science/ghemical/Makefile
  head/science/gnudatalanguage/Makefile
  head/science/gromacs/Makefile
  head/science/harminv/Makefile
  head/science/hdf/Makefile
  head/science/hs-bio/Makefile
  head/science/isaac-cfd/Makefile
  head/science/kalzium/Makefile
  head/science/libctl/Makefile
  head/science/libghemical/Makefile
  head/science/mbdyn/Makefile
  head/science/mcstas/Makefile
  head/science/meep/Makefile
  head/science/mpb/Makefile
  head/science/mpqc/Makefile
  head/science/ncs/Makefile
  head/science/peekabot/Makefile
  head/science/pnetcdf/Makefile
  head/science/psi3/Makefile
  head/science/psychopy/Makefile
  head/science/py-h5py/Makefile
  head/science/py-hcluster/Makefile
  head/science/py-mdp/Makefile
  head/science/py-mlpy/Makefile
  head/science/py-netCDF4/Makefile
  head/science/py-obspy/Makefile
  head/science/py-pupynere/Makefile
  head/science/py-scikit-learn/Makefile
  head/science/py-scimath/Makefile
  head/science/py-scipy/Makefile
  head/science/pybrain/Makefile
  head/science/pycdf/Makefile
  head/science/pynn/Makefile
  head/science/pyteomics/Makefile
  head/science/ruby-dcl/Makefile
  head/science/ruby-gphys/Makefile
  head/science/ruby-netcdf/Makefile
  head/science/v_sim/Makefile
  head/science/veusz/Makefile
  head/security/R-cran-ROAuth/Makefile
  head/security/R-cran-digest/Makefile
  head/security/duo/Makefile
  head/security/hs-Crypto/Makefile
  head/security/hs-HsOpenSSL/Makefile
  head/security/hs-RSA/Makefile
  head/security/hs-SHA/Makefile
  head/security/hs-certificate/Makefile
  head/security/hs-cipher-aes/Makefile
  head/security/hs-cipher-rc4/Makefile
  head/security/hs-clientsession/Makefile
  head/security/hs-cprng-aes/Makefile
  head/security/hs-crypto-api/Makefile
  head/security/hs-crypto-conduit/Makefile
  head/security/hs-crypto-numbers/Makefile
  head/security/hs-crypto-pubkey-types/Makefile
  head/security/hs-crypto-pubkey/Makefile
  head/security/hs-crypto-random-api/Makefile
  head/security/hs-cryptocipher/Makefile
  head/security/hs-cryptohash/Makefile
  head/security/hs-digest/Makefile
  head/security/hs-entropy/Makefile
  head/security/hs-monadcryptorandom/Makefile
  head/security/hs-pem/Makefile
  head/security/hs-pureMD5/Makefile
  head/security/hs-pwstore-fast/Makefile
  head/security/hs-skein/Makefile
  head/security/hs-tls-extra/Makefile
  head/security/hs-tls/Makefile
  head/security/w3af/Makefile
  head/sysutils/dircomp/Makefile
  head/sysutils/grub2-efi/Makefile
  head/sysutils/grub2/Makefile
  head/sysutils/hachoir-wx/Makefile
  head/sysutils/hs-angel/Makefile
  head/sysutils/hs-cpu/Makefile
  head/sysutils/iextract/Makefile
  head/sysutils/kshutdown-kde4/Makefile
  head/sysutils/replicant/Makefile
  head/textproc/R-cran-R2HTML/Makefile
  head/textproc/R-cran-XML/Makefile
  head/textproc/R-cran-stringr/Makefile
  head/textproc/R-cran-xtable/Makefile
  head/textproc/ctpp2/Makefile
  head/textproc/hs-Diff/Makefile
  head/textproc/hs-HStringTemplate/Makefile
  head/textproc/hs-HaXml/Makefile
  head/textproc/hs-attoparsec-conduit/Makefile
  head/textproc/hs-attoparsec-enumerator/Makefile
  head/textproc/hs-attoparsec/Makefile
  head/textproc/hs-blaze-html/Makefile
  head/textproc/hs-blaze-markup/Makefile
  head/textproc/hs-bytestring-csv/Makefile
  head/textproc/hs-case-insensitive/Makefile
  head/textproc/hs-citeproc-hs/Makefile
  head/textproc/hs-csv/Makefile
  head/textproc/hs-double-conversion/Makefile
  head/textproc/hs-feed/Makefile
  head/textproc/hs-hexpat/Makefile
  head/textproc/hs-highlighting-kate/Makefile
  head/textproc/hs-hs-bibutils/Makefile
  head/textproc/hs-html-conduit/Makefile
  head/textproc/hs-html/Makefile
  head/textproc/hs-hxt-charproperties/Makefile
  head/textproc/hs-hxt-regex-xmlschema/Makefile
  head/textproc/hs-hxt-unicode/Makefile
  head/textproc/hs-hxt/Makefile
  head/textproc/hs-lhs2tex/Makefile
  head/textproc/hs-libxml/Makefile
  head/textproc/hs-pandoc-types/Makefile
  head/textproc/hs-pandoc/Makefile
  head/textproc/hs-parsec/Makefile
  head/textproc/hs-polyparse/Makefile
  head/textproc/hs-regex-base/Makefile
  head/textproc/hs-regex-compat/Makefile
  head/textproc/hs-regex-pcre-builtin/Makefile
  head/textproc/hs-regex-posix/Makefile
  head/textproc/hs-regex-tdfa/Makefile
  head/textproc/hs-stringsearch/Makefile
  head/textproc/hs-tagsoup/Makefile
  head/textproc/hs-tagstream-conduit/Makefile
  head/textproc/hs-texmath/Makefile
  head/textproc/hs-xhtml/Makefile
  head/textproc/hs-xml-conduit/Makefile
  head/textproc/hs-xml-types/Makefile
  head/textproc/hs-xml/Makefile
  head/textproc/hs-xmlhtml/Makefile
  head/textproc/hs-yaml/Makefile
  head/textproc/p5-HTML-CTPP2/Makefile
  head/textproc/p5-Search-VectorSpace/Makefile
  head/textproc/py-enchant/Makefile
  head/textproc/py-pyctpp2/Makefile
  head/www/R-cran-RgoogleMaps/Makefile
  head/www/R-cran-Rpad/Makefile
  head/www/R-cran-httpuv/Makefile
  head/www/R-cran-scrapeR/Makefile
  head/www/R-cran-shiny/Makefile
  head/www/cas/Makefile
  head/www/firefox-i18n/Makefile
  head/www/firefox/Makefile
  head/www/gecko-mediaplayer/Makefile
  head/www/gecko-sharp20/Makefile
  head/www/hs-HTTP/Makefile
  head/www/hs-activehs/Makefile
  head/www/hs-authenticate/Makefile
  head/www/hs-cgi/Makefile
  head/www/hs-cookie/Makefile
  head/www/hs-css-text/Makefile
  head/www/hs-fastcgi/Makefile
  head/www/hs-gitit/Makefile
  head/www/hs-hS3/Makefile
  head/www/hs-hamlet/Makefile
  head/www/hs-happstack-server/Makefile
  head/www/hs-happstack/Makefile
  head/www/hs-heist/Makefile
  head/www/hs-hjsmin/Makefile
  head/www/hs-http-conduit/Makefile
  head/www/hs-http-date/Makefile
  head/www/hs-http-reverse-proxy/Makefile
  head/www/hs-http-server/Makefile
  head/www/hs-http-types/Makefile
  head/www/hs-oeis/Makefile
  head/www/hs-path-pieces/Makefile
  head/www/hs-recaptcha/Makefile
  head/www/hs-scgi/Makefile
  head/www/hs-shakespeare-css/Makefile
  head/www/hs-shakespeare-i18n/Makefile
  head/www/hs-shakespeare-js/Makefile
  head/www/hs-shakespeare-text/Makefile
  head/www/hs-shakespeare/Makefile
  head/www/hs-snap-core/Makefile
  head/www/hs-snap-server/Makefile
  head/www/hs-snap/Makefile
  head/www/hs-url/Makefile
  head/www/hs-wai-app-static/Makefile
  head/www/hs-wai-extra/Makefile
  head/www/hs-wai-logger/Makefile
  head/www/hs-wai-test/Makefile
  head/www/hs-wai/Makefile
  head/www/hs-warp/Makefile
  head/www/hs-webkit/Makefile
  head/www/hs-xss-sanitize/Makefile
  head/www/hs-yesod-auth/Makefile
  head/www/hs-yesod-core/Makefile
  head/www/hs-yesod-form/Makefile
  head/www/hs-yesod-persistent/Makefile
  head/www/hs-yesod-platform/Makefile
  head/www/hs-yesod-routes/Makefile
  head/www/hs-yesod-static/Makefile
  head/www/hs-yesod-test/Makefile
  head/www/hs-yesod/Makefile
  head/www/node-devel/Makefile
  head/www/openvrml/Makefile
  head/www/pylot/Makefile
  head/www/seamonkey-i18n/Makefile
  head/www/seamonkey/Makefile
  head/www/xpi-conkeror/Makefile
  head/x11-clocks/kdetoys4/Makefile
  head/x11-clocks/plasma-applet-adjustableclock/Makefile
  head/x11-clocks/plasma-applet-geekclock/Makefile
  head/x11-fm/worker/Makefile
  head/x11-themes/kde4-style-bespin/Makefile
  head/x11-themes/kde4-style-oxygen-transparent/Makefile
  head/x11-themes/kde4-style-skulpture/Makefile
  head/x11-themes/kde4-windeco-crystal/Makefile
  head/x11-themes/kde4-windeco-dekorator/Makefile
  head/x11-themes/kde4-windeco-nitrogen/Makefile
  head/x11-themes/kdeartwork4/Makefile
  head/x11-themes/qtcurve-kde4/Makefile
  head/x11-toolkits/c++-gtk-utils/Makefile
  head/x11-toolkits/gigi/Makefile
  head/x11-toolkits/hs-GLURaw/Makefile
  head/x11-toolkits/hs-GLUT/Makefile
  head/x11-toolkits/hs-OpenGL/Makefile
  head/x11-toolkits/hs-OpenGLRaw/Makefile
  head/x11-toolkits/hs-gtk/Makefile
  head/x11-toolkits/hs-gtk2hs/Makefile
  head/x11-toolkits/hs-gtkglext/Makefile
  head/x11-toolkits/hs-gtksourceview2/Makefile
  head/x11-toolkits/hs-pango/Makefile
  head/x11-toolkits/hs-vte/Makefile
  head/x11-toolkits/hs-wx/Makefile
  head/x11-toolkits/hs-wxc/Makefile
  head/x11-toolkits/hs-wxcore/Makefile
  head/x11-toolkits/hs-wxdirect/Makefile
  head/x11-toolkits/mygui/Makefile
  head/x11-toolkits/py-SquareMap/Makefile
  head/x11-toolkits/py-gtkglext/Makefile
  head/x11-toolkits/py-kivy/Makefile
  head/x11-toolkits/py-pyqwt/Makefile
  head/x11-toolkits/py-traitsbackendwx/Makefile
  head/x11-toolkits/py-traitsgui/Makefile
  head/x11-toolkits/py-wax/Makefile
  head/x11-toolkits/py-wxPython26-common/Makefile
  head/x11-toolkits/py-wxPython26/Makefile
  head/x11-toolkits/py-wxPython28-common/Makefile
  head/x11-toolkits/py-wxPython28/Makefile
  head/x11-wm/hs-xmonad-contrib/Makefile
  head/x11-wm/hs-xmonad/Makefile
  head/x11-wm/obapps/Makefile
  head/x11/hs-X11-xft/Makefile
  head/x11/hs-X11/Makefile
  head/x11/hs-xmobar/Makefile
  head/x11/kactivities/Makefile
  head/x11/kactivitymanagerd/Makefile
  head/x11/kde4-baseapps/Makefile
  head/x11/kde4-runtime/Makefile
  head/x11/kde4-workspace/Makefile
  head/x11/kde4/Makefile
  head/x11/plasma-scriptengine-python/Makefile
  head/x11/plasma-scriptengine-ruby/Makefile

Modified: head/archivers/hs-tar/Makefile
==============================================================================
--- head/archivers/hs-tar/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/archivers/hs-tar/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	tar
 PORTVERSION=	0.4.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	archivers haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/archivers/hs-zip-archive/Makefile
==============================================================================
--- head/archivers/hs-zip-archive/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/archivers/hs-zip-archive/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zip-archive
 PORTVERSION=	0.1.3.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/archivers/hs-zlib-bindings/Makefile
==============================================================================
--- head/archivers/hs-zlib-bindings/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/archivers/hs-zlib-bindings/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zlib-bindings
 PORTVERSION=	0.1.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/archivers/hs-zlib-conduit/Makefile
==============================================================================
--- head/archivers/hs-zlib-conduit/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/archivers/hs-zlib-conduit/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zlib-conduit
 PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/archivers/hs-zlib-enum/Makefile
==============================================================================
--- head/archivers/hs-zlib-enum/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/archivers/hs-zlib-enum/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zlib-enum
 PORTVERSION=	0.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	archivers haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/archivers/hs-zlib/Makefile
==============================================================================
--- head/archivers/hs-zlib/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/archivers/hs-zlib/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zlib
 PORTVERSION=	0.5.4.1
+PORTREVISION=	1
 CATEGORIES=	archivers haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/astro/R-cran-maptools/Makefile
==============================================================================
--- head/astro/R-cran-maptools/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/astro/R-cran-maptools/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	maptools
 DISTVERSION=	0.8-27
+PORTREVISION=	1
 CATEGORIES=	astro
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/astro/astrometry/Makefile
==============================================================================
--- head/astro/astrometry/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/astro/astrometry/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	astrometry
 PORTVERSION=	0.34
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	astro
 MASTER_SITES=	http://www.astrometry.net/downloads/
 DISTNAME=	astrometry.net-${PORTVERSION}

Modified: head/astro/nightfall/Makefile
==============================================================================
--- head/astro/nightfall/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/astro/nightfall/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nightfall
 PORTVERSION=	1.70
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	astro
 MASTER_SITES=	http://www.la-samhna.de/nightfall/
 

Modified: head/astro/py-RO/Makefile
==============================================================================
--- head/astro/py-RO/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/astro/py-RO/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	RO
 PORTVERSION=	3.2.0
+PORTREVISION=	1
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/astro/py-aipy/Makefile
==============================================================================
--- head/astro/py-aipy/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/astro/py-aipy/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aipy
 PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/astro/py-astLib/Makefile
==============================================================================
--- head/astro/py-astLib/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/astro/py-astLib/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	astLib
 PORTVERSION=	0.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro python
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/astro/py-pyfits/Makefile
==============================================================================
--- head/astro/py-pyfits/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/astro/py-pyfits/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pyfits
 PORTVERSION=	2.3
+PORTREVISION=	1
 CATEGORIES=	astro python
 MASTER_SITES=	http://www.stsci.edu/resources/software_hardware/${PORTNAME}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/astro/xtide/Makefile
==============================================================================
--- head/astro/xtide/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/astro/xtide/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xtide
 PORTVERSION=	2.13.2
+PORTREVISION=	1
 CATEGORIES=	astro geography
 MASTER_SITES=	ftp://ftp.flaterco.com/xtide/ \
 		http://www.c-s.li/ports/

Modified: head/audio/amarok-kde4/Makefile
==============================================================================
--- head/audio/amarok-kde4/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/amarok-kde4/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amarok
 PORTVERSION=	2.7.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	stable/${PORTNAME}/${PORTVERSION}/src

Modified: head/audio/beast/Makefile
==============================================================================
--- head/audio/beast/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/beast/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	beast
 PORTVERSION=	0.7.8
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://dist.testbit.eu/beast/%SUBDIR%/
 MASTER_SITE_SUBDIR=	v${PORTVERSION:R}

Modified: head/audio/gramofile/Makefile
==============================================================================
--- head/audio/gramofile/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/gramofile/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gramofile
 PORTVERSION=	1.6P
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio
 MASTER_SITES=	http://www.opensourcepartners.nl/~costar/gramofile/
 

Modified: head/audio/hs-ALUT/Makefile
==============================================================================
--- head/audio/hs-ALUT/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/hs-ALUT/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ALUT
 PORTVERSION=	2.2.0.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	audio haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/audio/hs-OpenAL/Makefile
==============================================================================
--- head/audio/hs-OpenAL/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/hs-OpenAL/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	OpenAL
 PORTVERSION=	1.4.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/audio/hs-libmpd/Makefile
==============================================================================
--- head/audio/hs-libmpd/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/hs-libmpd/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libmpd
 PORTVERSION=	0.8.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/audio/mbox/Makefile
==============================================================================
--- head/audio/mbox/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/mbox/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mbox
 PORTVERSION=	0.7.2
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	audio
 MASTER_SITES=	http://www.mbox.wz.cz/src/ CENKES
 

Modified: head/audio/py-karaoke/Makefile
==============================================================================
--- head/audio/py-karaoke/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/py-karaoke/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	karaoke
 PORTVERSION=	0.7.5
+PORTREVISION=	1
 CATEGORIES=	audio python
 MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/audio/py-tagpy/Makefile
==============================================================================
--- head/audio/py-tagpy/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/py-tagpy/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tagpy
 PORTVERSION=	2013.1
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/audio/spek/Makefile
==============================================================================
--- head/audio/spek/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/spek/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spek
 PORTVERSION=	0.8.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 

Modified: head/audio/squash/Makefile
==============================================================================
--- head/audio/squash/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/squash/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=		squash
 PORTVERSION=		1.0
-PORTREVISION=		8
+PORTREVISION=	9
 CATEGORIES=		audio
 MASTER_SITES=		${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}

Modified: head/audio/tuxguitar/Makefile
==============================================================================
--- head/audio/tuxguitar/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/tuxguitar/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tuxguitar
 PORTVERSION=	1.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio java
 MASTER_SITES=	SF/${PORTNAME}/TuxGuitar/TuxGuitar-${PORTVERSION}:src \
 		${MASTER_SITE_LOCAL}/gahr/:fluid \

Modified: head/audio/waheela/Makefile
==============================================================================
--- head/audio/waheela/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/audio/waheela/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	waheela
 PORTVERSION=	0.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio kde
 MASTER_SITES=	http://linux.wuertz.org/dists/sid/main/source/
 DISTNAME=	${PORTNAME}_${PORTVERSION}

Modified: head/benchmarks/himenobench/Makefile
==============================================================================
--- head/benchmarks/himenobench/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/benchmarks/himenobench/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	himenobench
 PORTVERSION=	2004.08.16
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://accc.riken.jp/secure/4502/:C http://accc.riken.jp/secure/4503/:C \
 		http://accc.riken.jp/secure/4504/:F90 http://accc.riken.jp/secure/4505/:F77

Modified: head/benchmarks/hpl/Makefile
==============================================================================
--- head/benchmarks/hpl/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/benchmarks/hpl/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hpl
 PORTVERSION=	2.1
+PORTREVISION=	1
 CATEGORIES=	benchmarks
 MASTER_SITES=	${MASTER_SITE_NETLIB}
 MASTER_SITE_SUBDIR=	benchmark/hpl

Modified: head/benchmarks/hs-criterion/Makefile
==============================================================================
--- head/benchmarks/hs-criterion/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/benchmarks/hs-criterion/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	criterion
 PORTVERSION=	0.6.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	benchmarks haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/benchmarks/imb/Makefile
==============================================================================
--- head/benchmarks/imb/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/benchmarks/imb/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	imb
 PORTVERSION=	3.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	benchmarks parallel
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://cache-www.intel.com/cd/00/00/32/71/

Modified: head/benchmarks/mdtest/Makefile
==============================================================================
--- head/benchmarks/mdtest/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/benchmarks/mdtest/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mdtest
 PORTVERSION=	1.9.1
+PORTREVISION=	1
 CATEGORIES=	benchmarks
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION}
 EXTRACT_SUFX=	.tgz

Modified: head/benchmarks/octave-forge-benchmark/Makefile
==============================================================================
--- head/benchmarks/octave-forge-benchmark/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/benchmarks/octave-forge-benchmark/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	octave-forge-benchmark
 PORTVERSION=	1.1.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	benchmarks math
 
 MAINTAINER=	stephen@FreeBSD.org

Modified: head/biology/crux/Makefile
==============================================================================
--- head/biology/crux/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/crux/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	crux
 PORTVERSION=	1.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	biology python
 MASTER_SITES=	http://www.canonware.com/download/Crux/
 

Modified: head/biology/molden/Makefile
==============================================================================
--- head/biology/molden/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/molden/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	molden
 PORTVERSION=	5.0.6
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	biology
 MASTER_SITES=	ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/

Modified: head/biology/ortep3/Makefile
==============================================================================
--- head/biology/ortep3/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/ortep3/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ortep3
 PORTVERSION=	1.0.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	biology
 MASTER_SITES=	http://www.ccl.net/cca/software/SOURCES/FORTRAN/ortep/:Z \
 		ftp://ftp.ornl.gov/pub/ortep/src/:f

Modified: head/biology/platon/Makefile
==============================================================================
--- head/biology/platon/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/platon/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	platon
 PORTVERSION=	2007.01.09
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	biology
 MASTER_SITES=	http://www.cryst.chem.uu.nl/spek/xraysoft/unix/
 DISTNAME=	platon

Modified: head/biology/plink/Makefile
==============================================================================
--- head/biology/plink/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/plink/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	plink
 PORTVERSION=	1.07
+PORTREVISION=	1
 CATEGORIES=	biology science
 MASTER_SITES=	http://pngu.mgh.harvard.edu/~purcell/plink/dist/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src

Modified: head/biology/psi88/Makefile
==============================================================================
--- head/biology/psi88/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/psi88/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	psi88
 PORTVERSION=	1.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	biology
 MASTER_SITES=	http://www.ccl.net/cca/software/SOURCES/FORTRAN/psi88/
 DISTNAME=	${PORTNAME}

Modified: head/biology/py-biopython/Makefile
==============================================================================
--- head/biology/py-biopython/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/py-biopython/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	biopython
 PORTVERSION=	1.60
+PORTREVISION=	1
 CATEGORIES=	biology python
 MASTER_SITES=	http://www.biopython.org/DIST/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/biology/pycogent/Makefile
==============================================================================
--- head/biology/pycogent/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/pycogent/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pycogent
 PORTVERSION=	1.5.3
+PORTREVISION=	1
 CATEGORIES=	biology python
 MASTER_SITES=	SF/${PORTNAME}/PyCogent/${PORTVERSION}
 DISTNAME=	PyCogent-${PORTVERSION}

Modified: head/biology/pyfasta/Makefile
==============================================================================
--- head/biology/pyfasta/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/pyfasta/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pyfasta
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	biology python
 MASTER_SITES=	CHEESESHOP
 

Modified: head/biology/seqan/Makefile
==============================================================================
--- head/biology/seqan/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/seqan/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	seqan
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	biology
 MASTER_SITES=	http://ftp.seqan.de/releases/
 

Modified: head/biology/t_coffee/Makefile
==============================================================================
--- head/biology/t_coffee/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/t_coffee/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -4,6 +4,7 @@
 PORTNAME=	t_coffee
 PORTVERSION=	9.03
 DISTVERSIONSUFFIX=	.r1318
+PORTREVISION=	1
 CATEGORIES=	biology
 MASTER_SITES=	http://www.tcoffee.org/Packages/Stable/%SUBDIR%/
 MASTER_SITE_SUBDIR=	Version_${PORTVERSION}${DISTVERSIONSUFFIX}

Modified: head/biology/tinker/Makefile
==============================================================================
--- head/biology/tinker/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/biology/tinker/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tinker
 PORTVERSION=	6.2.06
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	biology
 MASTER_SITES=	http://dasher.wustl.edu/tinker/downloads/
 

Modified: head/cad/calculix/Makefile
==============================================================================
--- head/cad/calculix/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/calculix/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	CalculiX
 PORTVERSION=	2.6.1
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://www.dhondt.de/
 DISTFILES=	${DIST_SOURCES}

Modified: head/cad/feappv/Makefile
==============================================================================
--- head/cad/feappv/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/feappv/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	feappv
 PORTVERSION=	3.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	cad science
 MASTER_SITES=	http://www.ce.berkeley.edu/projects/feap/feappv/
 DISTFILES=	${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX} ${PORTDOCS}

Modified: head/cad/gmsh-occ/Makefile
==============================================================================
--- head/cad/gmsh-occ/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/gmsh-occ/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gmsh
+PORTREVISION=	1
 CATEGORIES=	cad
 PKGNAMESUFFIX=	-occ
 

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/gmsh/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gmsh
 PORTVERSION=	2.8.3
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://www.geuz.org/gmsh/src/ \
 		http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/

Modified: head/cad/gspiceui/Makefile
==============================================================================
--- head/cad/gspiceui/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/gspiceui/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gspiceui
 PORTVERSION=	1.0.00
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	cad
 MASTER_SITES=	SF/${PORTNAME}/gSpiceUI/${PORTNAME}-v${PORTVERSION}
 DISTNAME=	${PORTNAME}-v${PORTVERSION}

Modified: head/cad/meshlab/Makefile
==============================================================================
--- head/cad/meshlab/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/meshlab/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	meshlab
 DISTVERSION=	1.3.2
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	${MASTER_SITE_LOCAL}/gahr/ \
 		http://people.freebsd.org/~gahr/distfiles/

Modified: head/cad/pdnmesh/Makefile
==============================================================================
--- head/cad/pdnmesh/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/pdnmesh/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdnmesh
 PORTVERSION=	0.2.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	cad
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
 

Modified: head/cad/salome-med/Makefile
==============================================================================
--- head/cad/salome-med/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/salome-med/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -1,7 +1,7 @@
 # Created by: Stas Timokhin <devel@stasyan.com>
 # $FreeBSD$
 
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	cad science
 
 MASTERDIR=	${.CURDIR}/../salome

Modified: head/cad/salome-multipr/Makefile
==============================================================================
--- head/cad/salome-multipr/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/salome-multipr/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -1,7 +1,7 @@
 # Created by: Stas Timokhin <devel@stasyan.com>
 # $FreeBSD$
 
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	cad science
 
 MASTERDIR=	${.CURDIR}/../salome

Modified: head/cad/salome-netgenplugin/Makefile
==============================================================================
--- head/cad/salome-netgenplugin/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/salome-netgenplugin/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -1,7 +1,7 @@
 # Created by: Stas Timokhin <devel@stasyan.com>
 # $FreeBSD$
 
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	cad science
 
 MASTERDIR=	${.CURDIR}/../salome

Modified: head/cad/salome-sierpinsky/Makefile
==============================================================================
--- head/cad/salome-sierpinsky/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/salome-sierpinsky/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -1,7 +1,7 @@
 # Created by: Stas Timokhin <devel@stasyan.com>
 # $FreeBSD$
 
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	cad science
 
 MASTERDIR=	${.CURDIR}/../salome

Modified: head/cad/salome-smesh/Makefile
==============================================================================
--- head/cad/salome-smesh/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/salome-smesh/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -1,7 +1,7 @@
 # Created by: Stas Timokhin <devel@stasyan.com>
 # $FreeBSD$
 
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	cad science
 
 MASTERDIR=	${.CURDIR}/../salome

Modified: head/cad/salome-visu/Makefile
==============================================================================
--- head/cad/salome-visu/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/salome-visu/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -1,7 +1,7 @@
 # Created by: Stas Timokhin <devel@stasyan.com>
 # $FreeBSD$
 
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	cad science
 
 MASTERDIR=	${.CURDIR}/../salome

Modified: head/cad/salome/Makefile
==============================================================================
--- head/cad/salome/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/salome/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	salome
 PORTVERSION=	5.1.4
-PORTREVISION?=	4
+PORTREVISION?=	5
 CATEGORIES=	cad science
 MASTER_SITES=	http://www.stasyan.com/devel/distfiles/
 DISTNAME=	src5.1.4

Modified: head/cad/sceptre/Makefile
==============================================================================
--- head/cad/sceptre/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/sceptre/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sceptre
 PORTVERSION=	2012.061
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://alpha.fh-friedberg.de/iem/fileadmin/user_upload/novender/sceptre/
 

Modified: head/cad/scotch/Makefile
==============================================================================
--- head/cad/scotch/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/scotch/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scotch
 DISTVERSION=	5.1.12b_esmumps
+PORTREVISION=	1
 CATEGORIES=	cad science
 MASTER_SITES=	https://gforge.inria.fr/frs/download.php/28978/
 DISTNAME=	${PORTNAME}_${DISTVERSION}

Modified: head/cad/tochnog/Makefile
==============================================================================
--- head/cad/tochnog/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/cad/tochnog/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tochnog
 PORTVERSION=	20010211
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	cad
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/feb11_2001
 DISTNAME=	${PORTNAME}_feb11_2001

Modified: head/chinese/ibus-pinyin/Makefile
==============================================================================
--- head/chinese/ibus-pinyin/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/chinese/ibus-pinyin/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ibus-pinyin
 PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	chinese
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTFILES=		${DISTNAME}${EXTRACT_SUFX}

Modified: head/comms/dabstick-radio/Makefile
==============================================================================
--- head/comms/dabstick-radio/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/comms/dabstick-radio/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dabstick-radio
 PORTVERSION=	0.96
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	comms audio hamradio
 MASTER_SITES=	http://www.sdr-j.tk/
 EXTRACT_SUFX=	.tgz

Modified: head/comms/efax-gtk/Makefile
==============================================================================
--- head/comms/efax-gtk/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/comms/efax-gtk/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	efax-gtk
 PORTVERSION=	3.2.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms
 MASTER_SITES=	SF
 EXTRACT_SUFX=	.src.tgz

Modified: head/comms/ems-flasher/Makefile
==============================================================================
--- head/comms/ems-flasher/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/comms/ems-flasher/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ems-flasher
 PORTVERSION=	0.03
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://lacklustre.net/redmine/attachments/download/10/ \
 	http://update.cooltrainer.org/freebsd-ports/comms/ems-flasher/

Modified: head/comms/gmfsk/Makefile
==============================================================================
--- head/comms/gmfsk/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/comms/gmfsk/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmfsk
 PORTVERSION=	0.6
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	comms audio hamradio
 MASTER_SITES=	http://gmfsk.connect.fi/ \
 		${MASTER_SITE_LOCAL}

Modified: head/comms/gnuradio/Makefile
==============================================================================
--- head/comms/gnuradio/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/comms/gnuradio/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnuradio
 PORTVERSION=	3.6.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms astro hamradio
 MASTER_SITES=	http://gnuradio.org/releases/gnuradio/ \
 		${MASTER_SITE_LOCAL}

Modified: head/comms/gqrx/Makefile
==============================================================================
--- head/comms/gqrx/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/comms/gqrx/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gqrx
 PORTVERSION=	20130504
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
 		LOCAL/martymac

Modified: head/comms/gr-osmosdr/Makefile
==============================================================================
--- head/comms/gr-osmosdr/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/comms/gr-osmosdr/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gr-osmosdr
 PORTVERSION=	20130509
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
 		LOCAL/martymac

Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/comms/wsjt/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wsjt
 VERSION=	9.1
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSION=	${VERSION}.r${SVN_REV}
 CATEGORIES=	comms hamradio
 MASTER_SITES=	${MASTER_SITE_LOCAL}

Modified: head/comms/wspr/Makefile
==============================================================================
--- head/comms/wspr/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/comms/wspr/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wspr
 DISTVERSION=	${VERSION}.r${SVN_REV}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms hamradio
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	db

Modified: head/converters/R-cran-RJSONIO/Makefile
==============================================================================
--- head/converters/R-cran-RJSONIO/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/converters/R-cran-RJSONIO/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	RJSONIO
 DISTVERSION=	1.0-3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	converters
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/converters/R-cran-rjson/Makefile
==============================================================================
--- head/converters/R-cran-rjson/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/converters/R-cran-rjson/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rjson
 PORTVERSION=	0.2.13
+PORTREVISION=	1
 CATEGORIES=	converters
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 

Modified: head/converters/hs-aeson/Makefile
==============================================================================
--- head/converters/hs-aeson/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/converters/hs-aeson/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	aeson
 PORTVERSION=	0.6.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	converters haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/converters/hs-dataenc/Makefile
==============================================================================
--- head/converters/hs-dataenc/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/converters/hs-dataenc/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	dataenc
 PORTVERSION=	0.14.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	converters haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/converters/hs-json/Makefile
==============================================================================
--- head/converters/hs-json/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/converters/hs-json/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	json
 PORTVERSION=	0.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	converters haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/converters/wkhtmltopdf/Makefile
==============================================================================
--- head/converters/wkhtmltopdf/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/converters/wkhtmltopdf/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wkhtmltopdf
 DISTVERSION=	0.11.0_rc1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	converters
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}:wkhtmltopdf \
 		${MASTER_SITE_LOCAL}

Modified: head/databases/R-cran-DBI/Makefile
==============================================================================
--- head/databases/R-cran-DBI/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/databases/R-cran-DBI/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	DBI
 DISTVERSION=	0.2-7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/databases/R-cran-RMySQL/Makefile
==============================================================================
--- head/databases/R-cran-RMySQL/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/databases/R-cran-RMySQL/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	RMySQL
 DISTVERSION=	0.9-3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	databases
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/databases/R-cran-RSQLite.extfuns/Makefile
==============================================================================
--- head/databases/R-cran-RSQLite.extfuns/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/databases/R-cran-RSQLite.extfuns/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	RSQLite.extfuns
 PORTVERSION=	0.0.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	databases
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 

Modified: head/databases/R-cran-RSQLite/Makefile
==============================================================================
--- head/databases/R-cran-RSQLite/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/databases/R-cran-RSQLite/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	RSQLite
 PORTVERSION=	0.11.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	databases
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 

Modified: head/databases/R-cran-sqldf/Makefile
==============================================================================
--- head/databases/R-cran-sqldf/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/databases/R-cran-sqldf/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sqldf
 DISTVERSION=	0.4-6.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	databases
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/databases/grass/Makefile
==============================================================================
--- head/databases/grass/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/databases/grass/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grass
 PORTVERSION=	6.4.2
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://grass.osgeo.org/%SUBDIR%/ \

Modified: head/databases/hs-mysql/Makefile
==============================================================================
--- head/databases/hs-mysql/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/databases/hs-mysql/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mysql
 PORTVERSION=	0.1.1.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	databases haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/databases/hs-persistent-sqlite/Makefile
==============================================================================
--- head/databases/hs-persistent-sqlite/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/databases/hs-persistent-sqlite/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,6 +2,7 @@
 
 PORTNAME=	persistent-sqlite
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	databases haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/databases/hs-persistent-template/Makefile
==============================================================================
--- head/databases/hs-persistent-template/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/databases/hs-persistent-template/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,6 +2,7 @@
 
 PORTNAME=	persistent-template
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	databases haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/databases/hs-persistent/Makefile
==============================================================================
--- head/databases/hs-persistent/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/databases/hs-persistent/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,6 +2,7 @@
 
 PORTNAME=	persistent
 PORTVERSION=	1.2.0.1
+PORTREVISION=	1
 CATEGORIES=	databases haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/deskutils/cycle/Makefile
==============================================================================
--- head/deskutils/cycle/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/deskutils/cycle/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cycle
 PORTVERSION=	0.3.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	deskutils biology python
 MASTER_SITES=	SF
 

Modified: head/deskutils/google-gadgets/Makefile
==============================================================================
--- head/deskutils/google-gadgets/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/deskutils/google-gadgets/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	google-gadgets
 PORTVERSION=	0.11.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	deskutils
 MASTER_SITES=	http://google-gadgets-for-linux.googlecode.com/files/
 DISTNAME=	${PORTNAME}-for-linux-${PORTVERSION}

Modified: head/deskutils/growl-for-linux/Makefile
==============================================================================
--- head/deskutils/growl-for-linux/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/deskutils/growl-for-linux/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,7 +2,7 @@
 
 PORTNAME=	growl-for-linux
 PORTVERSION=	0.6.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 
 MAINTAINER=	nivit@FreeBSD.org

Modified: head/deskutils/kdeplasma-addons/Makefile
==============================================================================
--- head/deskutils/kdeplasma-addons/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/deskutils/kdeplasma-addons/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kdeplasma-addons
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	deskutils kde ipv6
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src

Modified: head/deskutils/labyrinth/Makefile
==============================================================================
--- head/deskutils/labyrinth/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/deskutils/labyrinth/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -2,6 +2,7 @@
 
 PORTNAME=	labyrinth
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/deskutils/mirall/Makefile
==============================================================================
--- head/deskutils/mirall/Makefile	Sat Oct 26 00:51:30 2013	(r331643)
+++ head/deskutils/mirall/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mirall
 PORTVERSION=	1.4.1
-PORTREVISION=	1

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 8 Gerald Pfeifer freebsd_committer freebsd_triage 2013-10-26 02:51:48 UTC
State Changed
From-To: open->closed

Update committed.  Thanks to Bryan for the -exp run.