aboutsummaryrefslogtreecommitdiffstats
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* news/pan: remove manual linking with -lgnuregexDmitry Marakasov2021-05-151-1/+1
| | | | | | | | This looks like a hack needed for a patch from 2001 (which is long gone) to work. Today it breaks the build because it lacks corresponding dependency, so remove it. Approved by: portmgr blanket
* Deorbit RESTRICTED && NO_CDROM, part two.Mathieu Arnold2021-05-061-2/+6
| | | | | | | | | Move ports to the licenses framework. RESTRICTED → auto-accept (unless expressly stated otherwise) NO_CDROM → dist-mirror pkg-mirror auto-accept Differential Revision: https://reviews.freebsd.org/D30010
* news/sabnzbdplus: Update to 3.2.1James French2021-05-054-12/+21
| | | | PR: 250411
* *: reset lifanov's ports after safekeeping their ports bit.Rene Ladan2021-05-051-1/+1
| | | | Hat: portmgr-secretary
* news/sabnzbdplus: use archivers/par2cmdlineRene Ladan2021-04-301-13/+14
| | | | | | | Previously this port used archivers/par2cmdline-tbb, but that port has expired in favor of par2cmdline. While here pet portclippy.
* Remove expired ports:Rene Ladan2021-04-248-91/+0
| | | | | | | 2021-04-22 net/samba411: Security Support ends on 03 Dec 2020 2021-04-22 net-im/cordless: Unmaintained and dead upstream, uses the old Discord API which notably has got users banned 2021-04-18 news/plor: listed as "Alpha-release" but last update in 2001; unmaintained 2021-04-20 security/certificate-transparency: Broken for more than 6 months
* devel/icu: update to 69.1Jan Beich2021-04-091-0/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-0719-19/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-066-13/+3
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-0668-70/+0
|
* news/leafnode: update to 1.11.12.Matthias Andree2021-03-282-19/+20
|
* news/nzbhydra2: Update to 3.13.1Tobias C. Berner2021-03-202-4/+4
| | | | | | | | Changelog: https://github.com/theotherp/nzbhydra2/blob/master/changelog.md Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D29344
* Mark BROKEN in 13/14 (via latest llvm update).Mark Linimon2021-02-191-0/+2
|
* Mark BROKEN in 13/14 (via latest llvm update).Mark Linimon2021-02-182-0/+6
|
* Mark BROKEN in 13/14 (via latest llvm update).Mark Linimon2021-02-181-0/+5
| | | | | While here, mark DEPRECATED (claimed "Alpha release" but last release was in 2001).
* Update a few GNUstep ports:Neel Chauhan2021-02-151-1/+1
| | | | | | | | | * devel/gnustep-make: Update to 2.8.0 * lang/gnustep-base: Update to 1.27.0 * x11-toolkits/gnustep-back: update to 0.28.0 * x11-toolkits/gnustep-gui: update to 0.28.0 Also bump PORTREVISION on dependent ports.
* news/tin: Update to 2.4.5Kevin Bowling2021-02-083-11/+10
| | | | | | Changelog http://bzr.tin.org/doc/CHANGES Sponsored by: BBOX.io
* news/trn4: fix build with -fno-commonChristian Weisgerber2021-02-071-0/+71
|
* - fix build on FreeBSD-13Dirk Meyer2021-02-031-1/+1
|
* news/inn: Update to 2.6.4Kevin Bowling2021-01-303-27/+6
| | | | Sponsored by: BBOX.io
* news/fidogate: Update to 5.10-3Rainer Hurling2021-01-282-32/+34
| | | | | | | | | | | | | | | | | | | | | | Update port to release v5.10 [1] plus additional commits from branch 'staging' [2]. All commits after the release are fixes. - fidogate.service: [ is put back - fidogate.service: full paths for commands - rfc2ftn: fix mime unpacking if recipients given in command line - rfc2ftn: Fix SIGSEGV on list_free - mime: fix memleak on multipart decoding - rfc2ftn: Fix for test019: check crash in get_mime_disposition [1] https://github.com/ykaliuta/fidogate/releases/tag/v5.10 [2] https://github.com/ykaliuta/fidogate/commits/staging PR: 253059 Submitted by: Sergey Anokhin <admin@5034.ru> (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D28400
* news/nzbhydra2: enable on powerpc64lePiotr Kubaj2021-01-171-1/+1
|
* news/nzbhydra2: enable on powerpc64Piotr Kubaj2021-01-161-1/+1
| | | | MFH: 2021Q1
* - use libgnuregex from portsDirk Meyer2021-01-072-2/+6
| | | | | PR: 252246 Submitted by: Kyle Evans
* news/rntrack: fix build on GCC architecturesPiotr Kubaj2021-01-041-1/+1
| | | | | | h/typedefs.h:27: error: redefinition of typedef 'bit' h/UNIX.h:173: error: previous declaration of 'bit' was here MFH: 2021Q1
* Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64Mark Linimon2021-01-022-0/+2
| | | | | | | | where appropriate. While here, pet portlint (Makevar order; whitespace). Approved by: portmgr (tier-2 blanket)
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-291-1/+1
| | | | With hat: portmgr
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python)
* Remove expired port:Rene Ladan2020-12-124-39/+0
| | | | 2020-12-12 news/py-sabyenc: Uses deprecated version of python
* Deprecate a few python 2.7 portsAntoine Brodin2020-11-111-0/+3
|
* devel/icu: update to 68.1Jan Beich2020-11-031-1/+1
| | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases)
* Simplify makefile handlingMateusz Piotrowski2020-10-281-14/+12
| | | | | | | | | | By defining BUILD_WRKSRC, it's possible to remove MAKEFILE, pre-patch, and pre-configure. While here, remove unnecessary ALL_TARGET and clean up the do-install target. Approved by: portmgr blanket
* Clean up the portMateusz Piotrowski2020-10-282-64/+50
| | | | | | | | | | | | - Remove unnecessary variables such as USE_REINPLACE - Define ETCDIR and use it throughout the port - Use OPT_VARIABLE instead of if statements with PORT_OPTIONS:MOPT - Sort variables and targets - Sort pkg-plist and remove unnecessary @dir uses - Define DOCS and EXAMPLES options for completeness - Instal manuals under share/man Approved by: portmgr blanket
* news/sabnzbdplus: Back out r553378Adam Weinberger2020-10-283-16/+8
| | | | | | | Feedburner needs to be a hard dependency, and the version currently in ports is incompatible. PR: 250411, 250380
* New port: news/rntrack aka FTrack-AS.Eugene Grosbein2020-10-285-0/+129
| | | | | | | | | This is a mail tracker/router for FidoNet-like networks. It has support for a popular message bases: MSG, PKT, Squish and JAM. Perl-scripting support does its work very flexible. PR: 250525 Submitted by: Sergey Anokhin <admin@5034.ru>
* news/sabnzbdplus: Update to 3.1.0Adam Weinberger2020-10-273-7/+16
| | | | | PR: 250411 Submitted by: maintainer
* news/fidogate: Update to 5.9Rainer Hurling2020-10-163-8/+18
| | | | | | | | | | | | | | | | | | | | | Features[1]: - send-fidogate: added 'xct' wrapper which adds X-Comment-To headers to innd batches - passwd: separate tic password - rfc2ftn: implement default_rfc charset option - packaging: distribute .service under debian/ and use it for rpm Fixes[1]: - Many timezone fixes again - username generation - mime: handle comments () - memory handling [1] https://github.com/ykaliuta/fidogate/releases/tag/v5.9 PR: 250339 Submitted by: Sergey Anokhin <admin@5034.ru> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26806
* news/husky-hpt: Fix build on 13 by adding CFLAGS=-fcommonYuri Victorovich2020-10-041-0/+2
| | | | | Reported by: Build failure on 13-CURRENT Approved by: portmgr (build fix)
* news/husky-htick: Fix build on 13 by adding CFLAGS=-fcommonYuri Victorovich2020-10-041-0/+2
| | | | | Reported by: Abuild failure on 13-CURRENT Approved by: portmgr (build fix)
* news/nzbhydra2: Update to 2.29.1Tobias C. Berner2020-10-022-4/+4
| | | | | | | | Changelog can be viewed at: https://github.com/theotherp/nzbhydra2/blob/master/changelog.md Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D26625
* news/sabnzbdplus: Update to 3.0.2Gleb Popov2020-09-282-10/+8
| | | | | | PR: 249022 Submitted by: James French <james@french.id.au> Reviewed by: daniel.engberg.lists@pyret.net
* Remove expired ports:Rene Ladan2020-09-196-102/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-09-15 audio/abraca: Uses deprecated version of python 2020-09-15 audio/ardour5: Uses deprecated version of python 2020-09-15 audio/cplay: Uses deprecated version of python 2020-09-15 audio/cpp-xmms2: Uses deprecated version of python 2020-09-15 audio/p5-xmms2: Uses deprecated version of python 2020-09-15 biology/haplohseq: Uses deprecated version of python 2020-09-15 biology/tophat: Uses deprecated version of python 2020-09-15 chinese/ibus-array: Uses deprecated version of python 2020-09-15 comms/congruity: Uses deprecated version of python 2020-09-15 comms/libbtbb: Uses deprecated version of python 2020-09-15 comms/quisk: Uses deprecated version of python 2020-09-15 databases/mtools-mongodb: Uses deprecated version of python 2020-09-15 databases/mydbf2mysql: Uses deprecated version of python 2020-09-15 databases/ntdb: Uses deprecated version of python 2020-09-15 databases/pgloader: Uses deprecated version of python 2020-09-15 databases/pgtune: Uses deprecated version of python 2020-09-15 databases/postgresql-libpqxx3: Uses deprecated version of python 2020-09-15 databases/postgresql-libpqxx4: Uses deprecated version of python 2020-09-15 databases/py-sqlite3dbm: Uses deprecated version of python 2020-09-15 databases/pydbx: Uses deprecated version of python 2020-09-15 databases/pyspatialite: Uses deprecated version of python 2020-09-15 deskutils/ljcharm: Uses deprecated version of python 2020-09-15 deskutils/mat: Uses deprecated version of python 2020-09-15 devel/aap: Uses deprecated version of python 2020-09-15 devel/apr2: Uses deprecated version of python 2020-09-15 devel/bbfreeze-loader: Uses deprecated version of python 2020-09-15 devel/bicyclerepair: Uses deprecated version of python 2020-09-15 devel/bzrtools: Uses deprecated version of python 2020-09-15 devel/codeville: Uses deprecated version of python 2020-09-15 devel/cvs2svn: Uses deprecated version of python 2020-09-15 devel/cx_Freeze: Uses deprecated version of python 2020-09-15 devel/euca2ools: Uses deprecated version of python 2020-09-15 devel/evolution-gconf-tools: Uses deprecated version of python 2020-09-15 devel/git-bzr-ng: Uses deprecated version of python 2020-09-15 devel/git-cvs: Uses deprecated version of python 2020-09-15 devel/git-remote-hg: Uses deprecated version of python 2020-09-15 devel/grumpy: Uses deprecated version of python 2020-09-15 devel/hg-git: Uses deprecated version of python 2020-09-15 devel/libnxt: Uses deprecated version of python 2020-09-15 devel/libredblack: Uses deprecated version of python 2020-09-15 devel/llvm-cheri: Uses deprecated version of python 2020-09-15 devel/phpsh: Uses deprecated version of python 2020-09-15 devel/py-backports.shutil_which: Uses deprecated version of python 2020-09-15 devel/py-notify: Uses deprecated version of python 2020-09-15 devel/py-pybloomfiltermmap: Uses deprecated version of python 2020-09-15 devel/py-qserve: Uses deprecated version of python 2020-09-15 devel/py-subvertpy: Uses deprecated version of python 2020-09-15 devel/py_static_check: Uses deprecated version of python 2020-09-15 devel/pyst: Uses deprecated version of python 2020-09-15 devel/runsnakerun: Uses deprecated version of python 2020-09-15 devel/tailor: Uses deprecated version of python 2020-09-15 devel/uatraits: Uses deprecated version of python 2020-09-15 dns/nsec3walker: Uses deprecated version of python 2020-09-15 dns/sshfp: Uses deprecated version of python 2020-09-15 editors/medit: Uses deprecated version of python 2020-09-15 emulators/dynagen: Uses deprecated version of python 2020-09-15 emulators/wxmupen64plus: Uses deprecated version of python 2020-09-15 games/diameter: Uses deprecated version of python 2020-09-15 games/kiki: Uses deprecated version of python 2020-09-15 games/lightyears: Uses deprecated version of python 2020-09-15 games/outerspace: Uses deprecated version of python 2020-09-15 games/pachi-game-engine: Uses deprecated version of python 2020-09-15 graphics/caffe: Uses deprecated version of python 2020-09-15 graphics/cloudcompare: Uses deprecated version of python 2020-09-15 graphics/kudu: Uses deprecated version of python 2020-09-15 graphics/pecomato: Uses deprecated version of python 2020-09-15 graphics/py-editobj: Uses deprecated version of python 2020-09-15 graphics/py-mayavi: Uses deprecated version of python 2020-09-15 graphics/pymorph: Uses deprecated version of python 2020-09-15 graphics/tilecache: Uses deprecated version of python 2020-09-15 graphics/uniconvertor: Uses deprecated version of python 2020-09-15 japanese/mailman: Uses deprecated version of python 2020-09-15 java/eclipse-pydev: Uses deprecated version of python 2020-09-15 lang/cdent: Uses deprecated version of python 2020-09-15 lang/julia06: Uses deprecated version of python 2020-09-15 lang/julia07: Uses deprecated version of python 2020-09-15 lang/julia11: Uses deprecated version of python 2020-09-15 lang/tinypy: Uses deprecated version of python 2020-09-15 mail/cleanup-maildir: Uses deprecated version of python 2020-09-15 mail/courier-pythonfilter: Uses deprecated version of python 2020-09-15 mail/getmail: Uses deprecated version of python 2020-09-15 mail/muttils: Uses deprecated version of python 2020-09-15 mail/nohtml: Uses deprecated version of python 2020-09-15 mail/offlineimap: Uses deprecated version of python 2020-09-15 mail/openemm2015: Uses deprecated version of python 2020-09-15 math/blitz++: Uses deprecated version of python 2020-09-15 math/openfst: Uses deprecated version of python 2020-09-15 math/py-fpconst: Uses deprecated version of python 2020-09-15 misc/hb: Uses deprecated version of python 2020-09-15 misc/mtail: Uses deprecated version of python 2020-09-15 misc/wotsap: Uses deprecated version of python 2020-09-15 multimedia/freevo: Uses deprecated version of python 2020-09-15 multimedia/quodlibet: Uses deprecated version of python 2020-09-15 multimedia/tovid: Uses deprecated version of python 2020-09-15 net/ceph13: Uses deprecated version of python 2020-09-15 net/cloud-init-azure: Uses deprecated version of python 2020-09-15 net/exabgp: Uses deprecated version of python 2020-09-15 net/exaddos: Uses deprecated version of python 2020-09-15 net/fb: Uses deprecated version of python 2020-09-15 net/flent: Uses deprecated version of python 2020-09-15 net/flowgrep: Uses deprecated version of python 2020-09-15 net/googlecl: Uses deprecated version of python 2020-09-15 net/mininet: Uses deprecated version of python 2020-09-15 net/nfs-ganesha: Uses deprecated version of python 2020-09-15 net/opensips: Uses deprecated version of python 2020-09-15 net/py-python-ntlm: Uses deprecated version of python 2020-09-15 net/splatd: Uses deprecated version of python 2020-09-15 net-im/centerim-devel: Uses deprecated version of python 2020-09-15 net-im/fugu: Uses deprecated version of python 2020-09-15 net-im/proxy65: Uses deprecated version of python 2020-09-15 net-mgmt/crmsh: Uses deprecated version of python 2020-09-15 net-mgmt/librenms-agent: Uses deprecated version of python 2020-09-15 net-p2p/couchpotato: Uses deprecated version of python 2020-09-15 news/rawdog: Uses deprecated version of python 2020-09-15 ports-mgmt/portell: Uses deprecated version of python 2020-09-15 print/biblio-py: Uses deprecated version of python 2020-09-15 science/brian: Uses deprecated version of python 2020-09-15 science/paraview: Uses deprecated version of python 2020-09-15 security/arm: Uses deprecated version of python 2020-09-15 security/ismtp: Uses deprecated version of python 2020-09-15 security/py-halberd: Uses deprecated version of python 2020-09-15 security/switzerland: Uses deprecated version of python 2020-09-15 security/tsshbatch: Uses deprecated version of python 2020-09-15 shells/lshell: Uses deprecated version of python 2020-09-15 sysutils/abck: Uses deprecated version of python 2020-09-15 sysutils/condor: Uses deprecated version of python 2020-09-15 sysutils/farbot: Uses deprecated version of python 2020-09-15 sysutils/fusefs-wikipediafs: Uses deprecated version of python 2020-09-15 sysutils/heartbeat: Uses deprecated version of python 2020-09-15 sysutils/isomd5sum: Uses deprecated version of python 2020-09-15 sysutils/py-stdiff: Uses deprecated version of python 2020-09-15 sysutils/tren: Uses deprecated version of python 2020-09-15 textproc/doclifter: Uses deprecated version of python 2020-09-15 textproc/ibus-el: Uses deprecated version of python 2020-09-15 textproc/p5-WWW-Google-SiteMap: Deprecated upstream, see textproc/p5-Search-Sitemap 2020-09-15 textproc/plover: Uses deprecated version of python 2020-09-15 textproc/py-esmre: Uses deprecated version of python 2020-09-15 textproc/py-libxslt: Uses deprecated version of python 2020-09-15 textproc/py-pdfminer: Uses deprecated version of python 2020-09-15 textproc/translate-toolkit: Uses deprecated version of python 2020-09-15 www/bluefish: Uses deprecated version of python 2020-09-15 www/calendarserver: Uses deprecated version of python 2020-09-15 www/geeknote: Uses deprecated version of python 2020-09-15 www/go-appengine-sdk: Uses deprecated version of python 2020-09-15 www/google-appengine: Uses deprecated version of python 2020-09-15 www/libhpack: Uses deprecated version of python 2020-09-15 www/mkapachepw: Uses deprecated version of python 2020-09-15 www/mod_pagespeed: Uses deprecated version of python 2020-09-15 www/mod_python35: Uses deprecated version of python 2020-09-15 www/py-qp: Uses deprecated version of python 2020-09-15 www/py-url: Uses deprecated version of python 2020-09-15 www/pyblosxom: Uses deprecated version of python 2020-09-15 www/pyjamas: Uses deprecated version of python 2020-09-15 www/roundup: Uses deprecated version of python 2020-09-15 www/varnish-libvmod-awsrest: Uses deprecated version of python 2020-09-15 www/waccess: Uses deprecated version of python 2020-09-15 www/wadcomblog: Uses deprecated version of python 2020-09-15 www/webcheck: Uses deprecated version of python 2020-09-15 www/woof: Uses deprecated version of python 2020-09-15 x11-drivers/xf86-video-qxl: uses deprecated version of python 2020-09-15 x11-fm/twander: Uses deprecated version of python 2020-09-15 x11-wm/compizconfig-python: Uses deprecated version of python 2020-09-15 x11-wm/fvwm-crystal: Uses deprecated version of python
* Deal with the ownership of the files just with the plistBaptiste Daroussin2020-09-142-24/+2
|
* Fix build on modern toolchain and remove install scriptBaptiste Daroussin2020-09-146-69/+44
| | | | | | | Replace the install script with static files properly packaged and usage of @sample Use pkg-message instead of script to inform the users
* Fix on -CURRENT with -fcommon.Thierry Thomas2020-09-101-0/+1
|
* news/diablo: fix build on recent currentTobias C. Berner2020-08-291-0/+3
|
* news/sabnzbdplus: Update to 3.0.1Li-Wen Hsu2020-08-192-12/+12
| | | | | PR: 248720 Submitted by: James French <james@french.id.au> (maintainer)
* - update to 3.0.0Florian Smeets2020-08-174-136/+94
| | | | | | | | - pass maintainership to submitter PR: 248525 Submitted by: James French <james@french.id.au> Approved by: joshruehlig@gmail.com (previous maintainer)
* Remove deprecated ports:Rene Ladan2020-08-155-34/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python 2020-08-15 archivers/py-bup: Uses deprecated version of python 2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python 2020-08-15 audio/blop-lv2: Uses deprecated version of python 2020-08-15 audio/bs2b-lv2: Uses deprecated version of python 2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python 2020-08-15 audio/py-karaoke: Uses deprecated version of python 2020-08-15 audio/py-openal: Uses deprecated version of python 2020-08-15 audio/py-py-jack: Uses deprecated version of python 2020-08-15 audio/py-xmms2: Uses deprecated version of python 2020-08-15 audio/triceratops-lv2: Uses deprecated version of python 2020-08-15 biology/py-biom-format: Uses deprecated version of python 2020-08-15 comms/py-bulksms: Uses deprecated version of python 2020-08-15 comms/py-gammu: Uses deprecated version of python 2020-08-15 databases/py-geoalchemy: Uses deprecated version of python 2020-08-15 databases/py-htsql-mysql: Uses deprecated version of python 2020-08-15 databases/py-htsql-pgsql: Uses deprecated version of python 2020-08-15 databases/py-mysql2pgsql: Uses deprecated version of python 2020-08-15 databases/py-oursql: Uses deprecated version of python 2020-08-15 databases/py-pyPgSQL: Uses deprecated version of python 2020-08-15 databases/py-pyhs: Uses deprecated version of python 2020-08-15 databases/py-pytc: Uses deprecated version of python 2020-08-15 databases/py-riak: Uses deprecated version of python 2020-08-15 databases/py-umemcache: Uses deprecated version of python 2020-08-15 devel/py-Breve: Uses deprecated version of python 2020-08-15 devel/py-PyODE: Uses deprecated version of python 2020-08-15 devel/py-akismet: Uses deprecated version of python 2020-08-15 devel/py-aspects: Uses deprecated version of python 2020-08-15 devel/py-backports.tempfile: Uses deprecated version of python 2020-08-15 devel/py-backports.weakref: Uses deprecated version of python 2020-08-15 devel/py-cfgparse: Uses deprecated version of python 2020-08-15 devel/py-ciphon: Uses deprecated version of python 2020-08-15 devel/py-cjson: Uses deprecated version of python 2020-08-15 devel/py-clonedigger: Uses deprecated version of python 2020-08-15 devel/py-cuisine: Uses deprecated version of python 2020-08-15 devel/py-deliciousapi: Uses deprecated version of python 2020-08-15 devel/py-dialog: Uses deprecated version of python 2020-08-15 devel/py-efl: Uses deprecated version of python 2020-08-15 devel/py-ezpyinline: Uses deprecated version of python 2020-08-15 devel/py-fsm: Uses deprecated version of python 2020-08-15 devel/py-gdbgui: Uses deprecated version of python 2020-08-15 devel/py-gearman: Uses deprecated version of python 2020-08-15 devel/py-generate: Uses deprecated version of python 2020-08-15 devel/py-geotypes: Uses deprecated version of python 2020-08-15 devel/py-gitosis: Uses deprecated version of python 2020-08-15 devel/py-google-apputils: Uses deprecated version of python 2020-08-15 devel/py-hghooks: Uses deprecated version of python 2020-08-15 devel/py-instant: Uses deprecated version of python 2020-08-15 devel/py-jcc: Uses deprecated version of python 2020-08-15 devel/py-json-py: Uses deprecated version of python 2020-08-15 devel/py-json-sempai: Uses deprecated version of python 2020-08-15 devel/py-jsonlib: Uses deprecated version of python 2020-08-15 devel/py-jsonlib2: Uses deprecated version of python 2020-08-15 devel/py-jsonrpclib: Uses deprecated version of python 2020-08-15 devel/py-kayako: Uses deprecated version of python 2020-08-15 devel/py-kid: Uses deprecated version of python 2020-08-15 devel/py-kjbuckets: Uses deprecated version of python 2020-08-15 devel/py-kqueue: Uses deprecated version of python 2020-08-15 devel/py-log4py: Uses deprecated version of python 2020-08-15 devel/py-mwlib.ext: Uses deprecated version of python 2020-08-15 devel/py-mx-experimental: Uses deprecated version of python 2020-08-15 devel/py-option_merge: Uses deprecated version of python 2020-08-15 devel/py-prioritized_methods: Uses deprecated version of python 2020-08-15 devel/py-protocols: Uses deprecated version of python 2020-08-15 devel/py-ptrace: Uses deprecated version of python 2020-08-15 devel/py-pydoop: Uses deprecated version of python 2020-08-15 devel/py-pyke: Uses deprecated version of python 2020-08-15 devel/py-pymtbl: Uses deprecated version of python 2020-08-15 devel/py-pyshapelib: Uses deprecated version of python 2020-08-15 devel/py-pytemplate: Uses deprecated version of python 2020-08-15 devel/py-python2-pythondialog: Uses deprecated version of python 2020-08-15 devel/py-pyutil: Uses deprecated version of python 2020-08-15 devel/py-pyvalid: Uses deprecated version of python 2020-08-15 devel/py-pyxml2obj: Uses deprecated version of python 2020-08-15 devel/py-qpid: Uses deprecated version of python 2020-08-15 devel/py-repoze.what-pylons: Uses deprecated version of python 2020-08-15 devel/py-repoze.who-friendlyform: Uses deprecated version of python 2020-08-15 devel/py-robotframework-ride: Uses deprecated version of python 2020-08-15 devel/py-ruamel.ordereddict: Uses deprecated version of python 2020-08-15 devel/py-sanetime: Uses deprecated version of python 2020-08-15 devel/py-selectors34: Uses deprecated version of python 2020-08-15 devel/py-sqlcc: Uses deprecated version of python 2020-08-15 devel/py-statgrab: Uses deprecated version of python 2020-08-15 devel/py-tconfpy: Uses deprecated version of python 2020-08-15 devel/py-terminable_thread: Uses deprecated version of python 2020-08-15 devel/py-trace2html: Uses deprecated version of python 2020-08-15 devel/py-tvrage: Uses deprecated version of python 2020-08-15 devel/py-tw.forms: Uses deprecated version of python 2020-08-15 devel/py-uncompyle2: Uses deprecated version of python 2020-08-15 devel/py-yum-metadata-parser: Uses deprecated version of python 2020-08-15 devel/rubygem-warden127: No longer needed 2020-08-15 dns/py-dnschain: Uses deprecated version of python 2020-08-15 dns/py-idnkit2: Uses deprecated version of python 2020-08-15 games/colobot: Uses deprecated version of python 2020-08-15 games/endgame-singularity: Uses deprecated version of python 2020-08-15 games/katawa-shoujo: Uses deprecated version of RenPy 2020-08-15 games/pyfa: Uses deprecated version of python 2020-08-15 games/renpy6: Uses deprecated version of python 2020-08-15 games/solarwolf: Uses deprecated version of python 2020-08-15 games/thudboard: Uses deprecated version of python 2020-08-15 graphics/djvusmooth: Uses deprecated version of python 2020-08-15 graphics/py-glewpy: Uses deprecated version of python 2020-08-15 graphics/py-openexr: Uses deprecated version of python 2020-08-15 graphics/py-poppler: Uses deprecated version of python 2020-08-15 graphics/py-pygooglechart: Uses deprecated version of python 2020-08-15 graphics/py-sane: Uses deprecated version of python 2020-08-15 graphics/py-stltools: Uses deprecated version of python 2020-08-15 graphics/sk1: Uses deprecated version of python 2020-08-15 japanese/py-mecab: Uses deprecated version of python 2020-08-15 japanese/py-tegaki-gtk: Uses deprecated version of python 2020-08-15 lang/py-mx-base: Uses deprecated version of python 2020-08-15 mail/mailpile: Uses deprecated version of python 2020-08-15 math/py-ffc: Uses deprecated version of python 2020-08-15 math/py-fiat: Uses deprecated version of python 2020-08-15 math/py-nzmath: Uses deprecated version of python 2020-08-15 math/py-pymc: Uses deprecated version of python 2020-08-15 math/py-ufl: Uses deprecated version of python 2020-08-15 misc/py-socli: Uses deprecated version of python 2020-08-15 misc/py-yolk: Uses deprecated version of python 2020-08-15 multimedia/py-flvlib: Uses deprecated version of python 2020-08-15 net/py-gspreadsheet: Uses deprecated version of python 2020-08-15 net/py-libnet: Uses deprecated version of python 2020-08-15 net/py-netlib: Uses deprecated version of python 2020-08-15 net/py-pynmsg: Uses deprecated version of python 2020-08-15 net/py-rainbowstream: Uses deprecated version of python 2020-08-15 net/py-wolframalpha: Uses deprecated version of python 2020-08-15 net-im/empathy: Uses deprecated version of python 2020-08-15 net-im/farsight2: Uses deprecated version of python 2020-08-15 net-im/py-xmpppy: Uses deprecated version of python 2020-08-15 net-im/telepathy-farsight: Uses deprecated version of python 2020-08-15 net-im/telepathy-python: Uses deprecated version of python 2020-08-15 net-im/telepathy-rakia: Uses deprecated version of python 2020-08-15 net-mgmt/py-pynsca: Uses deprecated version of python 2020-08-15 net-mgmt/py-yapsnmp: Uses deprecated version of python 2020-08-15 net-p2p/py-py2play: Uses deprecated version of python 2020-08-15 news/py-yenc: Uses deprecated version of python 2020-08-15 print/py-pyscript: Uses deprecated version of python 2020-08-15 print/py-stapler: Uses deprecated version of python 2020-08-15 print/py-trml2pdf: Uses deprecated version of python 2020-08-15 science/py-PyQuante: Uses deprecated version of python 2020-08-15 science/py-mlpy: Uses deprecated version of python 2020-08-15 science/py-ws2300: Uses deprecated version of python 2020-08-15 security/py-PF: Uses deprecated version of python 2020-08-15 security/py-cracklib: Uses deprecated version of python 2020-08-15 security/py-fteproxy: Uses deprecated version of python 2020-08-15 security/py-onetime: Uses deprecated version of python 2020-08-15 security/py-pydeep: Uses deprecated version of python 2020-08-15 security/py-slowaes: Uses deprecated version of python 2020-08-15 security/py-sslstrip: Uses deprecated version of python 2020-08-15 security/py-volatility: Uses deprecated version of python 2020-08-15 sysutils/py-analyzemft: Uses deprecated version of python 2020-08-15 sysutils/py-cdmi: Uses deprecated version of python 2020-08-15 sysutils/py-ezjailremote: Uses deprecated version of python 2020-08-15 sysutils/py-gmailfs-fuse: Uses deprecated version of python 2020-08-15 sysutils/py-ploy_ec2: Uses deprecated version of python 2020-08-15 sysutils/py-ploy_fabric: Uses deprecated version of python 2020-08-15 sysutils/py-scriptine: Uses deprecated version of python 2020-08-15 sysutils/py-superlance: Uses deprecated version of python 2020-08-15 textproc/py-bugzillatools: Uses deprecated version of python 2020-08-15 textproc/py-elib.intl: Uses deprecated version of python 2020-08-15 textproc/py-errorhandler: Uses deprecated version of python 2020-08-15 textproc/py-hyperestraier-python: Uses deprecated version of python 2020-08-15 textproc/py-pyes: Uses deprecated version of python 2020-08-15 textproc/py-pyhwp: Uses deprecated version of python 2020-08-15 textproc/py-sphinx_numfig: Uses deprecated version of python 2020-08-15 www/py-HTMLgen: Uses deprecated version of python 2020-08-15 www/py-albatross: Uses deprecated version of python 2020-08-15 www/py-amf: Uses deprecated version of python 2020-08-15 www/py-apachelog: Uses deprecated version of python 2020-08-15 www/py-aws-requests-auth: Uses deprecated version of python 2020-08-15 www/py-clientform: Uses deprecated version of python 2020-08-15 www/py-django-appmedia: Uses deprecated version of python 2020-08-15 www/py-django-evolution: Uses deprecated version of python 2020-08-15 www/py-fedex: Uses deprecated version of python 2020-08-15 www/py-formalchemy: Uses deprecated version of python 2020-08-15 www/py-frappe-bench: Uses deprecated version of python 2020-08-15 www/py-funkload: Uses deprecated version of python 2020-08-15 www/py-goobook: Uses deprecated version of python 2020-08-15 www/py-poster: Uses deprecated version of python 2020-08-15 www/py-pyquery: Uses deprecated version of python 2020-08-15 www/py-pysearch: Uses deprecated version of python 2020-08-15 www/py-pywebdav: Uses deprecated version of python 2020-08-15 www/py-slimmer: Uses deprecated version of python 2020-08-15 www/py-surl: Uses deprecated version of python 2020-08-15 www/py-tmdb3: Uses deprecated version of python 2020-08-15 www/py-trello: Uses deprecated version of python 2020-08-15 www/py-uliweb: Uses deprecated version of python 2020-08-15 www/py-wsgiauth: Uses deprecated version of python 2020-08-15 x11-toolkits/py-wax: Uses deprecated version of python 2020-08-15 x11-toolkits/py-wxPython-common: Uses deprecated version of python 2020-08-15 x11-toolkits/py-wxPython28-common: Uses deprecated version of python
* news/nzbhydra2: Update to to 2.25.0Tobias C. Berner2020-07-154-51/+54
| | | | | | | | | | | Changelog can be viewed at: https://github.com/theotherp/nzbhydra2/blob/master/changelog.md nzbhydra2wrapper.py has been replaced with the updated nzbhydra2wrapperPy3.py script supporting Python 3.5 or higher and removing Python 2 support. Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D25674
* - Unbreak configuring as unprivileged userAlexey Dokuchaev2020-07-031-7/+8
| | | | | | | - Start option descriptions with capital letter PR: 243983 Submitted by: maintainer
* Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113Sunpoet Po-Chuan Hsieh2020-06-261-2/+2
| | | | | | | | | - Fix LICENSE_FILE - Update pkg-descr - Update WWW - Bump PORTREVISION of dependent ports for dependency change Changes: https://metacpan.org/changes/distribution/IO-Stringy
* Update to 4.0.2Sunpoet Po-Chuan Hsieh2020-06-162-5/+5
| | | | Changes: https://github.com/sabnzbd/sabyenc/commits/master
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).Alexey Dokuchaev2020-05-271-1/+1
|
* Remove expired ports:Rene Ladan2020-05-0519-440/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjusted for ports rescued since r534032 2020-05-05 audio/festvox-czech: Broken for more than 6 months 2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months 2020-05-05 audio/mixmos: Broken for more than 6 months 2020-05-05 audio/mma: Broken for more than 6 months 2020-05-05 audio/pd-cyclone: Broken for more than 6 months 2020-05-05 audio/shorten: Broken for more than 6 months 2020-05-05 audio/taglib-sharp: Broken for more than 6 months 2020-05-05 audio/xhippo: Broken for more than 6 months 2020-05-05 biology/consed: Broken for more than 6 months 2020-05-05 biology/plinkseq: Broken for more than 6 months 2020-05-05 biology/seqtools: Broken for more than 6 months 2020-05-05 biology/t_coffee: Broken for more than 6 months 2020-05-05 biology/ugene: Broken for more than 6 months 2020-05-05 comms/ath3k-firmware: Broken for more than 6 months 2020-05-05 comms/geoid: Broken for more than 6 months 2020-05-05 comms/jerm: Broken for more than 6 months 2020-05-05 comms/yaac: Broken for more than 6 months 2020-05-05 converters/dumpasn1: Broken for more than 6 months 2020-05-05 databases/elixir-exredis: Broken for more than 6 months 2020-05-05 databases/hamsterdb: Broken for more than 6 months 2020-05-05 databases/memcacheq: Broken for more than 6 months 2020-05-05 databases/mysql++1: Broken for more than 6 months 2020-05-05 databases/mysql++3: Broken for more than 6 months 2020-05-05 databases/mysql2odbc: Broken for more than 6 months 2020-05-05 databases/mysqlidxchk: Broken for more than 6 months 2020-05-05 databases/p5-DBIx-Ease: Broken for more than 6 months 2020-05-05 databases/p5-DMOZ-ParseRDF: Broken for more than 6 months 2020-05-05 databases/pear-DoctrineORM: Broken for more than 6 months 2020-05-05 databases/pear-MDB2_Driver_mysql: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_DBQuery: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_DBTable: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_DataObject: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_MDB2: Broken for more than 6 months 2020-05-05 databases/pgagent: Broken for more than 6 months 2020-05-05 databases/useracc: Broken for more than 6 months 2020-05-05 deskutils/devd-notifier: Broken for more than 6 months 2020-05-05 deskutils/sugarcrm: Broken for more than 6 months 2020-05-05 deskutils/tine20: Broken for more than 6 months 2020-05-05 deskutils/tomboy-plugin-latex: Broken for more than 6 months 2020-05-05 deskutils/tomboy-plugin-todo: Broken for more than 6 months 2020-05-05 deskutils/wyrd: Broken for more than 6 months 2020-05-05 deskutils/xrolo: 64-bit unsupported 2020-05-05 devel/autodist: Broken for more than 6 months 2020-05-05 devel/bouml-doc: Broken for more than 6 months 2020-05-05 devel/cobf: Broken for more than 6 months 2020-05-05 devel/djgpp-crx: Broken for more than 6 months 2020-05-05 devel/elfrc: Broken for more than 6 months 2020-05-05 devel/frink: Broken for more than 6 months 2020-05-05 devel/gogland-eap: Broken for more than 6 months 2020-05-05 devel/hive: Broken for more than 6 months 2020-04-01 devel/hs-bytestring-nums: No releases since 2012 2020-05-05 devel/iz: Broken for more than 6 months 2020-05-05 devel/jfrog-cli: Broken for more than 6 months 2020-05-05 devel/libcfg: Broken for more than 6 months 2020-05-05 devel/libdispatch: Broken for more than 6 months 2020-05-05 devel/libjson++: Broken for more than 6 months 2020-05-05 devel/libmonetra: Broken for more than 6 months 2020-05-05 devel/libol: Broken for more than 6 months 2020-05-05 devel/libserver: Broken for more than 6 months 2020-05-05 devel/lua-MessagePack: Broken for more than 6 months 2020-05-05 devel/mercurialeclipse: Broken for more than 6 months 2020-05-05 devel/mime: Broken for more than 6 months 2020-05-05 devel/motor: Broken for more than 6 months 2020-05-05 devel/mq4cpp: Broken for more than 6 months 2020-05-05 devel/myrepos: Broken for more than 6 months 2020-05-05 devel/notify-sharp: Broken for more than 6 months 2020-05-05 devel/oozie: Broken for more than 6 months 2020-05-05 devel/p5-Cdk: Broken for more than 6 months 2020-05-05 devel/p5-Data-Average: Broken for more than 6 months 2020-05-05 devel/p5-Range-String: Broken for more than 6 months 2020-05-05 devel/p5-Shape: Broken for more than 6 months 2020-05-05 devel/pear-PHP_CodeBrowser: Broken for more than 6 months 2020-05-05 devel/pear-PHP_Depend: Broken for more than 6 months 2020-05-05 devel/pear-PHP_PMD: Broken for more than 6 months 2020-05-05 devel/pear-TheSeer_phpDox: Broken for more than 6 months 2020-05-05 devel/picp: Broken for more than 6 months 2020-05-05 devel/pig: Broken for more than 6 months 2020-05-05 devel/pty: Broken for more than 6 months 2020-05-05 devel/py-libiocage: Broken for more than 6 months 2020-05-05 devel/py-lock_file: Broken for more than 6 months 2020-05-05 devel/py-pyev: Broken for more than 6 months 2020-05-05 devel/rpm-spec-mode.el: Broken for more than 6 months 2020-05-05 devel/simple_components: Broken for more than 6 months 2020-05-05 devel/tcloo: Tcl/Tk 8.5 is nearing EOL, please consider porting to Tcl/Tk 8.6 2020-05-05 devel/tkmerge: Broken for more than 6 months 2020-05-05 devel/toh: Broken for more than 6 months 2020-05-05 devel/visualparadigm: Broken for more than 6 months 2020-05-05 dns/autotrust: Broken for more than 6 months 2020-05-05 dns/gdnsd: Broken for more than 6 months 2020-05-05 dns/p5-Stanford-DNSserver: Broken for more than 6 months 2020-05-05 dns/zonecheck: Broken for more than 6 months 2020-05-05 editors/omegaT: Broken for more than 6 months 2020-05-05 finance/cbb: Broken for more than 6 months 2020-05-05 ftp/llnlxdir: Broken for more than 6 months 2020-05-05 ftp/llnlxftp: Broken for more than 6 months 2020-05-05 games/adom: Broken for more than 6 months 2020-05-05 games/bsdrain: Broken for more than 6 months 2020-05-05 games/bunnysay: Broken for more than 6 months 2020-05-05 games/castlevox: Broken for more than 6 months 2020-05-05 games/gnarr: Broken for more than 6 months 2020-05-05 games/hohlin: Broken for more than 6 months 2020-05-05 games/hoichess: Broken for more than 6 months 2020-05-05 games/kajaani-kombat: Broken for more than 6 months 2020-05-05 games/linux-enemyterritory-jaymod-21: Broken for more than 6 months 2020-05-05 games/linux-enemyterritory-omni-bot: Broken for more than 6 months 2020-05-05 games/linux-enemyterritory-omni-bot-0660: Broken for more than 6 months 2020-05-05 games/nadar: Broken for more than 6 months 2020-05-05 games/nxengine: Broken for more than 6 months 2020-05-05 games/oneko: Broken for more than 6 months 2020-05-05 games/seahaven: Broken for more than 6 months 2020-05-05 games/sudoku_solver: Broken for more than 6 months 2020-05-05 games/tetrons: Broken for more than 6 months 2020-05-05 games/xpenguins: Broken for more than 6 months 2020-05-05 games/xvmahjongg: 64-bit unsupported 2020-05-05 games/xvmines: 64-bit unsupported 2020-05-05 graphics/EZWGL: Broken for more than 6 months 2020-05-05 graphics/kix-kmod: Broken for more than 6 months 2020-05-05 graphics/mhgui: Broken for more than 6 months 2020-05-05 graphics/mmrecover: Broken for more than 6 months 2020-05-05 hungarian/hu-phone: Broken for more than 6 months 2020-05-05 hungarian/hu-zipcodes: Broken for more than 6 months 2020-05-05 irc/charybdis: Broken for more than 6 months 2020-05-05 irc/fisg: Broken for more than 6 months 2020-05-05 irc/ircd-ru: Broken for more than 6 months 2020-05-05 irc/ircservices: Broken for more than 6 months 2020-05-05 irc/nethirc: Broken for more than 6 months 2020-05-05 irc/ratbox-services: Broken for more than 6 months 2020-05-05 irc/roxirc: Broken for more than 6 months 2020-05-05 japanese/jstrings: Broken for more than 6 months 2020-05-05 japanese/mg: Broken for more than 6 months 2020-05-05 japanese/ming: Broken for more than 6 months 2020-05-05 japanese/t2ps: Broken for more than 6 months 2020-05-05 java/castor: Broken for more than 6 months 2020-05-05 java/eclipse-windowbuilder: Broken for more than 6 months 2020-05-05 java/jdbcpool: Broken for more than 6 months 2020-05-05 java/jomp: Broken for more than 6 months 2020-05-05 java/langspec: Broken for more than 6 months 2020-05-05 java/xdoclet: Broken for more than 6 months 2020-05-05 korean/xpdf: Broken for more than 6 months 2020-05-05 lang/afnix: Broken for more than 6 months 2020-05-05 lang/elan: Broken for more than 6 months 2020-05-05 lang/gnatcross-aarch64: Broken for more than 6 months 2020-05-05 lang/hope: Broken for more than 6 months 2020-05-05 lang/hugs: Broken for more than 6 months 2020-05-05 lang/ici: Broken for more than 6 months 2020-05-05 lang/icon: Broken for more than 6 months 2020-05-05 lang/newlisp-devel: Broken for more than 6 months 2020-05-05 lang/ohugs: Broken for more than 6 months 2020-05-05 lang/opendylan: Broken for more than 6 months 2020-05-05 lang/phc: Broken for more than 6 months 2020-05-05 lang/starlogo: Broken for more than 6 months 2020-05-05 lang/yap: Broken for more than 6 months 2020-05-05 lang/yap-devel: Broken for more than 6 months 2020-05-05 mail/chk4mail: Broken for more than 6 months 2020-05-05 mail/librfc822: Broken for more than 6 months 2020-05-05 mail/mailmgr: Broken for more than 6 months 2020-05-05 mail/mreport: Broken for more than 6 months 2020-05-05 mail/msgconvert: Broken for more than 6 months 2020-05-05 mail/nullpop: Broken for more than 6 months 2020-05-05 mail/p5-Mail-MailStats: Broken for more than 6 months 2020-05-05 mail/poppassd: Broken for more than 6 months 2020-05-05 mail/prayer: Broken for more than 6 months 2020-05-05 mail/py-cyruslib: Broken for more than 6 months 2020-05-05 mail/qmail-auditor: Broken for more than 6 months 2020-05-05 mail/qmailmrtg7: Broken for more than 6 months 2020-05-05 mail/qmqtool: Broken for more than 6 months 2020-05-05 mail/relaydb: Broken for more than 6 months 2020-05-05 mail/rftp: Broken for more than 6 months 2020-05-05 mail/smtp-gated: Broken for more than 6 months 2020-05-05 mail/spamoracle: Broken for more than 6 months 2020-05-05 math/calctool: 64-bit unsupported 2020-05-05 math/diehard: Broken for more than 6 months 2020-05-05 math/e: Broken for more than 6 months 2020-05-05 math/entropy: Broken for more than 6 months 2020-05-05 math/liblbfgs: Broken for more than 6 months 2020-05-05 math/libtsnnls: Broken for more than 6 months 2020-05-05 math/ltl: Broken for more than 6 months 2020-05-05 math/naturalmath: Broken for more than 6 months 2020-05-05 math/proofgeneral: Broken for more than 6 months 2020-05-05 math/py-basemap-data: Broken for more than 6 months 2020-05-05 math/py-igakit: Broken for more than 6 months 2020-05-05 math/py-rapi: Broken for more than 6 months 2020-05-05 math/sfst: Broken for more than 6 months 2020-05-05 math/truthtable: Broken for more than 6 months 2020-05-05 math/wingz3: Broken for more than 6 months 2020-05-05 math/x12arima: Broken for more than 6 months 2020-05-05 math/xppaut: Broken for more than 6 months 2020-05-05 misc/achievo: Broken for more than 6 months 2020-05-05 misc/auto-multiple-choice: Broken for more than 6 months 2020-05-05 misc/display: Broken for more than 6 months 2020-05-05 misc/esniper: Broken for more than 6 months 2020-05-05 misc/free42-skins: Broken for more than 6 months 2020-05-05 misc/libisocodes: Broken for more than 6 months 2020-05-05 misc/loop: Broken for more than 6 months 2020-05-05 misc/p5-Norge: Broken for more than 6 months 2020-05-05 misc/pantry: Broken for more than 6 months 2020-05-05 misc/phraze: Broken for more than 6 months 2020-05-05 misc/podsleuth: Broken for more than 6 months 2020-05-05 misc/py-osd: Broken for more than 6 months 2020-05-05 misc/rfc: Broken for more than 6 months 2020-05-05 misc/spamcalc: Broken for more than 6 months 2020-05-05 misc/us-zipcodes: Broken for more than 6 months 2020-05-05 misc/xtypo: Broken for more than 6 months 2020-05-05 misc/yaunc: Broken for more than 6 months 2020-05-05 multimedia/clipgrab: Broken for more than 6 months 2020-05-05 multimedia/libsmacker: Broken for more than 6 months 2020-05-05 multimedia/lxdvdrip: Broken for more than 6 months 2020-05-05 multimedia/mjpg-streamer: Broken for more than 6 months 2020-05-05 multimedia/vcdpad: Broken for more than 6 months 2020-05-05 net/erlang-xmlrpc: Broken for more than 6 months 2020-05-05 net/etrace: Broken for more than 6 months 2020-05-05 net/fonulator: Broken for more than 6 months 2020-05-05 net/gkrellmwireless2: Broken for more than 6 months 2020-05-05 net/howl: Broken for more than 6 months 2020-05-05 net/libp0f: Broken for more than 6 months 2020-05-05 net/libsocket++: Broken for more than 6 months 2020-05-05 net/ltm: Broken for more than 6 months 2020-05-05 net/lvwimax: Broken for more than 6 months 2020-05-05 net/mono-zeroconf: Broken for more than 6 months 2020-05-05 net/nph: Broken for more than 6 months 2020-05-05 net/p5-Net-RawSock: Broken for more than 6 months 2020-05-05 net/passlogd: Broken for more than 6 months 2020-05-05 net/phamm: Broken for more than 6 months 2020-05-05 net/pim6-tools: Broken for more than 6 months 2020-05-05 net/pim6dd: Broken for more than 6 months 2020-05-05 net/pim6sd: Broken for more than 6 months 2020-05-05 net/proxy-connect: Broken for more than 6 months 2020-05-05 net/rtpbreak: Broken for more than 6 months 2020-05-05 net/s3ql: Broken for more than 6 months 2020-05-05 net/scnc: Broken for more than 6 months 2020-05-05 net/sip_scenario: Broken for more than 6 months 2020-05-05 net/slurm: Broken for more than 6 months 2020-05-05 net/ssmping: Broken for more than 6 months 2020-05-05 net/tcpdstat: Broken for more than 6 months 2020-05-05 net/uplog: Broken for more than 6 months 2020-05-05 net/vblade: Broken for more than 6 months 2020-05-05 net/wizd: Broken for more than 6 months 2020-05-05 net/wmnetload: Broken for more than 6 months 2020-05-05 net/wmnetmon: Broken for more than 6 months 2020-05-05 net/wmpiki: Broken for more than 6 months 2020-05-05 net/xipmsg: Broken for more than 6 months 2020-05-05 net-im/chattahoochie: Broken for more than 6 months 2020-05-05 net-im/jitsi: Broken for more than 6 months 2020-05-05 net-im/mu-conference: Broken for more than 6 months 2020-05-05 net-im/p5-Jabber-Connection: Broken for more than 6 months 2020-05-05 net-im/p5-Net-ICQ2000: Broken for more than 6 months 2020-05-05 net-im/pidgin-guifications: Broken for more than 6 months 2020-05-05 net-im/pidgin-osd: Broken for more than 6 months 2020-05-05 net-im/yoono: Broken for more than 6 months 2020-05-05 net-mgmt/arpalert: Broken for more than 6 months 2020-05-05 net-mgmt/nagios-check_memcached_paranoid: Broken for more than 6 months 2020-05-05 net-mgmt/netwox: Broken for more than 6 months 2020-05-05 net-mgmt/nstreams: Broken for more than 6 months 2020-05-05 net-mgmt/p5-GRNOC-Config: Broken for more than 6 months 2020-05-05 net-mgmt/p5-GRNOC-TL1: Broken for more than 6 months 2020-05-05 net-mgmt/scli: Broken for more than 6 months 2020-05-05 net-mgmt/snmp++: Broken for more than 6 months 2020-05-05 net-mgmt/victorops-nagios: Broken for more than 6 months 2020-05-05 net-p2p/libpdtp: Broken for more than 6 months 2020-05-05 net-p2p/squall: Broken for more than 6 months 2020-05-05 news/crashmail: Broken for more than 6 months 2020-05-05 news/sn: Broken for more than 6 months 2020-05-05 news/xrn: Broken for more than 6 months 2020-05-05 ports-mgmt/managepkg: Broken for more than 6 months 2020-05-05 portuguese/irpf-pt_BR: Broken for more than 6 months 2020-05-05 print/foxitreader: Broken for more than 6 months 2020-05-05 print/pdfcube: Broken for more than 6 months 2020-05-05 print/pmw: Broken for more than 6 months 2020-05-05 print/rprint: Broken for more than 6 months 2020-05-05 russian/p5-cyrillic: Broken for more than 6 months 2020-05-05 russian/tidyup-mail: Broken for more than 6 months 2020-05-05 science/abinit: Broken for more than 6 months 2020-05-05 science/atom: Broken for more than 6 months 2020-05-05 science/cp2k: Broken for more than 6 months 2020-05-05 science/esys-particle: Broken for more than 6 months 2020-05-05 science/openmx: Broken for more than 6 months 2020-05-05 science/p5-Geo-ReadGRIB: Broken for more than 6 months 2020-05-05 science/py-tensorflow-estimator: Broken for more than 6 months 2020-05-05 security/firewalk: Broken for more than 6 months 2020-05-05 security/hmap: Broken for more than 6 months 2020-05-05 security/ipfcount: Broken for more than 6 months 2020-05-05 security/libbf: Broken for more than 6 months 2020-05-05 security/log2timeline: Broken for more than 6 months 2020-05-05 security/opencdk: Broken for more than 6 months 2020-05-05 security/pad: Broken for more than 6 months 2020-05-05 security/pam_fprint: Broken for more than 6 months 2020-05-05 security/pam_per_user: Broken for more than 6 months 2020-05-05 security/razorback-dispatcher: Broken for more than 6 months 2020-05-05 security/ruby-camellia: Broken for more than 6 months 2020-05-05 security/scanhill: Broken for more than 6 months 2020-05-05 security/sinfp: Broken for more than 6 months 2020-05-05 security/ssh_askpass_gtk2: Broken for more than 6 months 2020-05-05 security/subweb: Broken for more than 6 months 2020-05-05 security/unssh: Broken for more than 6 months 2020-05-05 security/xspy: Broken for more than 6 months 2020-05-05 shells/osh: Broken for more than 6 months 2020-05-05 shells/shell-include: Broken for more than 6 months 2020-05-05 sysutils/abgx360gui: Broken for more than 6 months 2020-05-05 sysutils/autojump: Broken for more than 6 months 2020-05-05 sysutils/backupchecker: Broken for more than 6 months 2020-05-05 sysutils/cdf: Broken for more than 6 months 2020-05-05 sysutils/cdls: Broken for more than 6 months 2020-05-05 sysutils/circonus-agent: Broken for more than 6 months 2020-05-05 sysutils/cloop-utils: Broken for more than 6 months 2020-05-05 sysutils/confman: Broken for more than 6 months 2020-05-05 sysutils/detach: Broken for more than 6 months 2020-05-05 sysutils/disktool: 64-bit unsupported 2020-05-05 sysutils/downtime: Broken for more than 6 months 2020-05-05 sysutils/fusefs-fusexmp_fh: Broken for more than 6 months 2020-05-05 sysutils/fusefs-gunzip: Broken for more than 6 months 2020-05-05 sysutils/goss: Broken for more than 6 months 2020-05-05 sysutils/gpte: Broken for more than 6 months 2020-05-05 sysutils/hidesvn: Broken for more than 6 months 2020-05-05 sysutils/hoz: Broken for more than 6 months 2020-05-05 sysutils/intel-qcu: Broken for more than 6 months 2020-05-05 sysutils/iogen: Broken for more than 6 months 2020-05-05 sysutils/jailctl: Broken for more than 6 months 2020-05-05 sysutils/jx: Broken for more than 6 months 2020-05-05 sysutils/linux-crashplan: Broken for more than 6 months 2020-05-05 sysutils/mkfile: Broken for more than 6 months 2020-05-05 sysutils/mpiexec: Broken for more than 6 months 2020-05-05 sysutils/nfsping: Broken for more than 6 months 2020-05-05 sysutils/phantom: Broken for more than 6 months 2020-05-05 sysutils/ptools: Broken for more than 6 months 2020-05-05 sysutils/realsync: Broken for more than 6 months 2020-05-05 sysutils/rmonitor: Broken for more than 6 months 2020-05-05 sysutils/roottail: Broken for more than 6 months 2020-05-05 sysutils/sb16config: Broken for more than 6 months 2020-05-05 sysutils/sbase: Broken for more than 6 months 2020-05-05 sysutils/setquota: Broken for more than 6 months 2020-05-05 sysutils/sortu: Broken for more than 6 months 2020-05-05 sysutils/stmpclean: Broken for more than 6 months 2020-05-05 sysutils/tmate-slave: Broken for more than 6 months 2020-05-05 sysutils/tss: Broken for more than 6 months 2020-05-05 sysutils/vstrip: Broken for more than 6 months 2020-05-05 sysutils/watchdog: Broken for more than 6 months 2020-05-05 sysutils/wmbsdbatt: Broken for more than 6 months 2020-05-05 sysutils/wmcpuload: Broken for more than 6 months 2020-05-05 sysutils/wmcube: Broken for more than 6 months 2020-05-05 sysutils/wtail: Broken for more than 6 months 2020-05-05 textproc/csv2latex: Broken for more than 6 months 2020-05-05 textproc/da-hyphen: Broken for more than 6 months 2020-05-05 textproc/glark: Broken for more than 6 months 2020-05-05 textproc/html2tex: Broken for more than 6 months 2020-05-05 textproc/htmlsection: Broken for more than 6 months 2020-05-05 textproc/kenlm: Broken for more than 6 months 2020-05-05 textproc/libguess: Broken for more than 6 months 2020-05-05 textproc/libxml++26-reference: Broken for more than 6 months 2020-05-05 textproc/no-hunspell: Broken for more than 6 months 2020-05-05 textproc/p5-MARC: Broken for more than 6 months 2020-05-05 textproc/p5-texcount: Broken for more than 6 months 2020-05-05 textproc/pcrs: Broken for more than 6 months 2020-05-05 textproc/pear-Structures_DataGrid_DataSource_RSS: Broken for more than 6 months 2020-05-05 textproc/pear-Structures_DataGrid_DataSource_XML: Broken for more than 6 months 2020-05-05 textproc/permute: Broken for more than 6 months 2020-05-05 textproc/pocketreader: Broken for more than 6 months 2020-05-05 textproc/py-sgrep: Broken for more than 6 months 2020-05-05 textproc/rss2html: Broken for more than 6 months 2020-05-05 textproc/ruby-xmlparser: Broken for more than 6 months 2020-05-05 textproc/sv-hyphen: Broken for more than 6 months 2020-05-05 textproc/tclExpat: Broken for more than 6 months 2020-05-05 textproc/tex2im: Broken for more than 6 months 2020-05-05 textproc/topic: Broken for more than 6 months 2020-05-05 textproc/uz-hunspell: Broken for more than 6 months 2020-05-05 textproc/xmlprpr: Broken for more than 6 months 2020-05-05 www/ach: Broken for more than 6 months 2020-05-05 www/apache-forrest: Broken for more than 6 months 2020-05-05 www/apercu: Broken for more than 6 months 2020-05-05 www/cblog: Broken for more than 6 months 2020-05-05 www/drood: Broken for more than 6 months 2020-05-05 www/drraw: Broken for more than 6 months 2020-05-05 www/flood: Broken for more than 6 months 2020-05-05 www/grafana2: Broken for more than 6 months 2020-05-05 www/imgsizer: Broken for more than 6 months 2020-05-05 www/jdresolve: Broken for more than 6 months 2020-05-05 www/linkcheck: Broken for more than 6 months 2020-05-05 www/madsonic-standalone: Broken for more than 6 months 2020-05-05 www/mod_auth_external2: Broken for more than 6 months 2020-05-05 www/mod_chroot: Broken for more than 6 months 2020-05-05 www/mod_cvs2: Broken for more than 6 months 2020-05-05 www/mod_domaintree: Broken for more than 6 months 2020-05-05 www/mod_encoding: Broken for more than 6 months 2020-05-05 www/mod_flickr: Broken for more than 6 months 2020-05-05 www/mod_gzip2: Broken for more than 6 months 2020-05-05 www/mod_layout22: Broken for more than 6 months 2020-05-05 www/mod_proctitle: Broken for more than 6 months 2020-05-05 www/mod_tsa: Broken for more than 6 months 2020-05-05 www/mod_vhs: Broken for more than 6 months 2020-05-05 www/p5-AnyEvent-Mojo: Broken for more than 6 months 2020-05-05 www/p5-Apache-Gallery: Broken for more than 6 months 2020-05-05 www/p5-WWW-Google-Video: Broken for more than 6 months 2020-05-05 www/p5-WWW-Shorten-KUSO: Broken for more than 6 months 2020-05-05 www/p5-WWW-Shorten-isgd: Broken for more than 6 months 2020-05-05 www/photo_gallery: Broken for more than 6 months 2020-05-05 www/pwebstats: Broken for more than 6 months 2020-05-05 www/py-django-profiles: Broken for more than 6 months 2020-05-05 www/red5: Broken for more than 6 months 2020-05-05 www/redmine-sidebar_hide: Broken for more than 6 months 2020-05-05 www/rssowl: Broken for more than 6 months 2020-05-05 www/skytemplate: Broken for more than 6 months 2020-05-05 www/surfraw: Broken for more than 6 months 2020-05-05 www/sws: Broken for more than 6 months 2020-05-05 www/tickr: Broken for more than 6 months 2020-05-05 www/tinytinyhttpd: Broken for more than 6 months 2020-05-05 www/udmsearch: Broken for more than 6 months 2020-05-05 www/vee: Broken for more than 6 months 2020-05-05 www/webreport: Broken for more than 6 months 2020-05-05 www/webstats: Broken for more than 6 months 2020-05-05 www/www6to4: Broken for more than 6 months 2020-05-05 x11/deskpaint: Broken for more than 6 months 2020-05-05 x11/dmenu2: Broken for more than 6 months 2020-05-05 x11/gcb: Broken for more than 6 months 2020-05-05 x11/gpctool: Broken for more than 6 months 2020-05-05 x11/ipager: Broken for more than 6 months 2020-05-05 x11/keylaunch: Broken for more than 6 months 2020-05-05 x11/props: 64-bit unsupported 2020-05-05 x11/roxbg: Broken for more than 6 months 2020-05-05 x11/sisctrl: Broken for more than 6 months 2020-05-05 x11/wdm: Broken for more than 6 months 2020-05-05 x11/xaniroc: Broken for more than 6 months 2020-05-05 x11/xmove: Broken for more than 6 months 2020-05-05 x11/xnodecor: Broken for more than 6 months 2020-05-05 x11/xvattr: Broken for more than 6 months 2020-05-05 x11-clocks/tktz: Broken for more than 6 months 2020-05-05 x11-clocks/xtimer: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-dropline-neu: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-dropline-nou: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-gion: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-jini: Broken for more than 6 months 2020-05-05 x11-themes/gtk-aurora-engine: Broken for more than 6 months 2020-05-05 x11-themes/gtk-blueprint-engine: Broken for more than 6 months 2020-05-05 x11-themes/gtk-murrina-fancy-clearlooks: Broken for more than 6 months 2020-05-05 x11-themes/gtk-murrina-lightblue: Broken for more than 6 months 2020-05-05 x11-themes/gtk-murrine-themes: Broken for more than 6 months 2020-05-05 x11-themes/murrine-configurator: Broken for more than 6 months 2020-05-05 x11-themes/nimbus: Broken for more than 6 months 2020-05-05 x11-themes/openbox-themes: Broken for more than 6 months 2020-05-05 x11-themes/rezlooks: Broken for more than 6 months 2020-05-05 x11-themes/ubuntulooks: Broken for more than 6 months 2020-05-05 x11-toolkits/slingshot: 64-bit unsupported 2020-05-05 x11-toolkits/xview-clients: 64-bit unsupported 2020-05-05 x11-wm/fluxconf: Broken for more than 6 months 2020-05-05 x11-wm/ion: Broken for more than 6 months 2020-05-05 x11-wm/matwm2: Broken for more than 6 months 2020-05-05 x11-wm/nickleby: Broken for more than 6 months 2020-05-05 x11-wm/olvwm: 64-bit unsupported 2020-05-05 x11-wm/ratmenu: Broken for more than 6 months
* - fix build with -fno-commonDirk Meyer2020-05-041-0/+11
|
* WWW/DL link maintenance in pkg-descr and MakefileMatthias Andree2020-04-261-1/+1
| | | | | | ...to avoid permanent redirects, or broken sites. MFH: 2020Q2 (blanket, download/WWW URL chase)
* devel/icu: update to 67.1Jan Beich2020-04-241-1/+1
| | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases)
* Partially revert r530801Adam Weinberger2020-04-071-1/+1
| | | | | | | | | The maintainer reset rule was not applied correctly. jlaffaye's ports are reassigned back to him, with the exception of lang/go where both quantity and length of timeouts made the reset appropriate and necessary. With hat: portmgr
* Reset maintainer for ports maintaned by jlaffaye@.Yuri Victorovich2020-04-061-1/+1
| | | | | | | | | | As per policy, based on timeouts on * www/py-scgi: bug#244982 * textproc/discount: bug#244981 * devel/py-python-gflags: bug#244965 * lang/go: bug#244783, https://reviews.freebsd.org/D24122 * news/py-yenc: bug#239309 * irc/libircclient: bug#221567
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-053-0/+6
|
* news/py-yenc: Update 0.3 -> 0.4.0Yuri Victorovich2020-03-233-7/+12
| | | | | | PR: 239309 Submitted by: swills Approved by: jlaffaye (maintainer's timeout; 8+ months)
* devel/icu: update to 66.1Jan Beich2020-03-131-0/+1
| | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
* news/husky*: Update ports to latest versionsTobias C. Berner2020-03-0932-393/+199
| | | | | | PR: 243030 Submitted by: Oleg Sharoyko <osharoiko@gmail.com> (maintainer) Reported by: Ruslan Suleimanov <rs@paket.ua>
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-093-0/+9
| | | | With hat: portmgr
* Deprecate a few portsAntoine Brodin2020-02-231-0/+3
| | | | With hat: portmgr
* Remove expired ports, all Python-2.7-only:Rene Ladan2020-02-239-199/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-02-17 audio/decibel-audio-player: Old, uses EOLed python27 2020-02-17 audio/soundconverter: Old, uses EOLed python27 2020-02-19 cad/linuxcnc-devel: Broken, uses EOLed python27 2020-02-19 databases/monetdb: Broken, uses EOLed python27 2020-02-19 databases/py-cql: Broken, uses EOLed python27 2020-02-18 databases/zodb3: Old, uses EOLed python27 2020-02-17 deskutils/gourmet: Old, uses EOLed python27 2020-02-18 devel/py-Products.PlacelessTranslationService: Old, uses EOLed python27 2020-02-18 devel/py-Products.ZopeVersionControl: Old, uses EOLed python27 2020-02-18 devel/py-Products.statusmessages: Old, uses EOLed python27 2020-02-18 devel/py-collective.z3cform.datetimewidget: Old, uses EOLed python27 2020-02-20 devel/py-five.formlib: Old, uses EOLed python27 2020-02-18 devel/py-five.localsitemanager: Old, uses EOLed python27 2020-02-19 devel/py-notifier: Broken, uses EOLed python27 2020-02-18 devel/py-tempstorage: Old, uses EOLed python27 2020-02-19 devel/py-testgears: Broken, uses EOLed python27 2020-02-20 devel/py-z3c.caching: Old, uses EOLed python27 2020-02-18 devel/py-z3c.form: Old, uses EOLed python27 2020-02-18 devel/py-z3c.formwidget.query: Old, uses EOLed python27 2020-02-18 devel/py-zope.annotation: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.applicationcontrol: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.appsetup: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.broken: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.cache: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.component: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.container: Old, uses EOLed python27 2020-02-20 devel/py-zope.app.content: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.debug: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.dependable: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.error: Old, uses EOLed python27 2020-02-20 devel/py-zope.app.exception: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.file: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.folder: Old, uses EOLed python27 2020-02-20 devel/py-zope.app.form: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.generations: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.http: Old, uses EOLed python27 2020-02-20 devel/py-zope.app.pagetemplate: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.publication: Old, uses EOLed python27 2020-02-20 devel/py-zope.app.publisher: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.rotterdam: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.testing: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.zcmlfiles: Old, uses EOLed python27 2020-02-18 devel/py-zope.app.zopeappgenerations: Old, uses EOLed python27 2020-02-20 devel/py-zope.applicationcontrol: Old, uses EOLed python27 2020-02-20 devel/py-zope.browsermenu: Old, uses EOLed python27 2020-02-20 devel/py-zope.browserpage: Old, uses EOLed python27 2020-02-20 devel/py-zope.componentvocabulary: Old, uses EOLed python27 2020-02-18 devel/py-zope.container: Old, uses EOLed python27 2020-02-18 devel/py-zope.copypastemove: Old, uses EOLed python27 2020-02-20 devel/py-zope.dublincore: Old, uses EOLed python27 2020-02-18 devel/py-zope.error: Old, uses EOLed python27 2020-02-20 devel/py-zope.formlib: Old, uses EOLed python27 2020-02-18 devel/py-zope.minmax: Old, uses EOLed python27 2020-02-20 devel/py-zope.pagetemplate: Old, uses EOLed python27 2020-02-20 devel/py-zope.ptresource: Old, uses EOLed python27 2020-02-18 devel/py-zope.ramcache: Old, uses EOLed python27 2020-02-18 devel/py-zope.site: Old, uses EOLed python27 2020-02-20 devel/py-zope.viewlet: Old, uses EOLed python27 2020-02-19 games/gcompris: Broken, uses EOLed python27 2020-02-19 graphics/commons-utilities: Broken, uses EOLed python27 2020-02-19 graphics/py-chart: Broken, uses EOLed python27 2020-02-19 japanese/tegaki-recognize: Broken, uses EOLed python27 2020-02-20 mail/py-zope.sendmail: Old, uses EOLed python27 2020-02-19 mail/pysieved: Broken, uses EOLed python27 2020-02-19 math/ogdf: Broken, uses EOLed python27 2020-02-19 math/py-viper: Broken, uses EOLed python27 2020-02-19 misc/fbless: Broken, uses EOLed python27 2020-02-19 misc/pylize: Broken, uses EOLed python27 2020-02-19 net/py-ldaptor: Broken, uses EOLed python27 2020-02-19 net/tucan: Broken, uses EOLed python27 2020-02-19 news/hellanzb: Broken, uses EOLed python27 2020-02-19 science/coot: Broken, uses EOLed python27 2020-02-19 science/py-ScientificPython: Broken, uses EOLed python27 2020-02-19 security/py-cryptlib_py: Broken, uses EOLed python27 2020-02-18 security/py-zope.app.authentication: Old, uses EOLed python27 2020-02-18 security/py-zope.app.localpermission: Old, uses EOLed python27 2020-02-18 security/py-zope.app.principalannotation: Old, uses EOLed python27 2020-02-18 security/py-zope.app.security: Old, uses EOLed python27 2020-02-18 security/py-zope.app.securitypolicy: Old, uses EOLed python27 2020-02-20 security/py-zope.authentication: Old, uses EOLed python27 2020-02-20 security/py-zope.login: Old, uses EOLed python27 2020-02-18 security/py-zope.pluggableauth: Old, uses EOLed python27 2020-02-18 security/py-zope.principalannotation: Old, uses EOLed python27 2020-02-20 security/py-zope.principalregistry: Old, uses EOLed python27 2020-02-20 security/py-zope.security: Old, uses EOLed python27 2020-02-18 security/py-zope.securitypolicy: Old, uses EOLed python27 2020-02-18 security/py-zope.session: Old, uses EOLed python27 2020-02-17 sysutils/gnome-schedule: Old, uses EOLed python27 2020-02-19 sysutils/py-XenAPI: Broken, uses EOLed python27 2020-02-19 sysutils/py-freenas.cli: Broken, uses EOLed python27 2020-02-19 textproc/ecromedos: Broken, uses EOLed python27 2020-02-18 textproc/py-wicked: Old, uses EOLed python27 2020-02-18 textproc/py-zope.app.i18n: Old, uses EOLed python27 2020-02-19 www/planet: Broken, uses EOLed python27 2020-02-18 www/py-zope.app.wsgi: Old, uses EOLed python27 2020-02-19 www/trac-attachmentpolicy: Broken, uses EOLed python27 2020-02-19 www/trac-bzr: Broken, uses EOLed python27 2020-02-19 www/trac-childtickets: Broken, uses EOLed python27 2020-02-19 www/trac-gantt: Broken, uses EOLed python27 2020-02-19 www/trac-tracdragdrop: Broken, uses EOLed python27 2020-02-19 www/trac-watchlist: Broken, uses EOLed python27 2020-02-19 www/twill: Broken, uses EOLed python27 2020-02-19 x11/wbarconf: Broken, uses EOLed python27 2020-02-19 x11-wm/simple-ccsm: Broken, uses EOLed python27
* news/inn: unbreak with libresslDima Panov2020-02-171-0/+20
| | | | | PR: 243642 Approved by: maintainer (timeout >3w)
* - move fidogate to fidogate4Dirk Meyer2020-02-0415-247/+507
| | | | | | - update to 5.7 PR: 243761 Submitted by: Sergey Anokhin
* Remove expired ports:Rene Ladan2020-01-276-117/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27 2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27 2020-01-27 audio/boodler: Unmaintained, uses EOLed python27 2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27 2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27 2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27 2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27 2020-01-27 audio/patchage: Unmaintained, uses EOLed python27 2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27 2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27 2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27 2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27 2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 2020-01-27 audio/solfege: Unmaintained, uses EOLed python27 2020-01-27 audio/trommler: Unmaintained, uses EOLed python27 2020-01-27 benchmarks/pybench: Unmaintained, uses EOLed python27 2020-01-27 biology/pycogent: Unmaintained, uses EOLed python27 2020-01-27 biology/unanimity: Unmaintained, uses EOLed python27 2020-01-27 cad/pythoncad: Unmaintained, uses EOLed python27 2020-01-27 chinese/bg5pdf: Unmaintained, uses EOLed python27 2020-01-27 comms/py-libimobiledevice: Unmaintained, uses EOLed python27 2020-01-27 converters/py-bcode: Unmaintained, uses EOLed python27 2020-01-27 converters/py-iconv: Unmaintained, uses EOLed python27 2020-01-27 converters/py-zfec: Unmaintained, uses EOLed python27 2020-01-27 databases/gadfly: Unmaintained, uses EOLed python27 2020-01-27 databases/metakit: Unmaintained, uses EOLed python27 2020-01-27 databases/openark-kit: Unmaintained, uses EOLed python27 2020-01-27 databases/py-MySQLdb55: Unmaintained, uses EOLed python27 2020-01-27 databases/py-MySQLdb56: Unmaintained, uses EOLed python27 2020-01-27 databases/py-forgetsql: Unmaintained, uses EOLed python27 2020-01-27 databases/py-oops: Unmaintained, uses EOLed python27 2020-01-27 databases/py-rrdtool_lgpl: Unmaintained, uses EOLed python27 2020-01-27 deskutils/conkyemail: No longer maintained by upstream 2020-01-27 deskutils/cycle: Unmaintained, uses EOLed python27 2020-01-27 deskutils/everygui: Unmaintained, uses EOLed python27 2020-01-27 deskutils/ganyremote: Unmaintained, uses EOLed python27 2020-01-27 deskutils/pypanel: Unmaintained, uses EOLed python27 2020-01-27 deskutils/taskcoach: Unmaintained, uses EOLed python27 2020-01-27 deskutils/tel: Unmaintained, uses EOLed python27 2020-01-27 deskutils/tnote: Unmaintained, uses EOLed python27 2020-01-27 deskutils/vnc2flv: Unmaintained, uses EOLed python27 2020-01-27 deskutils/wammu: Unmaintained, uses EOLed python27 2020-01-27 devel/bbfreeze: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-builder: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-colo: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-externals: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-git: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-gtk: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-loom: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-pipeline: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-rewrite: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-scmproj: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-stats: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-svn: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-upload: Unmaintained, uses EOLed python27 2020-01-27 devel/ditrack: Unmaintained, uses EOLed python27 2020-01-27 devel/drpython: Unmaintained, uses EOLed python27 2020-01-27 devel/epydoc: Unmaintained, uses EOLed python27 2020-01-27 devel/fb303: Unmaintained, uses EOLed python27 2020-01-27 devel/fnorb: Unmaintained, uses EOLed python27 2020-01-27 devel/gazpacho: Unmaintained, uses EOLed python27 2020-01-27 devel/libmpsse: Unmaintained, uses EOLed python27 2020-01-27 devel/open-usp-tukubai: Unmaintained, uses EOLed python27 2020-01-27 devel/phpbt: Unmaintained, uses EOLed python27 2020-01-27 devel/py-anonfunc: Unmaintained, uses EOLed python27 2020-01-27 devel/py-bison: Unmaintained, uses EOLed python27 2020-01-27 devel/py-fortran: Unmaintained, uses EOLed python27 2020-01-27 devel/py-grouch: Unmaintained, uses EOLed python27 2020-01-27 devel/py-mwlib.rl: Unmaintained, uses EOLed python27 2020-01-27 devel/py-nagioscheck: Unmaintained, uses EOLed python27 2020-01-27 devel/py-ncurses: Unmaintained, uses EOLed python27 2020-01-27 devel/py-ocempgui: Unmaintained, uses EOLed python27 2020-01-27 devel/py-palm: Unmaintained, uses EOLed python27 2020-01-27 devel/py-pyechonest: Unmaintained, uses EOLed python27 2020-01-27 devel/py-resourcepackage: Unmaintained, uses EOLed python27 2020-01-27 devel/py-rlcompleter2: Unmaintained, uses EOLed python27 2020-01-27 devel/py-spark: Unmaintained, uses EOLed python27 2020-01-27 devel/py-xoltar-toolkit: Unmaintained, uses EOLed python27 2020-01-27 devel/py-zkpython: Unmaintained, uses EOLed python27 2020-01-27 devel/pychecker: Unmaintained, uses EOLed python27 2020-01-27 devel/pymacs: Unmaintained, uses EOLed python27 2020-01-27 devel/trac-bitten: Unmaintained, uses EOLed python27 2020-01-27 devel/wxGlade: Unmaintained, uses EOLed python27 2020-01-27 emulators/catapult: Unmaintained, uses EOLed python27 2020-01-27 emulators/dynagui: Unmaintained, uses EOLed python27 2020-01-27 finance/mybudget: Unmaintained, uses EOLed python27 2020-01-27 finance/sabernetdcs-client: Unmaintained, uses EOLed python27 2020-01-27 games/4stattack: Unmaintained, uses EOLed python27 2020-01-27 games/barbie_seahorse_adventures: Unmaintained, uses EOLed python27 2020-01-27 games/battletanks: Unmaintained, uses EOLed python27 2020-01-27 games/bombz: Unmaintained, uses EOLed python27 2020-01-27 games/bouncy: Unmaintained, uses EOLed python27 2020-01-27 games/bubbros: Unmaintained, uses EOLed python27 2020-01-27 games/childsplay: Unmaintained, uses EOLed python27 2020-01-27 games/crossfire-server: Unmaintained, uses EOLed python27 2020-01-27 games/duckmaze: Unmaintained, uses EOLed python27 2020-01-27 games/farblazer: Unmaintained, uses EOLed python27 2020-01-27 games/gbottler: Unmaintained, uses EOLed python27 2020-01-27 games/glchess: Unmaintained, uses EOLed python27 2020-01-27 games/gretools: Unmaintained, uses EOLed python27 2020-01-27 games/kye: Unmaintained, uses EOLed python27 2020-01-27 games/liquidwar: Unmaintained, uses EOLed python27 2020-01-27 games/mopesnake: Unmaintained, uses EOLed python27 2020-01-27 games/nelly: Unmaintained, uses EOLed python27 2020-01-27 games/oneisenough: Unmaintained, uses EOLed python27 2020-01-27 games/ptkei: Unmaintained, uses EOLed python27 2020-01-27 games/py-poker-eval: Unmaintained, uses EOLed python27 2020-01-27 games/pycadia: Unmaintained, uses EOLed python27 2020-01-27 games/pydance: Unmaintained, uses EOLed python27 2020-01-27 games/pysycache: Unmaintained, uses EOLed python27 2020-01-27 games/pythonchess: Unmaintained, uses EOLed python27 2020-01-27 games/pytowerdefense: Unmaintained, uses EOLed python27 2020-01-27 games/rtb: Unmaintained, uses EOLed python27 2020-01-27 games/schiff: Unmaintained, uses EOLed python27 2020-01-27 games/schwarzweiss: Unmaintained, uses EOLed python27 2020-01-27 games/secrettower: Unmaintained, uses EOLed python27 2020-01-27 games/slune: Unmaintained, uses EOLed python27 2020-01-27 games/super_mario_bros_python: Unmaintained, uses EOLed python27 2020-01-27 games/tuxfighter: Unmaintained, uses EOLed python27 2020-01-27 games/twitch: Unmaintained, uses EOLed python27 2020-01-27 games/vegastrike: Unmaintained, uses EOLed python27 2020-01-27 games/zephulor: Unmaintained, uses EOLed python27 2020-01-27 graphics/boxer: Unmaintained, uses EOLed python27 2020-01-27 graphics/electrix: Unmaintained, uses EOLed python27 2020-01-27 graphics/exact-image: Unmaintained, uses EOLed python27 2020-01-27 graphics/gnofract4d: Unmaintained, uses EOLed python27 2020-01-27 graphics/gsculpt: Unmaintained, uses EOLed python27 2020-01-27 graphics/imgtops: Unmaintained, uses EOLed python27 2020-01-27 graphics/imgv: Unmaintained, uses EOLed python27 2020-01-27 graphics/lcms-python: Unmaintained, uses EOLed python27 2020-01-27 graphics/mirage: Unmaintained, uses EOLed python27 2020-01-27 graphics/partio: Unmaintained, uses EOLed python27 2020-01-27 graphics/py-exif: Unmaintained, uses EOLed python27 2020-01-27 graphics/py-gd: Unmaintained, uses EOLed python27 2020-01-27 graphics/py-paint: Unmaintained, uses EOLed python27 2020-01-27 graphics/pygts: Unmaintained, uses EOLed python27 2020-01-27 graphics/pysvg: Unmaintained, uses EOLed python27 2020-01-27 irc/py-supybot-plugins: Unmaintained, uses EOLed python27 2020-01-27 japanese/kana-no-quiz: Unmaintained, uses EOLed python27 2020-01-27 lang/py-prolog: Unmaintained, uses EOLed python27 2020-01-27 lang/sdcc: Unmaintained, uses EOLed python27 2020-01-27 mail/archivemail: Unmaintained, uses EOLed python27 2020-01-27 mail/mailfmt: Unmaintained, uses EOLed python27 2020-01-27 mail/py-libgmail: Unmaintained, uses EOLed python27 2020-01-27 mail/py-ppolicy: Unmaintained, uses EOLed python27 2020-01-27 mail/rss2email2: Unmaintained, uses EOLed python27 2020-01-27 mail/svnmailer: Unmaintained, uses EOLed python27 2020-01-27 math/biggles: Unmaintained, uses EOLed python27 2020-01-27 math/py-gato: Unmaintained, uses EOLed python27 2020-01-27 math/py-gnuplot: Unmaintained, uses EOLed python27 2020-01-27 math/py-mathdom: Unmaintained, uses EOLed python27 2020-01-27 math/py-probstat: Unmaintained, uses EOLed python27 2020-01-27 math/py-rpy: Unmaintained, uses EOLed python27 2020-01-27 misc/gnome-osd: Unmaintained, uses EOLed python27 2020-01-27 misc/gonvert: Unmaintained, uses EOLed python27 2020-01-27 misc/metalink-editor: Unmaintained, uses EOLed python27 2020-01-27 misc/py-YABT: Unmaintained, uses EOLed python27 2020-01-27 misc/xdg-menu: Unmaintained, uses EOLed python27 2020-01-27 multimedia/devede: Unmaintained, uses EOLed python27 2020-01-27 multimedia/gdvrecv: Unmaintained, uses EOLed python27 2020-01-27 multimedia/mmpython: Unmaintained, uses EOLed python27 2020-01-27 multimedia/pymp: Unmaintained, uses EOLed python27 2020-01-27 net/gtknetcat: Unmaintained, uses EOLed python27 2020-01-27 net/ntlmaps: Unmaintained, uses EOLed python27 2020-01-27 net/polyorb: Unmaintained, uses EOLed python27 2020-01-27 net/py-zsi: Unmaintained, uses EOLed python27 2020-01-27 net/pythondirector: Unmaintained, uses EOLed python27 2020-01-27 net/sippy_b2bua: Unmaintained, uses EOLed python27 2020-01-27 net-im/py-jabber: Unmaintained, uses EOLed python27 2020-01-27 net-im/py-jabberbot: Unmaintained, uses EOLed python27 2020-01-27 net-im/py-libturpial: Unmaintained, uses EOLed python27 2020-01-27 net-im/py-xmpppy-irc: Unmaintained, uses EOLed python27 2020-01-27 net-mgmt/pdagent-integrations: Unmaintained, uses EOLed python27 2020-01-27 net-p2p/tribler: Unmaintained, uses EOLed python27 2020-01-27 news/papercut: Unmaintained, uses EOLed python27 2020-01-27 print/pkipplib: Unmaintained, uses EOLed python27 2020-01-27 print/pkpgcounter: Unmaintained, uses EOLed python27 2020-01-27 print/ttfquery: Unmaintained, uses EOLed python27 2020-01-27 science/gwyddion: Unmaintained, uses EOLed python27 2020-01-27 science/psychopy: Unmaintained, uses EOLed python27 2020-01-27 science/py-hcluster: Unmaintained, uses EOLed python27 2020-01-27 science/py-pyteomics.biolccc: Unmaintained, uses EOLed python27 2020-01-27 science/pycdf: Unmaintained, uses EOLed python27 2020-01-27 security/blindelephant: Unmaintained, uses EOLed python27 2020-01-27 security/cfv: Unmaintained, uses EOLed python27 2020-01-27 security/fsh: Unmaintained, uses EOLed python27 2020-01-27 security/gcipher: Unmaintained, uses EOLed python27
* news/tin: update to 2.4.4Kevin Bowling2020-01-203-15/+15
| | | | | | | | changelog http://bzr.tin.org/doc/CHANGES Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D23266
* Deprecate a few broken portsAntoine Brodin2020-01-141-0/+2
| | | | With hat: portmgr
* - Update to 2017.03.03Max Khon2019-12-313-12/+14
| | | | | | | - Regen patches with "make makepatch" - Add LICENSE PR: 243001
* Deprecate a few portsAntoine Brodin2019-12-261-0/+3
| | | | With hat: portmgr
* - Update MASTER_SITES, fixing fetchDmitry Marakasov2019-12-102-6/+4
| | | | | | | - While here, make COMMENT and pkg-descr more descriptive PR: 241871 Submitted by: scf
* news/inn: fix typoKevin Bowling2019-12-081-1/+1
| | | | | | | PR: 239922 Approved by: krion (implicit) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22604
* news/inn: Add support for embedded PythonKevin Bowling2019-12-071-3/+10
| | | | | | | PR: 239922 Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22604
* news/tin: update to 2.4.3Kevin Bowling2019-11-294-15/+16
| | | | | | Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22562
* news/tin: take maintainerKevin Bowling2019-11-271-1/+1
| | | | | | Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22555
* Upstream discontinued its support, but newsx is still usefull, make itThierry Thomas2019-11-201-3/+1
| | | | fetchable again.
* news/inn: Update to 2.6.3 and fix rnewsKevin Bowling2019-11-113-8/+7
| | | | | | | | | | | Update to 2.6.3 and fix a sandbox violation with the default build options when building under i.e. poudriere by moving rnews permissions to the plist. Changelog https://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html#S2 PR: 224670 Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22254
* news/cleanfeed: Update to 20190602Kevin Bowling2019-11-112-8/+11
| | | | | | Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22250
* Add USES=xorg USES=gl, ports categories nNiclas Zeising2019-11-073-2/+3
| | | | | Add USES=xorg and USES=gl to ports in categories starting with 'n'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
* Mark a few ports BROKEN (unfetchable)Antoine Brodin2019-11-066-0/+12
|
* news/cleanfeed: Take maintainerKevin Bowling2019-11-061-1/+1
| | | | | | Approved by: timur (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22237
* news/inn: Take maintainerKevin Bowling2019-11-061-1/+1
| | | | | | Approved by: timur (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22236
* Returns johans's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-058-8/+8
|
* Remove expired ports:Rene Ladan2019-10-1630-3277/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-10-16 archivers/freetar: Unfetchable, unmaintained 2019-10-16 archivers/hffzip: Unfetchable, unmaintained 2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained 2019-10-16 archivers/untar: Unfetchable, unmaintained 2019-10-16 astro/gpsdrive: Unfetchable, unmaintained 2019-10-16 astro/planets: Unfetchable, unmaintained 2019-10-16 audio/ascd: Unfetchable, unmaintained 2019-10-16 audio/audiotag: Unfetchable, unmaintained 2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained 2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained 2019-10-16 audio/jack_mixer: Unfetchable, unmaintained 2019-10-16 audio/jmusic: Unfetchable, unmaintained 2019-10-16 audio/maplay: Unfetchable, unmaintained 2019-10-16 audio/mbox: Unfetchable, unmaintained 2019-10-16 audio/nuvolaplayer: Unfetchable, unmaintained 2019-10-16 audio/vagalume: Unfetchable, unmaintained 2019-10-16 audio/wmsmixer: Unfetchable, unmaintained 2019-10-16 audio/xmms2-scrobbler: Unfetchable, unmaintained 2019-10-16 benchmarks/filebench: Unfetchable, unmaintained 2019-10-16 biology/chemeq: Unfetchable, unmaintained 2019-10-16 biology/linux-foldingathome: Unfetchable, unmaintained 2019-10-16 cad/dxf2fig: Unfetchable, unmaintained 2019-10-16 cad/gerbv: Unfetchable, unmaintained 2019-10-16 cad/ghdl: Unfetchable, unmaintained 2019-10-16 comms/gsmlib: Unfetchable, unmaintained 2019-10-16 comms/nokryptia: Unfetchable, unmaintained 2019-10-16 databases/mrtg-mysql-load: Unfetchable, unmaintained 2019-10-16 databases/postgres-xl: Unfetchable, unmaintained 2019-10-16 databases/wmjsql: Unfetchable, unmaintained 2019-10-16 deskutils/dlume: Unfetchable, unmaintained 2019-10-16 deskutils/gkrellm-reminder2: Unfetchable, unmaintained 2019-10-16 deskutils/ljit: Unfetchable, unmaintained 2019-10-16 deskutils/mdh: Unfetchable, unmaintained 2019-10-16 devel/atlassian-plugin-sdk: Unfetchable, unmaintained 2019-10-15 devel/bingo: Abandoned upstream 2019-10-16 devel/dprog: Unfetchable, unmaintained 2019-10-16 devel/eblob: Unfetchable, unmaintained 2019-10-16 devel/elftoaout: Unfetchable, unmaintained 2019-10-16 devel/fga: Unfetchable, unmaintained 2019-10-16 devel/fib: Unfetchable, unmaintained 2019-10-16 devel/flickrnet: Unfetchable, unmaintained 2019-10-16 devel/fujaba: Unfetchable, unmaintained 2019-10-16 devel/funnelweb: Unfetchable, unmaintained 2019-10-16 devel/genproto: Unfetchable, unmaintained 2019-10-16 devel/gitphp: Unfetchable, unmaintained 2019-10-16 devel/gnatcoll: Unfetchable, unmaintained 2019-10-16 devel/kimwitu: Unfetchable, unmaintained 2019-10-16 devel/libghthash: Unfetchable, unmaintained 2019-10-16 devel/lua-alien: Unfetchable, unmaintained 2019-10-16 devel/monotone-viz: Unfetchable, unmaintained 2019-10-16 devel/noweb: Unfetchable, unmaintained 2019-10-16 devel/p65: Unfetchable, unmaintained 2019-10-16 devel/py-fileutils: Unfetchable, unmaintained 2019-10-16 devel/py-mercurialserver: Unfetchable, unmaintained 2019-10-16 devel/py-pqueue: Unfetchable, unmaintained 2019-10-16 devel/pypersrc: Unfetchable, unmaintained 2019-10-16 devel/root-doc: Unfetchable, unmaintained 2019-10-16 devel/sfio: Unfetchable, unmaintained 2019-10-16 devel/styx: Unfetchable, unmaintained 2019-10-16 devel/tclmore: Unfetchable, unmaintained 2019-10-16 devel/umem: Unfetchable, unmaintained 2019-10-16 dns/ez-ipupdate: Unfetchable, unmaintained 2019-10-16 editors/zoinks: Unfetchable, unmaintained 2019-10-16 emulators/aftp: Unfetchable, unmaintained 2019-10-16 emulators/ia64sim: Unfetchable, unmaintained 2019-10-16 emulators/loemu: Unfetchable, unmaintained 2019-10-16 emulators/pipelight: Unfetchable, unmaintained 2019-10-16 finance/ledgersmb: Unfetchable, unmaintained 2019-10-16 ftp/atftp: Unfetchable, unmaintained 2019-10-16 ftp/cftp: Unfetchable, unmaintained 2019-10-16 games/arkanoidsb: Unfetchable, unmaintained 2019-10-16 games/balazar: Unfetchable, unmaintained 2019-10-16 games/blockade: Unfetchable, unmaintained 2019-10-16 games/cleanq3: Unfetchable, unmaintained 2019-10-16 games/conquest: Unfetchable, unmaintained 2019-10-16 games/crafty-tablebase-no-pawn: Unfetchable, unmaintained 2019-10-16 games/epiar: Unfetchable, unmaintained 2019-10-16 games/exmars: Unfetchable, unmaintained 2019-10-16 games/fteqw: Unfetchable, unmaintained 2019-10-16 games/gnake: Unfetchable, unmaintained 2019-10-16 games/gru: Unfetchable, unmaintained 2019-10-16 games/gtkpool: Unfetchable, unmaintained 2019-10-16 games/imaze: Unfetchable, unmaintained 2019-10-16 games/inform: Unfetchable, unmaintained 2019-10-16 games/iourbanterror: Unfetchable, unmaintained 2019-10-16 games/iourbanterror-server: Unfetchable, unmaintained 2019-10-16 games/jools: Unfetchable, unmaintained 2019-10-16 games/legends: Unfetchable, unmaintained 2019-10-16 games/linux-enemyterritory-etpro: Unfetchable, unmaintained 2019-10-16 games/linux-worldofgoo-demo: Unfetchable, unmaintained 2019-10-16 games/noegnud-data: Unfetchable, unmaintained 2019-10-16 games/poker-engine: Unfetchable, unmaintained 2019-10-16 games/ptools: Unfetchable, unmaintained 2019-10-16 games/pyawale: Unfetchable, unmaintained 2019-10-16 games/pysycache-lang: Unfetchable, unmaintained 2019-10-16 games/qmars: Unfetchable, unmaintained 2019-10-16 games/quake-reaper: Unfetchable, unmaintained 2019-10-16 games/quake3-ra3: Unfetchable, unmaintained 2019-10-16 games/sdlCC: Unfetchable, unmaintained 2019-10-16 games/speyes: Unfetchable, unmaintained 2019-10-16 games/vodovod: Unfetchable, unmaintained 2019-10-16 games/wmeyes: Unfetchable, unmaintained 2019-10-16 games/wmshuffle: Unfetchable, unmaintained 2019-10-16 games/xabacus: Unfetchable, unmaintained 2019-10-16 games/xpacman: Unfetchable, unmaintained 2019-10-16 games/xscorch: Unfetchable, unmaintained 2019-10-16 graphics/aeskulap: Unfetchable, unmaintained 2019-10-16 graphics/agave: Unfetchable, unmaintained 2019-10-16 graphics/cbview: Unfetchable, unmaintained 2019-10-16 graphics/copperspice: Unfetchable, unmaintained 2019-10-16 graphics/cthumb: Unfetchable, unmaintained 2019-10-16 graphics/fujiplay: Unfetchable, unmaintained 2019-10-16 graphics/gimp-ez-perspective-plugin: Unfetchable, unmaintained 2019-10-16 graphics/gimp-focusblur-plugin: Unfetchable, unmaintained 2019-10-16 graphics/gimp-jagged-border-script: Unfetchable, unmaintained 2019-10-16 graphics/gimp-manual-html: Unfetchable, unmaintained 2019-10-16 graphics/gimp-save-for-web: Unfetchable, unmaintained 2019-10-16 graphics/gimp-wavelet-denoise-plugin: Unfetchable, unmaintained 2019-10-16 graphics/gimp-wavelet-sharpen-plugin: Unfetchable, unmaintained 2019-10-16 graphics/giram: Unfetchable, unmaintained 2019-10-16 graphics/inventor: Unfetchable, unmaintained, Depends on expiring graphics/libGLw 2019-10-16 graphics/jpg2pdf: Unfetchable, unmaintained 2019-10-16 graphics/jpgraph2: Unfetchable, unmaintained 2019-10-16 graphics/makehuman: Unfetchable, unmaintained 2019-10-16 graphics/pstoepsi: Unfetchable, unmaintained 2019-10-16 graphics/xmandel: Unfetchable, unmaintained 2019-10-16 irc/minbif: Unfetchable, unmaintained 2019-10-16 japanese/VTPSfont: Unfetchable, unmaintained 2019-10-16 japanese/asterisk-sounds: Unfetchable, unmaintained 2019-10-16 japanese/cannadic: Unfetchable, unmaintained 2019-10-16 japanese/edict-utf-8: Unfetchable, unmaintained 2019-10-16 japanese/kpcal: Unfetchable, unmaintained 2019-10-16 japanese/multiskkserv: Unfetchable, unmaintained 2019-10-16 japanese/skkfep: Unfetchable, unmaintained 2019-10-16 java/eclipse-log4e: Unfetchable, unmaintained 2019-10-16 java/eclipse-lomboz: Unfetchable, unmaintained 2019-10-16 java/java-checkstyle: Unfetchable, unmaintained 2019-10-16 korean/baekmukfonts-ttf: Unfetchable, unmaintained 2019-10-16 korean/gtkcomm: Unfetchable, unmaintained 2019-10-16 lang/arena: Unfetchable, unmaintained 2019-10-16 lang/diveintopython: Unfetchable, unmaintained 2019-10-16 lang/modula3: Unfetchable, unmaintained 2019-10-16 lang/p2c: Unfetchable, unmaintained 2019-10-16 lang/quack: Unfetchable, unmaintained 2019-10-16 lang/stldoc: Unfetchable, unmaintained 2019-10-16 mail/altermime: Unfetchable, unmaintained 2019-10-16 mail/autosig: Unfetchable, unmaintained 2019-10-16 mail/gkrellmmailwatch2: Unfetchable, unmaintained 2019-10-16 mail/mboxcheck-applet: Unfetchable, unmaintained 2019-10-16 mail/nmzmail: Unfetchable, unmaintained 2019-10-16 mail/poppy: Unfetchable, unmaintained 2019-10-16 mail/prom-wl: Unfetchable, unmaintained 2019-10-16 mail/py-apolicy: Unfetchable, unmaintained 2019-10-16 mail/spamdb-curses: Unfetchable, unmaintained 2019-10-16 mail/xlbiff: Unfetchable, unmaintained 2019-10-16 math/algotutor: Unfetchable, unmaintained 2019-10-16 math/nyh-hoc: Unfetchable, unmaintained 2019-10-16 math/superlu_mt: Unfetchable, unmaintained 2019-10-16 math/testu01: Unfetchable, unmaintained 2019-10-16 misc/astrolog: Unfetchable, unmaintained 2019-10-16 misc/chord2html: Unfetchable, unmaintained 2019-10-16 misc/crosspad: Unfetchable, unmaintained 2019-10-16 misc/detachtty: Unfetchable, unmaintained 2019-10-16 misc/dphys-config: Unfetchable, unmaintained 2019-10-16 misc/dvorakng: Unfetchable, unmaintained 2019-10-16 misc/gctpc: Unfetchable, unmaintained 2019-10-16 misc/gkrellm-helium: Unfetchable, unmaintained 2019-10-16 misc/gkrellweather2: Unfetchable, unmaintained 2019-10-16 misc/linm: Unfetchable, unmaintained 2019-10-16 misc/mc-light: Unfetchable, unmaintained 2019-10-16 misc/newer: Unfetchable, unmaintained 2019-10-16 misc/telbook: Unfetchable, unmaintained 2019-10-16 misc/valspeak: Unfetchable, unmaintained 2019-10-16 misc/xd: Unfetchable, unmaintained 2019-10-16 multimedia/audiopreview: Unfetchable, unmaintained 2019-10-16 multimedia/dvts: Unfetchable, unmaintained 2019-10-16 multimedia/gcfilms: Unfetchable, unmaintained 2019-10-16 multimedia/kissdx: Unfetchable, unmaintained 2019-10-16 multimedia/playd: Unfetchable, unmaintained 2019-10-16 multimedia/subtitleeditor: Unfetchable, unmaintained 2019-10-16 multimedia/umr: Unfetchable, unmaintained 2019-10-16 net/bluemix-cli: Unfetchable, unmaintained 2019-10-16 net/boclient: Unfetchable, unmaintained 2019-10-16 net/csync2: Unfetchable, unmaintained 2019-10-16 net/dictd-database: Unfetchable, unmaintained 2019-10-16 net/gtic: Unfetchable, unmaintained 2019-10-16 net/hidentd: Unfetchable, unmaintained 2019-10-16 net/ldap2dns: Unfetchable, unmaintained 2019-10-16 net/libmxp: Unfetchable, unmaintained 2019-10-16 net/librouteros: Unfetchable, unmaintained 2019-10-16 net/nettest: Unfetchable, unmaintained 2019-10-16 net/py-netstring: Unfetchable, unmaintained 2019-10-16 net/radiusd-cistron: Unfetchable, unmaintained 2019-10-16 net/rtptools: Unfetchable, unmaintained 2019-10-16 net/smbldap-tools: Unfetchable, unmaintained 2019-10-16 net/tcptrace: Unfetchable, unmaintained 2019-10-16 net/wackford-squeers: Unfetchable, unmaintained 2019-10-16 net/wmnet2: Unfetchable, unmaintained 2019-10-16 net-im/pidgin-birthday-reminder: Unfetchable, unmaintained 2019-10-16 net-im/pidgin-pidgimpd: Unfetchable, unmaintained 2019-10-16 net-im/poezio: Unfetchable, unmaintained 2019-10-16 net-mgmt/bsnmp-jails: Unfetchable, unmaintained 2019-10-16 net-mgmt/iog: Unfetchable, unmaintained 2019-10-16 net-mgmt/lanmap: Unfetchable, unmaintained 2019-10-16 net-mgmt/nagios-spamd-plugin: Unfetchable, unmaintained 2019-10-16 net-mgmt/nefu: Unfetchable, unmaintained 2019-10-16 net-mgmt/pixilate: Unfetchable, unmaintained 2019-10-16 net-mgmt/slate: Unfetchable, unmaintained 2019-10-16 net-mgmt/weplab: Unfetchable, unmaintained 2019-10-16 net-p2p/bnbt: Unfetchable, unmaintained 2019-10-16 net-p2p/btpd: Unfetchable, unmaintained 2019-10-16 net-p2p/gkremldk: Unfetchable, unmaintained 2019-10-16 news/newscache: Unfetchable, unmaintained 2019-10-16 news/nntpbtr: Unfetchable, unmaintained 2019-10-16 news/slrnconf: Unfetchable, unmaintained 2019-10-16 news/xpn: Unfetchable, unmaintained 2019-10-16 polish/ekg: Unfetchable, unmaintained 2019-10-16 polish/ekg2: Unfetchable, unmaintained 2019-10-16 ports-mgmt/fastest_sites: Unfetchable, unmaintained 2019-10-16 ports-mgmt/pkg-plist: Unfetchable, unmaintained 2019-10-16 ports-mgmt/symports: Unfetchable, unmaintained 2019-10-16 print/poster: Unfetchable, unmaintained 2019-10-16 russian/d1489: Unfetchable, unmaintained 2019-10-16 science/metaf2xml: Unfetchable, unmaintained 2019-10-16 security/authforce: Unfetchable, unmaintained 2019-10-16 security/avcheck: Unfetchable, unmaintained 2019-10-16 security/digest: Unfetchable, unmaintained 2019-10-16 security/fpm2: Unfetchable, unmaintained 2019-10-16 security/fwipe: Unfetchable, unmaintained 2019-10-16 security/gnome-password-generator: Unfetchable, unmaintained 2019-10-16 security/httprint: Unfetchable, unmaintained 2019-10-16 security/ike-scan: Unfetchable, unmaintained 2019-10-16 security/ipfwcount: Unfetchable, unmaintained 2019-10-16 security/libsparkcrypto: Unfetchable, unmaintained 2019-10-16 security/md4coll: Unfetchable, unmaintained 2019-10-16 security/md5coll: Unfetchable, unmaintained 2019-10-16 security/osiris: Unfetchable, unmaintained 2019-10-16 security/ranpwd: Unfetchable, unmaintained 2019-10-16 security/rdigest: Unfetchable, unmaintained 2019-10-16 security/smap: Unfetchable, unmaintained 2019-10-16 security/sshblock: Unfetchable, unmaintained 2019-10-16 shells/bashc: Unfetchable, unmaintained 2019-10-16 shells/flash: Unfetchable, unmaintained 2019-10-16 sysutils/cotty: Unfetchable, unmaintained 2019-10-16 sysutils/dt: Unfetchable, unmaintained 2019-10-16 sysutils/gkrellfire: Unfetchable, unmaintained 2019-10-16 sysutils/log_analysis: Unfetchable, unmaintained 2019-10-16 sysutils/mksunbootcd: Unfetchable, unmaintained 2019-10-16 sysutils/rfstool: Unfetchable, unmaintained 2019-10-16 sysutils/skill: Unfetchable, unmaintained 2019-10-16 sysutils/sloth: Unfetchable, unmaintained 2019-10-16 sysutils/snowlog: Unfetchable, unmaintained 2019-10-16 sysutils/wmfire: Unfetchable, unmaintained 2019-10-16 sysutils/xbattbar: Unfetchable, unmaintained 2019-10-16 textproc/bedic-data: Unfetchable, unmaintained 2019-10-16 textproc/clit: Unfetchable, unmaintained 2019-10-16 textproc/docbook-tdg: Unfetchable, unmaintained 2019-10-16 textproc/emacs-wiki: Depends on expiring ports 2019-10-16 textproc/htmlize.el: Unfetchable, unmaintained 2019-10-16 textproc/libflate: Unfetchable, unmaintained 2019-10-16 textproc/mguesser: Unfetchable, unmaintained 2019-10-16 textproc/opensched: Unfetchable, unmaintained 2019-10-16 textproc/opentoken: Unfetchable, unmaintained 2019-10-16 textproc/rot: Unfetchable, unmaintained 2019-10-16 textproc/rtfx: Unfetchable, unmaintained 2019-10-16 textproc/supercat: Unfetchable, unmaintained 2019-10-16 textproc/xml_ez_out: Unfetchable, unmaintained 2019-10-16 textproc/xmldiff: Unfetchable, unmaintained 2019-10-16 textproc/xqilla: Unfetchable, unmaintained 2019-10-16 www/WebMagick: Unfetchable, unmaintained 2019-10-16 www/bins: Unfetchable, unmaintained 2019-10-16 www/blogsum: Unfetchable, unmaintained 2019-10-16 www/boa: Unfetchable, unmaintained 2019-10-16 www/cgihtml: Unfetchable, unmaintained 2019-10-16 www/cgiparse: Unfetchable, unmaintained 2019-10-16 www/flot: Unfetchable, unmaintained 2019-10-16 www/ftasv: Unfetchable, unmaintained 2019-10-16 www/hastymail2-devel: Unfetchable, unmaintained 2019-10-16 www/htmlpp: Unfetchable, unmaintained 2019-10-16 www/http-analyze: Unfetchable, unmaintained 2019-10-16 www/junkbuster: Unfetchable, unmaintained 2019-10-16 www/links-hacked: Unfetchable, unmaintained 2019-10-16 www/llgal: Unfetchable, unmaintained 2019-10-16 www/mgstat: Unfetchable, unmaintained 2019-10-16 www/php-screw: Unfetchable, unmaintained 2019-10-16 www/phproxy: Unfetchable, unmaintained 2019-10-16 www/py-prewikka: Unfetchable, unmaintained 2019-10-16 www/redmine-backlogs: Unfetchable, unmaintained 2019-10-16 www/swfdec-plugin: Unfetchable, unmaintained 2019-10-16 www/swish-e: Unfetchable, unmaintained 2019-10-16 x11/blast: Unfetchable, unmaintained 2019-10-16 x11/dynamag: Unfetchable, unmaintained 2019-10-16 x11/xcurs: Unfetchable, unmaintained 2019-10-16 x11/xscreensaver-gnome: Unfetchable, unmaintained 2019-10-16 x11/xscreensaver-gnome-hacks: Unfetchable, unmaintained 2019-10-16 x11-clocks/cairo-clock: Unfetchable, unmaintained 2019-10-16 x11-clocks/pclock: Unfetchable, unmaintained 2019-10-16 x11-clocks/stopwatch: Unfetchable, unmaintained 2019-10-16 x11-clocks/wmfuzzy: Unfetchable, unmaintained 2019-10-16 x11-fm/emelfm2: Unfetchable, unmaintained 2019-10-16 x11-fm/ezfm: Unfetchable, unmaintained 2019-10-16 x11-fm/ultracopier: Unfetchable, unmaintained 2019-10-16 x11-fm/xplore: Unfetchable, unmaintained 2019-10-16 x11-fonts/indic-ttf: Unfetchable, unmaintained 2019-10-16 x11-fonts/pingwi: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-ecliz: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-grounation-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-neutral-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-polar-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/gtk-envy-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/gtk-equinox-engine: Unfetchable, unmaintained 2019-10-16 x11-themes/gtk-qnxtheme: Unfetchable, unmaintained 2019-10-16 x11-themes/plank-theme-moka: Unfetchable, unmaintained 2019-10-15 x11-toolkits/swt-devel: Obsolete. Superseded by x11-toolkits/swt 2019-10-16 x11-wm/genmenu: Unfetchable, unmaintained 2019-10-16 x11-wm/musca: Unfetchable, unmaintained 2019-10-16 x11-wm/weewm: Unfetchable, unmaintained 2019-10-16 x11-wm/windowlab: Unfetchable, unmaintained 2019-10-16 x11-wm/wmfs: Unfetchable, unmaintained
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-096-6/+6
|
* * Update to 2.7.2Greg Lewis2019-10-092-6/+6
| | | | | | | | * Use DISTVERSION in the packing list * Update JAVA_VERSION to not use deprecated versions PR: 241108 Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
* devel/icu: update to 65.1Jan Beich2019-10-041-1/+1
| | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
* news/tin: Spell *_CONFIGURE_ON correctlyTobias Kortkamp2019-09-191-4/+4
| | | | There is no opt_CONFIGURE_ARGS helper.
* Deprecate a few portsAntoine Brodin2019-09-164-0/+8
|
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-1411-18/+66
| | | | (and missed 3 missed files from previous categories.)
* Mark BROKEN: unfetchableAntoine Brodin2019-08-053-0/+6
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-274-3/+4
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* Prepare for powerpc-on-clang by deleting hard-coded tests for architectureMark Linimon2019-07-131-1/+1
| | | | | | as a stand-in for "are we running on gcc". Approved by: portmgr (tier-2 blanket)
* news/nntpcache: fix buildPiotr Kubaj2019-07-011-1/+1
| | | | | | Base GCC crashes during build, add USES=compiler:c11. Approved by: mentors (implicit approval)
* Update to 3.3.6Sunpoet Po-Chuan Hsieh2019-06-242-4/+4
| | | | Changes: https://github.com/sabnzbd/sabyenc/commits/sabyenc-python2
* Add py-sabyenc3 4.0.1 (copied from py-sabyenc)Sunpoet Po-Chuan Hsieh2019-06-244-0/+36
|
* news/nntpbtr: update to use sys/dirent.h instead of sys/dir.hRene Ladan2019-06-162-2/+13
| | | | | | | | It looks like the only MASTER_SITE is down, so mark it broken. This port has only seen mechanical updates for the last 15+ years. Hat: portmgr Event: Berlin hackathon 2019
* news/sabnzbdplus: Update to 2.3.9Steve Wills2019-06-082-4/+4
| | | | | | PR: 238287 Submitted by: Ben Nied <spacewreckage@gmail.com> Approved by: joshruehlig@gmail.com (maintainer)
* news/nzbget: update to 21.0Fernando Apesteguía2019-06-082-6/+7
| | | | | | | | | | Too many changes to list here. See ChangeLog (https://nzbget.net/history) * Small cosmetic changes * Releasing maintainer from duty as requested PR: 237957 Reported by: marcel@herrbischoff.com
* - Update to 0.52Wen Heping2019-06-062-4/+4
|
* news/nzbhydra2: Update to 2.6.2Tobias C. Berner2019-05-103-7/+7
| | | | | | | | | | | - USE flag for python changed to python:2.7 as 3.x is not supported at this time. Changelog can be viewed at: https://github.com/theotherp/nzbhydra2/blob/master/changelog.md Submitted by: Daniel Shafer <daniel shafer cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D20164
* news/sabnzbdplus: update to 2.3.8Steve Wills2019-04-302-4/+4
| | | | | | PR: 237444 Submitted by: Ben Nied <spacewreckage@gmail.com> Approved by: joshruehlig@gmail.com (maintainer)
* Spell NNTP correctly (it's an abbreviation and thus should be uppercased).Alexey Dokuchaev2019-03-312-2/+2
|
* devel/icu: update to 64.1Jan Beich2019-03-281-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479
* news/nzbhydra2: Update to 2.3.16Tobias C. Berner2019-03-172-5/+5
| | | | | | | - All updates between 2.3.6 and 2.3.16 are breaks and fixes for better SSL support. Submitted by: Daniel Shafer <daniel shafer cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D19609
* Add USES=compiler:c++11-lang to fix build on GCC-basedMark Linimon2019-02-251-2/+2
| | | | | | | | architectures. PR: 235743 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* news/nzbhydra2: update to 2.3.6Tobias C. Berner2019-02-093-12/+15
| | | | | | | | - while here, also address the issue of the missing data directory PR: 235545 Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D19091
* There is no *_CONFIGURE_DISABLE options helperTobias Kortkamp2019-02-051-1/+0
|
* Move Objective-C ports to the v2 GNUstep ABI.David Chisnall2019-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Bump the LLVM revision used for GNUstep to 7, the minimum to support the new ABI. * GNUstep-back does not work with lld, so mark it to use Gold (BFD LD doesn't seem able to link Objective-C things). * Turn off some annoying debug logs in GNUstep back, which generate several messages per second when you move the mouse. These should never have been enabled in a release build anyway. * Downgrade Cenon to 4.0.2. This was the last version to actually work with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep can't parse). * Update gorm to git head. The current release doesn't work with the new Objective-C ABI, but -head has the patches to fix it. * Update PikoPixel and add it to the gnustep-app meta-package. * Update the three core GNUstep packages to the latest release. * Update gnumail and pantomime to the latest release and fix a linking error with the new ABI. * Update GNUstep FTP to the latest version. Reviewed by: bapt (previous version)
* news/nzbhydra2: update to 2.3.4Tobias C. Berner2019-02-032-5/+5
| | | | | | | | | * Fix: Move cancel button in dialog shown while searching because you're all too slow to click it. * Fix: Prevent database trace file becoming too large * Fix: Keep less gclog files in the log folder Submitted by: Daniel Shafer <daniel shafer cc> Differential Revision: https://reviews.freebsd.org/D19069
* news/nzbperl: No need to set WRKSRCTobias Kortkamp2019-02-021-6/+6
| | | | Rearrange some things as recommended in the PHB.
* [NEW PORT] news/nzbhydra2: Usenet meta searchTobias C. Berner2019-01-306-0/+745
| | | | | | | | | | | | | NZBHydra 2 is a meta search for NZB indexers. It provides easy access to a number of raw and newznab based indexers. You can search all your indexers from one place and use it as an indexer source for tools like Sonarr, Radarr or CouchPotato. WWW: https://github.com/theotherp/nzbhydra2 PR: 234537 Submitted by: Daniel Shafer <daniel shafer cc> Differential_Revision: https://reviews.freebsd.org/D18704
* Update to 2.3.7Jochen Neumeister2019-01-292-5/+6
| | | | | | | PR: 234986 Reported by: Rob <robin@chee.ma> Approved by: maintainer Sponsored by: Netzkommune GmbH
* - update to 4.3.4Dirk Meyer2019-01-066-54/+28
| | | | | | - ipv6 support - new upstream - add LICENSE
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-122-2/+2
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* These ports now build on powerpc64.Mark Linimon2018-12-121-1/+0
| | | | Approved by: portmgr (tier-2 blanket)
* news/xpn: Add a trayiconTobias Kortkamp2018-11-162-2/+100
| | | | | | | | | - Reset maintainer due to the long timeout PR: 205429 Submitted by: rainbow@irh.it Approved by: nivit (maintainer timeout, ~2 years) Obtained from: Debian
* - Fix with INN's shared libraries;Thierry Thomas2018-11-143-4/+43
| | | | - Fix WWW.
* Update `databases/gdbm' to version 1.18.1, an important bugfix releaseAlexey Dokuchaev2018-11-113-3/+3
| | | | | | | | | | which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts)
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-115-2/+5
| | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
* news/pan: Update to 0.145Steve Wills2018-11-104-188/+29
| | | | | PR: 230112 Submitted by: Nathan <ndowens@yahoo.com> (based on)
* Compiling on GCC-based architectures (only) requires using c+11.Mark Linimon2018-11-101-2/+8
| | | | | PR: 232862 Submitted by: Piotr Kubaj
* Update to 2.3.5Florian Smeets2018-11-022-4/+4
| | | | | PR: 231917 Approved by: joshruehlig@gmail.com (maintainer)
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine
* - Update WWWDmitry Marakasov2018-10-141-1/+1
| | | | Approved by: portmgr blanket
* - Update to 0.09Wen Heping2018-10-102-4/+8
| | | | | Changes: https://metacpan.org/changes/distribution/News-Article-NoCeM - Add LICENSE
* Apply a correct fix.Mathieu Arnold2018-10-102-4/+4
| | | | PR: 232125
* news/nzbget: Unbreak portMark Felder2018-10-102-6/+3
| | | | | PR: 232125 MFH: 2018Q4
* Mark BROKEN: fails to packageAntoine Brodin2018-10-071-0/+2
| | | | Reported by: pkg-fallout
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-062-4/+4
| | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
* news/nzbget: Update to 20.0Mark Felder2018-10-045-11/+48
| | | | | | | | - Add patches to disable building with optimized CFLAGS by default PR: 228888 Approved by: maintainer (timeout) MFH: 2018Q4
* Update Objective-C LLVM version to 6.0.Brooks Davis2018-09-261-1/+1
| | | | | | | | | Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-106-1/+11
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* After an include, PLIST_SUB must be appended to, not overwritten.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | If it is overwritten, many values will be clobbered, and pain will ensue. PR: 230864 Submitted by: mat exp-runs by: antoine
* news/newscache: Fix build with Clang 6Tobias Kortkamp2018-09-011-0/+15
| | | | | | | | NewsCache.cc:2265:62: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned int>' and 'int') if (bind(sock, (struct sockaddr *) &nproxy, sizeof(nproxy)) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/newscache-1.2.r.6_4.log
* news/nget: Fix build on 12.0Tobias Kortkamp2018-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | Many configure checks fail with In file included from conftest.cc:38: In file included from /usr/include/c++/v1/ext/hash_map:203: In file included from /usr/include/c++/v1/__hash_table:16: In file included from /usr/include/c++/v1/memory:653: In file included from /usr/include/c++/v1/typeinfo:61: In file included from /usr/include/c++/v1/exception:82: In file included from /usr/include/c++/v1/cstdlib:86: In file included from /usr/include/c++/v1/stdlib.h:94: /usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its first declaration _Noreturn void exit(int); ^ /usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn' #define _Noreturn [[noreturn]] ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/nget-0.27.1_5.log
* Fix a common grammar error: "can not" means the opposite of "cannot."Adam Weinberger2018-08-021-1/+1
| | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to."
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-301-1/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-5/+6
| | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* news/slrn: fix crash with SIGSERV in the iconv_convert_string()Eugene Grosbein2018-06-301-1/+2
| | | | | | | | | | | | Back out r349278 that added --with-non-gnu-iconv trying to solve our early iconv() inconsistences that are not actual anymore as it now now correctly returns non-zero count of convertable symbols. This fixes unsigned underflow in the slrn code turning negative value to large positive leading to incorrect memory accesses later. PR: 228502 Approved by: johans (maintainer timeout, 1 month)
* devel/icu: update to 62.1Jan Beich2018-06-291-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4)
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-213-4/+4
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* Adjust USES to fix builds on gcc-based architectures.Mark Linimon2018-06-191-1/+1
| | | | | | | | While here, pet portlint. Tested for no regression on amd64. Approved by: portmgr (tier-2 blanket)
* Update to 2.3.4Florian Smeets2018-06-053-5/+4
| | | | | | PR: 228629 Submitted by: Ralf van der Enden Approved by: maintainer
* Update to 3.3.5Florian Smeets2018-06-022-4/+4
|
* Back to the poolFlorian Smeets2018-06-021-1/+1
| | | | | PR: 228630 Submitted by: maintainer
* Update WWWSunpoet Po-Chuan Hsieh2018-05-285-5/+5
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* - remove option INETDDirk Meyer2018-04-307-17/+212
| | | | | | | | | - build both standalone and inetd version - fix permissions on update - add IPv6 support based on work from Gert Doering If you used the inetd version, please change the path in /etc/inetd.conf from /usr/local/sbin/nntpd to /usr/local/libexec/nntpd.
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-261-1/+1
| | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
* devel/icu: update to 61.1Jan Beich2018-04-061-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61)
* news/mmail: Update 0.49 -> 0.51Yuri Victorovich2018-04-023-23/+4
|
* Add LICENSE.Matthias Andree2018-03-311-0/+2
|
* Fix build with Perl 5.26.Mathieu Arnold2018-03-291-0/+14
| | | | Sponsored by: Absolight
* Add missing requirement on LOGIN for rc script.Bryan Drewery2018-03-042-1/+2
| | | | | | PR: 225857 Submitted by: will@worrbase.com Differential Revision: https://reviews.freebsd.org/D14575
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-192-4/+4
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* Canonicalize PyPi WWWs:Dmitry Marakasov2018-02-091-1/+1
| | | | | | | - Switch to https:// - Remove trailing slashes Approved by: portmgr blanket
* Unbreak Clang 6 build.Max Khon2018-01-271-0/+20
|
* Update to 2.3.2Florian Smeets2018-01-213-7/+9
| | | | | | PR: 225075 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: maintainer
* Update to 3.3.2Florian Smeets2018-01-212-4/+4
| | | | | PR: 225074 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* Remove superfluous linefeeds and fix some other minor whitespace bugs.Alexey Dokuchaev2018-01-121-1/+0
|
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-1/+1
| | | | other miscellaneous files that are not actually manual pages (part 2).
* Remove support for variables that have been deprecated for a while.Mathieu Arnold2018-01-092-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | variables deprecation revision WITHOUT_NLS 2013-12-13 r336337 WITH_/WITHOUT_ 2014-02-24 r345870 NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587 WITH_BDB_VER 2016-05-02 r414444 OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387 WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965 While there, add an ERROR variable that works like DEV_ERROR, but for user facing errors, and move NOPORTDOCS, NOPORTEXAMPLES and WITHOUT_NLS to it. Cleanup bsd.sanity.mk a bit. Fix fallout. PR: 224613 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13490
* news/pan: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-061-0/+166
| | | | | | | | | | | | text-match.cc:476:8: error: no viable conversion from 'pan::StringView' to 'std::__1::basic_string<char>' s = tmp; ^~~ article-filter.cc:165:46: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] g_snprintf (buf, sizeof(buf), "%"G_GUINT64_FORMAT, xit->number); ^ Reported by: antoine (via bug 224669)
* - add back setuid bits for poudriere buildsDirk Meyer2018-01-052-1/+3
|
* - Add LICENSEDmitry Marakasov2017-12-272-1/+4
| | | | - Update WWW
* Update to tin 2.4.2Johan van Selst2017-12-253-5/+6
|
* Fix configure options for gnustep-makeDavid Chisnall2017-12-031-1/+1
| | | | | | | We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults.
* - Add explicit FLAVOR to a few dependenciesAntoine Brodin2017-12-031-2/+2
| | | | | | - Remove FLAVOR from py-docutils dependency in comms/uhd, in this case it needs the rst2html command, not the docutils module - Mark some ports as not compatible with python3
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-306-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* Remove expired ports:Rene Ladan2017-11-224-49/+0
| | | | | | | | | | | | | | | 2017-11-20 news/brag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 textproc/srilm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 x11-toolkits/tk84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 devel/tkinspect: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/bogged: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/ttraffic: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/ifm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/tksol: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 lang/tcl84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 mail/tkrat2: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 multimedia/dtv: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 net-mgmt/netwag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
* devel/icu: update to 60.1Jan Beich2017-11-091-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine
* - Reset MAINTAINER due to fatal email bounces, maintainer timeoutsRyan Steinmetz2017-11-041-1/+1
| | | | Reported by: portscout
* lang/tcl84, x11-toolkits/tk84: extend expiration for another monthPietro Cerutti2017-10-201-0/+3
| | | | Track down a few more ports that depend on those two, and deprecate them too.
* news/nget: Fix build with Clang and GCC > 4.8Tobias Kortkamp2017-10-145-16/+77
| | | | | - Remove GCC dependency since it now builds fine with Clang - Set WRKSRC directly instead of symlinking in post-extract
* Remove news/py-twistedNewsSunpoet Po-Chuan Hsieh2017-09-304-37/+0
|
* devel/icu: update to 59.1Jan Beich2017-09-251-1/+1
| | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine
* news/py-sabyenc: Update to 3.3.1Danilo G. Baio2017-09-232-5/+7
| | | | | PR: 222500 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* news/sabnzbdplus: Update to 2.3.0Danilo G. Baio2017-09-233-7/+6
| | | | | | | | Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/2.3.0 PR: 222501 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: joshruehlig@gmail.com (maintainer)
* - update to pgpverify-1.29Dirk Meyer2017-09-172-9/+16
| | | | - new option GPGPV
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-152-2/+2
| | | | Sponsored by: Absolight
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-112-1/+2
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Change from USES=twisted to devel/py-twistedSunpoet Po-Chuan Hsieh2017-09-041-2/+3
| | | | | | | | - Bump PORTREVISION for dependency change PR: 221664 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* * Updated to 2.2.1Richard Gallamore2017-09-033-5/+18
| | | | | | | | Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/2.2.1 PR: 221606 Submitted by: Ralf van der Enden Approved by: joshruehlig@gmail.com (maintainer)
* Update GNUstep core libraries.David Chisnall2017-08-211-1/+1
| | | | | | | | | | Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release.
* Mark DEPRECATED and set EXPIRATION_DATE to 2017-09-30Sunpoet Po-Chuan Hsieh2017-08-201-0/+3
|
* - news/nzbget: Update from 19.0 to 19.1Jochen Neumeister2017-08-152-4/+4
| | | | | | | | | | | | | | | | | - Changelog: - proper handling of changing category (and destination path) during direct unpack; direct unpack now gracefully aborts with cleanup; the files will be unpacked during post-processing stage; - fixed: password protected downloads of certain kind may sometimes end up with no files if direct unpack was active; - fixed: rar-renamer mistakenly renamed some encrypted rar3 files causing unnecessary repair; - fixed: rar-renamer could not process some encrypted rar3-archives. PR: 221357 Submitted by: Toxic <toxic@doobie.com> (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D11955
* - remove obsolte option PGP2Dirk Meyer2017-08-021-2/+1
|
* news/nzbget: Update 18.1 -> 19.0Bradley T. Hughes2017-07-032-5/+4
| | | | | | | PR: 220348 Submitted by: toxic@doobie.com (maintainer) Approved by: mat (co-mentor) Differential Revision: https://reviews.freebsd.org/D11439
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-07-012-7/+8
| | | | | | | - Add LICENSE - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change
* - Update SABnzbd to 2.1.0.Tim Bishop2017-06-133-8/+7
| | | | | | | | - GH_TAGNAME no longer needed now it is correctly tagged in GitHub. - Uses py-sabyenc instead of py-yenc as recommended upstream. PR: 218722 Submitted by: joshruehlig@gmail.com (maintainer)
* - Use correct license (see https://github.com/sabnzbd/sabyenc/issues/5).Tim Bishop2017-06-122-8/+7
| | | | | | | | - Only use python 2.7, as indicated by upstream. - Use the preferred CHEESESHOP instead of GitHub for the distfile. Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Reported by: koobs
* - Add LICENSEDmitry Marakasov2017-06-124-16/+18
| | | | | | | | - Switch to USES=localbase - Use MANPREFIX - Switch to options helpers - Fix WWW: - Don't install unneeded docfile
* New port: news/py-sabyencTim Bishop2017-06-104-0/+35
| | | | | | | | | | | | | | | | | Modified the original yenc module by Alessandro Duca alessandro.duca@gmail.com for use within SABnzbd. The module was extended to do header parsing and full yEnc decoding from a Python list of chunks, the way in which data is retrieved from usenet. This is particularly beneficial when SSL is enabled, which limits the size of each chunk to 16K. Parsing these chunks in Python is much more costly. Additionally, this module releases Python's GIL during decoding, greatly increasing performance of the overall download process. WWW: https://github.com/sabnzbd/sabyenc PR: 218722 Submitted by: Ralf van der Enden <tremere@cainites.net>
* news/husky-sqpack is a subport for news/husky to purge squish and jam msgbases.Eugene Grosbein2017-05-253-0/+26
| | | | | | | | It is a part of Husky Fidosoft Project. PR: 200481 Submitted by: Victor Sudakov <vas@mpeks.tomsk.su> Approved by: vsevolod (mentor)
* Handle special permissions through pkg-plist and not through makeJohan van Selst2017-05-222-20/+16
| | | | | | | (this broke building as unprivileged user) No changes to the default build or generated package Reported by: naddy
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-141-1/+2
| | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* - Update to INN 2.6.1Johan van Selst2017-05-123-10/+22
| | | | | https://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html - Make setuid inews and UUCP optional
* news/nzbget: Update to 18.1Mark Felder2017-05-122-19/+12
| | | | | | | | | - Remove GnuTLS as an option and use OpenSSL by default. GnuTLS has not been working correctly for several releases. - Alpha sort USES PR: 219206 Approved by: maintainer (private email)
* UNRAR description is now available in bsd.options.desc.mkMark Felder2017-04-271-1/+0
| | | | Approved by: portmgr (with hat)
* - Fix plistMartin Wilke2017-04-232-1/+3
| | | | - Bump PORTREVISION
* - Fix shebangsMartin Wilke2017-04-191-1/+3
|
* - Optionize docsDmitry Marakasov2017-04-101-6/+5
| | | | - Switch to options helpers
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* news/sabnzbdplus: Update to 1.2.3Tim Bishop2017-03-222-5/+5
| | | | | PR: 217936 Submitted by: joshruehlig@gmail.com (maintainer)
* Remove all _USE=openssl occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | Sponsored by: Absolight
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-152-2/+2
| | | | Sponsored by: Absolight
* news/sabnzbdplus: Update to 1.2.1Steve Wills2017-02-282-11/+8
| | | | | PR: 217359 Submitted by: joshruehlig@gmail.com (maintainer)
* news/nzbget: rc script improvementMark Felder2017-02-232-21/+2
| | | | | | | | | nzbget obeys normal signals. Use them instead of needlessly complicating the rc script. PR: 216894 Approved by: maintainer timeout MFH: 2017Q1
* - add LICENSEDirk Meyer2017-02-0911-102/+94
| | | | | - default config now PREFIX aware - make portlint happier
* - fix owner on suid binariesDirk Meyer2017-02-017-28/+30
| | | | | | - fix option FIDOGATE_RUNAS - add LICENSE - make portlint happier
* - Update to 1.1.1Dmitry Marakasov2017-01-303-26/+23
| | | | | | | - Switch to new GitHub home PR: 214768 Submitted by: joshruehlig@gmail.com (maintainer)
* - make portlint happierDirk Meyer2017-01-2910-66/+41
|
* - add LICENSEDirk Meyer2017-01-294-8/+12
| | | | - make portlint happier
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-212-2/+2
|
* Reinplace the target of the symlink instead of the symlinkAntoine Brodin2017-01-201-1/+1
| | | | PR: 216309
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-2/+2
| | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
* Update pan to 0.141.Koop Mast2017-01-113-6/+9
| | | | Register indirect dependancies.
* news/nzbget: Switch default option from GNUTLS to OPENSSLTorsten Zuehlsdorff2017-01-102-3/+4
| | | | | | | | | | There are a series of reports of TLS handshake failures from users of the port. Upstream responds to this reports with "Use OpenSSL instead of GNU TLS". Therefore the maintainer decided to switch the default option to OPENSSL. PR: 215788 Submitted by: Toxic (maintainer) MFH: 2017Q1
* Drop USE_GCC, this fixed a segfault crash when starting the program.Koop Mast2017-01-101-2/+1
| | | | | PR: 199303 MFH: 2017Q1
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-4/+0
| | | | Approved by: portmgr blanket
* Assume "pkg-config zlib" works after 9.x reached EOLJan Beich2017-01-042-4/+0
| | | | | | | Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz" which is unsafe at least with lang/gcc* that override some system headers and have newer libgcc_s.so that our old version in base may not be forward-compatible with.
* Reassign to the perl collectiveAdam Weinberger2017-01-031-1/+1
|
* leeym handed in his commit bit.Rene Ladan2017-01-032-2/+2
|
* Update to tin 2.4.1Johan van Selst2016-12-282-5/+7
|
* Replace USE_GCC=4.9+ by the canonical USE_GCC=yes (which now requiresGerald Pfeifer2016-12-261-1/+1
| | | | | | at least GCC 4.9). Reviewed by: tz
* news/nzbget: Update from 16.4 to 17.1Torsten Zuehlsdorff2016-12-163-6/+12
| | | | | | | | Changelog: https://github.com/nzbget/nzbget/blob/v17.1/ChangeLog PR: 215191 Submitted by: toxic@doobie.com (maintainer) Approved by: mentors (implicit)
* update MAINTAINER to my FreeBSD.org emailNikolai Lifanov2016-12-141-1/+1
| | | | | | Reviewed by: matthew Approved by: matthew (maintainer) Differential Revision: https://reviews.freebsd.org/D8782
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* - fix build for FreeBSD-9Dirk Meyer2016-11-231-0/+3
|
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* devel/icu: update to 58.1Jan Beich2016-11-201-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
* - fix build on FreeBSD-12Dirk Meyer2016-11-191-0/+6
|
* - fix include and prototype problems with ansi patchesDirk Meyer2016-11-1623-1050/+5
| | | | - fix nntpxmit for 64bit
* chinese/tin: drop PORTREVISION as it has no effectJan Beich2016-11-111-1/+1
| | | | PR: 214384
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-102-0/+5
| | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
* - fix include and prototype problems with ansi patchesDirk Meyer2016-11-0834-628/+28
|
* Update slrn to 1.0.3 (bugfix release)Johan van Selst2016-11-072-6/+8
|
* Fix character encoding issuesThomas Zander2016-11-062-1/+2
| | | | | | | | | | Details: - port now defaults to en_US.UTF-8 for LC_CTYPE - Bump PORTREVISION PR: 212993 Submitted by: joshruehlig@gmail.com (maintainer) MFH: 2016Q4
* ${RM} already has -f.Mathieu Arnold2016-10-212-3/+3
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* news/golded+: honor LDFLAGSJohn Marino2016-10-181-5/+5
| | | | Approved by: infrastructure blanket
* - Double-quote $@ to properly propagate parameters down the execution pathAlexey Dokuchaev2016-10-171-2/+1
| | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line
* Update rawdog to 2.22.Tim Bishop2016-10-123-13/+14
|
* Update to 1.4.3Emanuel Haupt2016-10-062-5/+5
|