/audio/deforaos-mixer/

reebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Install a default pkg.conf is not already existingbapt2015-04-071-1/+1
| | | | Requested by: amdmi3
* Update to 1.4.99.19 aka 1.5.0-rc1bapt2015-04-072-3/+3
| | | | | | | | Changes: - Activate CONSERVATIVE_UPGRADE by default (by popular demand) - Add -l to pkg alias - Small improvements on zsh completion - Add some new popular aliases to the sample pkg.conf
* Remove USE_BZIP2=yes (this code is anyway unsused by any ports)bapt2015-04-071-1/+0
|
* Remove tar:xz from USES.vanilla2015-04-072-3/+3
| | | | Submitted by: mat@
* Fix EXTRACT_SUFFIX documentationbapt2015-04-071-6/+2
| | | | Remove documentation on the deprecated USE_BZIP2 and USE_XZ
* Remove last occurences of USE_BZIP2bapt2015-04-072-4/+2
|
* - fix unfetchable port (MASTER_SITES)mich2015-04-071-3/+1
|
* - Update to 13.3.1madpilot2015-04-072-3/+3
| | | | | | Fixes an ABI compatibility problem with external modules introduced in a previous version. Changelog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.3.1
* Update to 0.1.1gblach2015-04-072-4/+4
|
* - fix unfetchable port (MASTER_SITES)mich2015-04-071-2/+1
|
* 1: upgrade to 2.0.4rc3.vanilla2015-04-076-66/+70
| | | | | | | | 2: unBROKEN. 3: move to GITHUB. PR: 199105 Submitted by: maintainer
* Add missiong dep.demon2015-04-071-1/+2
|
* Moving the Octave icons to a directory which is not version specific (*).maho2015-04-072-4/+4
| | | | | | Remove ATLAS knob, and bump portrevision. Submitted by: Jason Bacon (*)
* - Add LICENSEamdmi32015-04-072-0/+6
| | | | | | | | - Add empty directories to plist PR: 198608 Submitted by: amdmi3 Approved by: kwm
* - Update to version 1.5.0, fixup optional persistent password saving patchdanfe2015-04-074-21/+20
| | | | | | - Replace references to PORTVERSION with DISTVERSION throughout Makefile to make testing of beta- and RC-versions easier (e.g., just set DISTVERSION= 1.x.y-RCz and go)
* Update to 2.11. Needs IO::Socket::IP on perl < 5.20. Also sort plistadamw2015-04-073-14/+17
| | | | | | | | while here. Changes: https://metacpan.org/changes/distribution/Test-TCP Approved by: maintainer (implicit)
* Update to 6.06.adamw2015-04-072-3/+3
| | | | Changes: https://metacpan.org/changes/release/SRI/Mojolicious-6.06
* - Update to 0.1.5.stephen2015-04-072-3/+3
|
* devel/rubygem-thrift: mark broken with ruby 2.2swills2015-04-071-1/+7
|
* - Update to 2.9.2.stephen2015-04-072-4/+3
| | | | | PR: 199254 Submitted by: Thierry Thomas
* Upgrade to r234164.brooks2015-04-078-126/+176
| | | | PR: 197908 (seems to build with gcc 4.9)
* Convert to USES=metaport, take 2.rakuco2015-04-071-5/+3
| | | | | digikam-kde4's Makefile.common checks for NO_BUILD, so include bsd.port.pre.mk first
* Add -f flag to force scanning of font directoriesfeld2015-04-071-2/+2
| | | | Differential Revision: https://reviews.freebsd.org/D2245
* - Update to version v0.0.20150405riggs2015-04-073-13/+8
| | | | | | | | - Use new GH* policy - Pet portlint PR: 198730 Submitted by: lightside@gmx.com (maintainer)
* Don't extract python bytecode from the distfilejbeich2015-04-071-1/+1
| | | | | | | | No PORTREVISION bump: distutils defaults to building without -O and the following files aren't even installed. $ ls **/*.py[co] module/generate_styles.pyo module/setuplib.pyo
* Unbreak. The tarball had been rerolled again.thierry2015-04-072-4/+3
| | | | | Full diff available here: <http://people.freebsd.org/~thierry/opencascade-6.8.0_141120_141212.diff>
* - track subversion http module activation change in the correct fileohauer2015-04-072-7/+7
| | | | (move entry from CHANGES -> UPDATING)
* Finally it seems that the base Gcc is sufficient: only -Wtype-limits isthierry2015-04-072-10/+13
| | | | | | newer and can be removed. Submitted by: danfe
* Add tip for users experiencing font issues; they may need to force afeld2015-04-071-0/+9
| | | | font cache update
* - Update to 3.10sunpoet2015-04-074-22/+17
| | | | | Changes: https://github.com/facebook/rocksdb/releases MFH: 2015Q2
* - Update MASTER_SITES and unbreak this portsunpoet2015-04-071-9/+6
| | | | | | | | - Sort LIB_DEPENDS - Group options helper PR: 199213 Submitted by: <tkato432@yahoo.com>
* - Update MASTER_SITES and unbreak this portsunpoet2015-04-072-4/+5
| | | | | | | | | - Add LICENSE - Fix build - Update WWW PR: 199212 Submitted by: <tkato432@yahoo.com>
* - Update MASTER_SITES and unbreak this portsunpoet2015-04-073-5/+8
| | | | | | | | - Add LICENSE - Update WWW PR: 199206 Submitted by: <tkato432@yahoo.com>
* Convert to USES=metaport, take 2.rakuco2015-04-071-6/+3
| | | | | | strigi's Makefile.common checks for NO_BUILD, so it has to be defined prior to its inclusion; split the bsd.port.mk into bsd.port.{pre,post}.mk for that.
* audio/abcmidi: Update to version 2015.03.27bapt2015-04-073-47/+25
|
* astro/wmsun: Update to version 1.12bapt2015-04-075-22/+16
| | | | Fix MASTER_SITES
* x11-toolkits/wxgtk30: Support c++11 over c++0x, plus DragonFlymarino2015-04-073-10/+57
| | | | | | | | | | | | | | | | | | The wxgtk30 port will use TR1 headers if the capability is detected. These TR1 functions were experimental and not included in the same form in the final c++11 standard. This patch forcibly disabled TR1 support, which requires the explicit setting of -std=c++11 in CXXFLAGS> A private "exp-run" was performed, all 62 ports dependent on wxgtk2 successfully built before and after after the patch was applied on two separate runs (FreeBSD 10 amd64 jail). While here, remove the incorrect $PTHREAD_LIB setting and let it default to -pthread. Also bring in the configure patch fragement from DragonFly. PR: 199177 Submitted by: marino Approved by: maintainer (Chris Hutchinson)
* Convert to USES=metaport, take 2.rakuco2015-04-071-8/+1
| | | | | This time, also stop setting MASTER_SITES and do not override the existing USES entry, which broke the build.
* Update to 0.65, and sort plist.adamw2015-04-073-55/+56
| | | | Changes: https://metacpan.org/changes/distribution/perl-ldap
* astro/rmap: Update MASTER_SITESbapt2015-04-072-4/+2
| | | | | PR: 199203 Submitted by: ports fury
* archivers/undms: Update MASTER_SITESbapt2015-04-071-4/+2
| | | | | PR: 199202 Submitted by: ports fury
* Add CONFLICTS with xen-toolsfeld2015-04-071-1/+3
|
* PORTREVISION bump required so "pkg upgrade" cleanly handles thefeld2015-04-071-0/+1
| | | | transition to xen-guest-tools
* Drop limitation on recent head as it should work on all versionbapt2015-04-071-6/+3
| | | | Extend limitation to i386
* - Disable SSLv2_client_methodsunpoet2015-04-071-1/+2
|
* - Update to 0.1.7.stephen2015-04-072-4/+3
|
* Chase the xen-tools -> xen-guest-tools renamefeld2015-04-071-1/+1
| | | | | | | | xe-guest-utilities needs to use this older version of the xen tools which are compatible with FreeBSD 9.x and 10.x. The tools are required as part of the xe-guest-utilities scripts to report data back to the hypervisor and permit additional functionality such as Live Migration when running FreeBSD VMs on the Citrix XenServer hypervisor.
* - Update to 1.2.1.stephen2015-04-072-5/+6
|
* - Update to 1.3.1.stephen2015-04-072-5/+4
|
* - Update to 0.18sunpoet2015-04-073-4/+9
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Text-Trac/Changes
* databases/cego: 2.20.24 -> 2.21.0pi2015-04-072-4/+3
| | | | | | | | | - Urgent fix in CegoFieldValue::comp method. New introduced null value comparison might result in a dump. Since, the new btree null value extension breaks specification to version 2.20, update to version 2.21 was required. Submitted by: lemke@lemke-it.com
* Update liferea to 1.10.14.kwm2015-04-072-3/+3
| | | | | PR: 198808 Submitted by: cmt@burggraben.net
* Fix installation when PREFIX != /usr/localgarga2015-04-071-3/+10
| | | | | Submitted by: John Hein <john.hein@microsemi.com> Obtained from: https://alioth.debian.org/tracker/index.php?func=detail&aid=315040
* Force a rebuild/upgrade to chase head r280306 which removed SSLv2 support.bdrewery2015-04-074-2/+4
| | | | | This fixes head package users so they have working SSL support. There was already a built-time fix for this.
* - Reset maintainershipsunpoet2015-04-071-1/+1
| | | | | PR: 199199 Submitted by: <coder@tuxfamily.org> (maintainer)
* dns/p5-Net-Domain-TLD: 1.72 -> 1.73, change maintainerpi2015-04-072-5/+4
| | | | | | | | - Added a lot of new TLDs that recently came out. PR: 198830 Submitted by: vivek@khera.org Approved by: tobez (maintainer timeout)
* Bump PORTREVISION to chase the new font pathsfeld2015-04-061-1/+1
| | | | | | | | Pango's modules.cache needs to be updated to find the fonts. For example, Smokeping has broken fonts until modules.cache is updated. It can also be done manually with: pango-querymodules --update-cache
* Remove unnecesssary UNIQUENAME.gerald2015-04-061-1/+0
|
* Bump PORTREVISION to chase the new font pathsfeld2015-04-061-1/+1
| | | | | | I've encountered rrd graphs with broken fonts because it still was looking in old font location. Forcing a rebuild of rrdtool package fixes it.
* Update to 1.2.0bapt2015-04-062-3/+3
| | | | Main changes: debugger support and performance improvements
* Document the operations on the xen frontbapt2015-04-061-0/+10
|
* Document emulators/xl being renamed sysutils/xen-toolsbapt2015-04-061-0/+1
| | | | Do not document other move as that will confuse all scripts relying on MOVED
* Drop dependency on xen-kernelbapt2015-04-061-1/+1
| | | | Bump portrevision
* Add a metaport for xenbapt2015-04-063-0/+29
| | | | Discussed with: roger@
* - Update to 2015.04.05sunpoet2015-04-062-3/+3
|
* - Update to 2015.04.05sunpoet2015-04-062-3/+3
|
* - Update to 2015.04.05sunpoet2015-04-062-3/+3
|
* - Update to 20150405sunpoet2015-04-062-3/+3
|
* - Update to 2015.04.05sunpoet2015-04-062-3/+3
|
* Add sysutils into CATEGORIESbapt2015-04-061-1/+1
|
* Correctly rename into xen-toolsbapt2015-04-061-2/+3
|
* Rename xen into xen-kernelbapt2015-04-067-1/+2
| | | | Requested by: roger@
* Rename emulators/xl into sysutils/xen-toolsbapt2015-04-069-1/+1
| | | | Requested by: roger@
* Rename xen-tools into xen-guest-toolsbapt2015-04-067-2/+2
| | | | | Requested by: roger@ Approved by: dinoex@ (maintainer)
* Update harfbuzz to 0.9.40.kwm2015-04-062-5/+5
| | | | | PR: 198424 (based on) Submitted by: jbeich@
* Update to the 20150405 snapshot of GCC 5.0.gerald2015-04-062-3/+3
|
* Provide rc.d scriptehaupt2015-04-062-0/+29
|
* databases/pymongo: bump PORTREVISIONwg2015-04-061-0/+1
| | | | | | Forgotten in last commit. Submitted by: mat
* Update ImageMagick to 6.9.1-1.kwm2015-04-062-7/+8
| | | | | | | | | Remove FONTCONFIG_CFLAGS/_LIBS pkg-config manual overwrites. Add comment why CPPFLAGS/LDFLAGS are different than usual. Add CPE data [1] PR: 199040 [1] Submitted by: shun <shun.fbsd.pr@dropcut.net> [1]
* Update to 4.6.3feld2015-04-063-378/+379
| | | | Use PORTVERSION in pkg-plist to limit unnecessary pkg-plist churn
* Convert to USE_GITHUB. This requires USES=autoreconf, but eliminatestruckman2015-04-062-11/+8
| | | | | | | | the need for USES=pathfix as well as a patch. Differential Revision: https://reviews.freebsd.org/D2234 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
* Add LICENSE_FILE (and bump PORTREVISION).truckman2015-04-062-6/+6
| | | | | | | | Convert to use MASTER_SIGHTS_FARSIGHT. Differential Revision: https://reviews.freebsd.org/D2236 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
* Add LICENSE_FILE (and bump PORTREVISION).truckman2015-04-062-4/+6
| | | | | | | | Convert to use MASTER_SIGHTS_FARSIGHT. Differential Revision: https://reviews.freebsd.org/D2235 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
* update: sysutils/dunst 1.0.0 to 1.1.0bapt2015-04-062-7/+11
| | | | | | PR: 199170 Submitted by: mp39590@gmail.com Approved by: maintainer
* sysutils/rubygem-facter: update 2.4.1 -> 2.4.3robak2015-04-062-3/+3
| | | | | PR: 199182 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* Fix post install scriptbapt2015-04-062-6/+3
| | | | | PR: 199113 Reported by: hiroto.kagotani@gmail.com
* - Update to upstream version 1.4.4riggs2015-04-063-13/+12
| | | | | | | | | - Update MASTER_SITES, MAINTAINER, COMMENT - Add missing WWW in pkg-descr - Pet portlint; general cleanup PR: 198568 Submitted by: portmaster@bsdforge.com (maintainer)
* Update to 0.22.1ehaupt2015-04-062-3/+3
|
* databases/cego: 2.20.24 -> 2.20.25pi2015-04-062-3/+4
| | | | | | | | - Added multibyte character evaluation in CegoOutput to show visible chain length - added build_depends for a specific version of lfcbase Submitted by: lemke@lemke-it.com
* devel/lfcbase: 1.5.10 -> 1.5.11pi2015-04-062-4/+3
| | | | | | | - Added new method visibleLength to class Chain to get information about chain length with included multi byte characters Submitted by: lemke@lemke-it.com
* - Unbreakmva2015-04-061-2/+3
| | | | - Define LICENSE
* - Update to 1.605sunpoet2015-04-062-3/+3
| | | | Changes: http://search.cpan.org/dist/MCE/CHANGES
* - Update to 2.05sunpoet2015-04-062-3/+3
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* - Update to 0.16sunpoet2015-04-062-3/+3
| | | | Changes: http://search.cpan.org/dist/Protocol-HTTP2/Changes
* - Update to 0.05sunpoet2015-04-062-3/+3
| | | | Changes: http://search.cpan.org/dist/Log-Any-IfLOG/Changes
* - Update to 0.06sunpoet2015-04-062-3/+6
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/File-BaseDir/Changes
* - Unbreak this portsunpoet2015-04-061-1/+0
|
* - Update distinfosunpoet2015-04-062-2/+3
| | | | | | | | - Bump PORTREVISION for package change Upstream rerolled the tarball with fixes. Original: https://people.FreeBSD.org/~sunpoet/tintin-2.01.1.old.tar.gz Diff: https://people.FreeBSD.org/~sunpoet/tintin-2.01.1.diff
* - Update to 7.4.691sunpoet2015-04-062-1/+17
| | | | Changes: https://code.google.com/p/vim/source/list
* - Update to 2.0.1sunpoet2015-04-062-6/+6
| | | | | | | | | - Sort RUN_DEPENDS Changes: https://github.com/technicalpickles/jeweler/blob/master/ChangeLog.markdown PR: 199180 Submitted by: sunpoet (myself) Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
* Forgot to add some patches.maho2015-04-063-0/+70
| | | | | PR: 199164 Submitted by: phd_kimberlite@yahoo.co.jp
* textproc/consul-template: 0.8.0swills2015-04-062-10/+30
|
* sysutils/consul: update to 0.5.0swills2015-04-064-102/+286
|
* - Fix configure and build, unbreak.madpilot2015-04-062-7/+13
| | | | | | The software dropped GTK2 support, now requires GTK3 and GSTREAMER1. Approved by: just fix it blanket
* - OPTIONize port, use OPTIONS_SUBamdmi32015-04-062-51/+42
| | | | | | | | | - Make CDROM checks set IGNORE instead of failing the installation - Remove @dirrm* from plist PR: 198000 Submitted by: amdmi3 Approved by: maintainer timeout (scf, 5 weeks)
* - Add LICENSE_FILEamdmi32015-04-062-1/+3
| | | | | | | | - Add empty directory to plist PR: 198610 Submitted by: amdmi3 Approved by: maintaienr timeout
* - Add LICENSEamdmi32015-04-062-4/+5
| | | | - Update to 0.88.0
* - Add LICENSE_FILEamdmi32015-04-061-14/+6
| | | | | | | | | - Simplify installation - Strip library PR: 197850 Submitted by: amdmi3 Approved by: maintainer timeout
* Adapt to new USE_GITHUB features.truckman2015-04-062-5/+10
| | | | | | | | | | | | | | Add LICENSE_FILE. Add sie-nmsg to RUN_DEPENDS. Don't bother with install-strip because it was not stripping libaxa.so, and sratool and sratunnel are stripped even without it. Use ${STRIP_CMD} for the library. Differential Revision: https://reviews.freebsd.org/D2233 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
* - Update distinfo and unbreakmadpilot2015-04-066-30/+41
| | | | | | | - Take maintainership Distfiles differ mainly in the configure and build infrastructure, apart from fixing a pair of minor bugs.
* Mark as unfetchablebapt2015-04-061-0/+1
|
* Fix MASTER_SITESbapt2015-04-061-1/+1
|
* New port: dns/py-pydnstabletruckman2015-04-064-0/+29
| | | | | | | | Python bindings for the dnstable library Differential Revision: https://reviews.freebsd.org/D2231 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
* lang/gcc5-aux: Upgrade snapshot from 22 March to 05 Aprilmarino2015-04-062-3/+3
|
* - Use @sample magiczi2015-04-062-7/+4
| | | | | PR: 199188 Submitted by: yuri@rawbw.com
* devel/rubygem-cool.io: mark broken with ruby 2.2swills2015-04-061-2/+2
|
* net/syncthing: fix comment on syncthing dirswills2015-04-062-1/+2
| | | | | Reported by: peter Pointhat to: swills
* Mark as broken unfetchable portsbapt2015-04-066-0/+6
|
* Update to 0.5.2bapt2015-04-063-3/+6
|
* - Move devel/rubygem-filemagic to devel/rubygem-ruby-filemagicsunpoet2015-04-065-7/+7
| | | | | | | | - Update to 0.6.3 - Add LICENSE - Remove DISTNAME and GEM_NAME Changes: https://github.com/blackwinter/ruby-filemagic/blob/master/ChangeLog
* - Move devel/rubygem-filemagic to devel/rubygem-ruby-filemagicsunpoet2015-04-061-0/+1
|
* - Update to 0.8.7sunpoet2015-04-063-4/+6
| | | | | | | - Add LICENSE - Update WWW Changes: https://github.com/taf2/curb/commits/master
* - Update to 1.58.0sunpoet2015-04-064-4/+17
| | | | | | | - Add LICENSE - Update WWW Changes: https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
* - Update to 1.4.5sunpoet2015-04-062-4/+4
| | | | Changes: https://github.com/jruby/warbler/blob/master/History.txt
* - Add LICENSEsunpoet2015-04-062-1/+3
| | | | - Update WWW
* - Update to 3.0.9sunpoet2015-04-062-5/+7
| | | | | | - Add LICENSE Changes: https://github.com/test-unit/test-unit/blob/master/doc/text/news.md
* - Update and sort RUN_DEPENDSsunpoet2015-04-061-2/+2
|
* - Update to 0.7.5sunpoet2015-04-062-3/+3
| | | | Changes: https://github.com/judofyr/temple/blob/master/CHANGES
* - Update to 1.3.4sunpoet2015-04-062-5/+8
| | | | | | - Add LICENSE Changes: https://github.com/stompgem/stomp/blob/dev/CHANGELOG.rdoc
* - Update to 1.2.1sunpoet2015-04-063-5/+8
| | | | | | | - Add LICENSE - Remove leading spaces in pkg-descr Changes: https://github.com/remvee/exifr/blob/master/CHANGELOG
* - Update to 1.12.1sunpoet2015-04-062-4/+3
| | | | Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md
* - Update to 3.0.1sunpoet2015-04-062-3/+3
| | | | Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md
* - Update to 3.6.4sunpoet2015-04-062-5/+5
| | | | | Changes: https://github.com/marcandre/backports/blob/master/CHANGELOG.rdoc https://github.com/marcandre/backports/commits/master
* - Update to 2.2.3sunpoet2015-04-062-3/+3
| | | | Changes: https://github.com/rails/sprockets/blob/master/README.md#version-history
* - Update to 2.11.3sunpoet2015-04-062-3/+3
| | | | Changes: https://github.com/rails/sprockets/blob/master/README.md#version-history
* - Update to 1.29.0sunpoet2015-04-062-4/+6
| | | | Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md
* - Update to 3.5.9sunpoet2015-04-062-3/+3
| | | | Changes: https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
* - Update to 20150331sunpoet2015-04-062-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/usbids-20150331.diff
* - Update to 20150404sunpoet2015-04-062-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20150404.diff
* - Add rubygem-fog-powerdns 0.1.1sunpoet2015-04-064-0/+29
| | | | | | | Fog::PowerDNS is a module for the 'fog' gem to support PowerDNS DNS services. WWW: https://github.com/fog/fog-powerdns RG: https://rubygems.org/gems/fog-powerdns
* - Add rubygem-fog-local 0.1.0sunpoet2015-04-064-0/+27
| | | | | | | Fog::Local is a module for the 'fog' gem to support local filesystem storage. WWW: https://github.com/fog/fog-local RG: https://rubygems.org/gems/fog-local
* Add missing PKGNAMEPREFIX.truckman2015-04-061-3/+12
| | | | | | | | | | Install examples. Use ${PYTHON_SITELIBDIR} instead of hardwiring a specific python version. Differential Revision: https://reviews.freebsd.org/D2227 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
* New port: devel/py-pymtbltruckman2015-04-064-0/+44
| | | | | | | | | | | | pymtbl: Python bindings for the mtbl sorted string table library pymtbl provides a simple Pythonic wrapper for mtbl's reader, writer, sorter, and merger interfaces. The examples/ directory contains scripts demonstrating each of these interfaces. Differential Revision: https://reviews.freebsd.org/D2220 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
* Upgrade to 3.5.2 release.brooks2015-04-064-10/+10
|
* Revert unintended changebapt2015-04-061-1/+2
| | | | Reported by: flo
* Mark as broken unfetchable portsbapt2015-04-06