aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* databases/pg_dirtyread: Update to 2.4Po-Chuan Hsieh2021-12-212-4/+4
| | | | | Changes: https://github.com/df7cb/pg_dirtyread/releases https://github.com/df7cb/pg_dirtyread/commits/master
* databases/mydumper: Update to 0.11.3-2Po-Chuan Hsieh2021-12-212-4/+4
| | | | Changes: https://github.com/maxbube/mydumper/releases
* databases/caterva: Update to newer snapshot (9414145)Po-Chuan Hsieh2021-12-212-3/+5
| | | | | | - Bump PORTREVISION for package change It is required by databases/py-caterva 0.7.0.
* audio/libmpdclient: Update to 2.20Po-Chuan Hsieh2021-12-213-6/+9
| | | | Changes: https://github.com/MusicPlayerDaemon/libmpdclient/blob/master/NEWS
* astro/weather: Update to 2.4.2Po-Chuan Hsieh2021-12-212-4/+4
| | | | | Changes: http://fungi.yuggoth.org/weather/doc/news.rst https://www.yuggoth.org/gitweb?p=weather.git;a=shortlog
* archivers/upx: Update to 3.96Po-Chuan Hsieh2021-12-215-43/+30
| | | | | | | | - Remove DOCS option - Update pkg-descr - Take maintainership Changes: https://github.com/upx/upx/releases
* archivers/ucl: Update WWWPo-Chuan Hsieh2021-12-212-7/+10
| | | | | - Update pkg-descr - Take maintainership
* archivers/libmspack: Convert REINPLACE_CMD to patch filePo-Chuan Hsieh2021-12-213-10/+20
| | | | | | - Use DISTVERSIONSUFFIX instead of DISTNAME - Remove PORTREVISION - Take maintainership
* textproc/py-python-markdown-math: Move textproc/py-markdown-math to ↵Po-Chuan Hsieh2021-12-217-21/+24
| | | | | | | | | textproc/py-python-markdown-math - Update version requirement of RUN_DEPENDS - Update USES=python - Add NO_ARCH - Take maintainership
* devel/rubygem-sidekiq62: Add rubygem-sidekiq62 6.2.2 (copied from ↵Po-Chuan Hsieh2021-12-214-0/+39
| | | | | | rubygem-sidekiq) - Add PORTSCOUT
* devel/rubygem-rbs_json_schema: Add rubygem-rbs_json_schema 0.1.0Po-Chuan Hsieh2021-12-214-0/+32
| | | | | | | rbs_json_schema is a RBS type definition generator from JSON Schema. It loads JSON files and writes RBS type definitioins. WWW: https://github.com/ruby/rbs_json_schema
* devel/rubygem-pstore: Add rubygem-pstore 0.1.1Po-Chuan Hsieh2021-12-214-0/+38
| | | | | | | | | | | | | | | | | PStore implements a file based persistence mechanism based on a Hash. User code can store hierarchies of Ruby objects (values) into the data store file by name (keys). An object hierarchy may be just a single object. User code may later read values back from the data store or even update data, as needed. The transactional behavior ensures that any changes succeed or fail together. This can be used to ensure that the data store is not left in a transitory state, where some values were updated but others were not. Behind the scenes, Ruby objects are stored to the data store file with Marshal. That carries the usual limitations. Proc objects cannot be marshalled, for example. WWW: https://github.com/ruby/pstore
* devel/rubygem-profile: Add rubygem-profile 0.4.0Po-Chuan Hsieh2021-12-214-0/+30
| | | | | | | | | | | | | Profile provides a way to Profile your Ruby application. Profiling your program is a way of determining which methods are called and how long each method takes to complete. This way you can detect which methods are possible bottlenecks. Profiling your program will slow down your execution time considerably, so activate it only when you need it. Don't confuse benchmarking with profiling. WWW: https://github.com/ruby/profile
* devel/rubygem-ostruct: Add rubygem-ostruct 0.5.0Po-Chuan Hsieh2021-12-214-0/+29
| | | | | | | | An OpenStruct is a data structure, similar to a Hash, that allows the definition of arbitrary attributes with their accompanying values. This is accomplished by using Ruby's metaprogramming to define methods on the class itself. WWW: https://github.com/ruby/ostruct
* devel/rubygem-mutex_m: Add rubygem-mutex_m 0.1.1Po-Chuan Hsieh2021-12-214-0/+28
| | | | | | | When 'mutex_m' is required, any object that extends or includes Mutex_m will be treated like a Mutex. WWW: https://github.com/ruby/mutex_m
* devel/rubygem-fcntl: Add rubygem-fcntl 1.0.1Po-Chuan Hsieh2021-12-214-0/+32
| | | | | | | | | | | | Fcntl loads the constants defined in the system's <fcntl.h> C header file, and used with both the fcntl(2) and open(2) POSIX system calls. - To perform a fcntl(2) operation, use IO::fcntl. - To perform an open(2) operation, use IO::sysopen. The set of operations and constants available depends upon specific operating system. Some values listed below may not be supported on your system. WWW: https://github.com/ruby/fcntl
* devel/rubygem-aws-sdk-drs: Add rubygem-aws-sdk-drs 1.0.0Po-Chuan Hsieh2021-12-214-0/+30
| | | | | | | Official AWS Ruby gem for Elastic Disaster Recovery Service (drs). WWW: https://github.com/aws/aws-sdk-ruby WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-drs
* devel/rubygem-aws-sdk-appconfigdata: Add rubygem-aws-sdk-appconfigdata 1.0.0Po-Chuan Hsieh2021-12-214-0/+30
| | | | | | | Official AWS Ruby gem for AWS AppConfig Data. WWW: https://github.com/aws/aws-sdk-ruby WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appconfigdata
* www/py-pyjwt: Add py-pyjwt 2.3.0Po-Chuan Hsieh2021-12-215-1/+28
| | | | | | PyJWT is a Python implementation of RFC 7519. WWW: https://github.com/jpadilla/pyjwt
* textproc/py-mdurl: Add py-mdurl 0.1.0Po-Chuan Hsieh2021-12-215-0/+55
| | | | | | URL utilities for markdown-it parser. WWW: https://github.com/executablebooks/mdurl
* textproc/json2yaml: Add json2yaml 1.2.0Po-Chuan Hsieh2021-12-214-0/+33
| | | | | | | | | | Command line utilities to convert between JSON and YAML while preserving the order of associative arrays. Preserving the mapping order is helpful to humans reading the documents, despite not affecting their meaning. WWW: https://github.com/drbild/json2yaml
* */Makefile: Sort SUBDIRsPo-Chuan Hsieh2021-12-212-2/+2
|
* textproc/uni: upgrade to v2.4.0Thierry Thomas2021-12-212-13/+23
| | | | Release notes at <https://github.com/arp242/uni/releases/tag/v2.4.0>.
* japanese/font-hackgen{,-nerd}: Update to 2.5.3.Hajimu UMEMOTO2021-12-214-8/+8
|
* sysutils/acpi_call: fix build after src:df38ada2931fTomoaki AOKI2021-12-211-0/+12
| | | | | | | | | | error: use of undeclared identifier MAXPATHLEN sys/module.h SHALL be included AFTER sys/param.h PR: 260333 Reported by: junchoon@dec.sakura.ne.jp Approved by: gelraen.ua@gmail.com (maintainer, timeout 6 days)
* games/homura: Rename to suyimazu and update to 5.7Fernando Apesteguía2021-12-218-35/+35
| | | | | | | ChangeLog: https://codeberg.org/Alexander88207/Suyimazu/releases/tag/5.7 PR: 260521 Reported by: Alexander88207@protonmail.com (maintainer)
* japanese/font-plemoljp{,-hs,-nf}: Update to 1.2.3.Hajimu UMEMOTO2021-12-216-12/+12
|
* lang/snobol4: Update to 2.2.2Phil Budne2021-12-212-7/+4
| | | | | PR: 260405 Reported by: phil.budne@gmail.com (maintainer)
* finance/ticker: update to 4.4.3Robert Clausecker2021-12-212-40/+43
| | | | | | | | | | | Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.0 Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.1 Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.2 Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.3 ChangeLog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.4 PR: 260568 Reported by: fuz@fuz.su (maintainer)
* sysutils/py-concurrent-log-handler: Add new portLewis Cook2021-12-214-0/+33
| | | | PR: 256268
* print/R-cran-tinytex: Update to 0.36TAKATSU Tomonari2021-12-212-5/+5
|
* math/cln: unbreak on armv7Robert Clausecker2021-12-213-0/+43
| | | | | | | | | This patch fixes the build for math/cln on armv7 by patching some wrong declarations. It also hooks up the test suite to "make test". PR: 259854 Approved by: wen (maintainer timeout)
* bio-mocha: Build plugin against bcftools 1.14, the current portJason W. Bacon2021-12-212-5/+7
|
* dns/dnscontrol: Update to 3.13.1Bernhard Froehlich2021-12-212-6/+6
|
* security/vouch-proxy: Update to 0.36.0Bernhard Froehlich2021-12-212-6/+6
|
* multimedia/dtv-scan-tables: Update to 20211214Bernhard Froehlich2021-12-212-4/+4
|
* lang/fennel: Update to 1.0.0Joseph Mingrone2021-12-214-22/+20
| | | | | | | | | | | Port changes: Respect upstream's default behavior and install the fennel script rather than fennel-bin, the native binary. Upstream changes: https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#100--2021-11-14 Sponsored by: The FreeBSD Foundation
* devel/jenkins: Update to 2.326Li-Wen Hsu2021-12-212-4/+4
| | | | Sponsored by: The FreeBSD Foundation
* devel/p5-Moose: Update to 2.2201Wen Heping2021-12-212-5/+4
|
* devel/p5-Hash-MoreUtils: Update to 0.06Wen Heping2021-12-212-5/+5
|
* devel/p5-Config-Model: Update to 2.147Wen Heping2021-12-212-4/+4
|
* security/vuxml: Document mediawiki multiple vulnerabilitiesWen Heping2021-12-211-0/+50
|
* multimedia/plexmediaserver: Update deprecated CPE informationBernhard Froehlich2021-12-211-1/+1
| | | | Approved by: portmgr (blanket)
* mail/isync: Update deprecated CPE informationBernhard Froehlich2021-12-211-1/+1
| | | | Approved by: portmgr (blanket)
* www/wt: Fix invalid CPE informationBernhard Froehlich2021-12-211-0/+1
| | | | Approved by: portmgr (blanket)
* www/wget2: Fix invalid CPE informationBernhard Froehlich2021-12-211-0/+1
| | | | Approved by: portmgr (blanket)
* sysutils/libptytty: Remove invalid CPE informationBernhard Froehlich2021-12-211-2/+1
| | | | Approved by: portmgr (blanket)
* www/element-web: Add CPE informationBernhard Froehlich2021-12-211-0/+4
| | | | Approved by: portmgr (blanket)
* www/cinny: Add CPE informationBernhard Froehlich2021-12-211-0/+4
| | | | Approved by: portmgr (blanket)
* security/olm: Add CPE informationBernhard Froehlich2021-12-211-1/+3
| | | | Approved by: portmgr (blanket)