Commit graph

463952 commits

Author SHA1 Message Date
Baptiste Daroussin
d09e2cc69f Update to 20161207
Reported by:	repology
Obtained from:	ravenports
2019-01-03 10:59:15 +00:00
Niclas Zeising
c61a68bcf7 x11-drivers/xf86-video-r128: Update to 6.12.0
Add USES=gl
2019-01-03 10:50:22 +00:00
Niclas Zeising
fb3b43af71 x11-drivers/xf86-video-neomagic: Update to 1.3.0 2019-01-03 10:48:58 +00:00
Niclas Zeising
ce29517160 x11-drivers/xf86-video-mga: Update to 2.0.0
Add USES=gl
Remove patches incorporated upstream.
2019-01-03 10:48:14 +00:00
Niclas Zeising
cf4ab7c081 x11-drivers/xf86-video-i740: Update to 1.4.0 2019-01-03 10:47:36 +00:00
Niclas Zeising
9a69950009 x11-drivers/xf86-video-i128: Update to 1.4.0
Remove no longer needed patch.
2019-01-03 10:46:55 +00:00
Niclas Zeising
4d22f60886 x11-drivers/xf86-video-chips: Update to 1.3.0 2019-01-03 10:46:11 +00:00
Lars Engels
fe84202da9 net-mgmt/icinga-core
Icinga 1.x was EOL'ed by upstream on 2018-12-31.
Add a deprecation warning and expiration date in a month.
2019-01-03 10:06:45 +00:00
Baptiste Daroussin
1204b89037 Update to 20180812.1 2019-01-03 09:57:41 +00:00
Lars Engels
12fe0b5dab devel/lasi: Drop maintainership 2019-01-03 09:50:58 +00:00
Jochen Neumeister
a446e41e0c Update to 2.2.111
Changelog:
- This version updates core .htaccess files to be compatible with both Apache 2.4 and earlier versions, and the variable $DenyHtaccessContent was added with the updated content. In case of difficulties or questions please contact us.
- A CSS value in the pmwiki-responsive skin was fixed. The MarkupExpression {(ftime )} now accepts tz= (time zone) and locale= (language locale) arguments. The documentation was updated.

Sponsored by:	Netzkommune GmbH
2019-01-03 09:37:33 +00:00
Lars Engels
6b7566d0bd x11-fm/mucommander:
- Update to 0.9.3
- Switch MASTER_SITE to Github
- Depend on Java 1.8+
- Pet portlint

MFH:		2019Q1
2019-01-03 09:36:54 +00:00
Tobias Kortkamp
37205bd5bc Take x11-toolkits/granite 2019-01-03 09:32:54 +00:00
Dmitry Marakasov
403551d54a - Update WWW
- Cleanup pkg-descr

Approved by:	portmgr blanket
2019-01-03 09:30:22 +00:00
Jochen Neumeister
6063340b5f Update to 2.5.4
Sponsored by:	Netzkommune GmbH
2019-01-03 09:05:15 +00:00
Dmitry Marakasov
521d944833 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2019-01-03 09:00:23 +00:00
Tobias Kortkamp
dcea8ac4b2 devel/ccls: Update to 0.20181225.3 2019-01-03 08:56:59 +00:00
Baptiste Daroussin
47c7d57be1 Update to 0.10.10 2019-01-03 08:55:08 +00:00
Lars Engels
2bb7b8bf6d games/bass:
- Update WWW
- Update MASTER_SITES
- Pet portlint
2019-01-03 08:54:44 +00:00
Tobias Kortkamp
47cb9b1cc8 databases/mantis: Update to 2.19.0
Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.19.0
MFH:		2019Q1 (bug fixes)
2019-01-03 08:50:22 +00:00
Lars Engels
37470803af net-mgmt/aircrack-ng:
- Update to 1.5.2 (Bugfix release)
- Changelog: https://aircrack-ng.blogspot.com/2018/12/aircrack-ng-152.html

Reported by:	https://repology.org/
MFH:		2019Q1
2019-01-03 08:46:24 +00:00
Wen Heping
069a43e2d1 - Update to 0.32 2019-01-03 06:29:59 +00:00
Wen Heping
c8a24ccc86 - Update to 0.55
PR:		233977
Submitted by:	svysh.fbsd@gmail.com(maintainer)
2019-01-03 06:27:01 +00:00
Jan Beich
db68203e54 lang/rust-nightly: skip optional tools on bustage
As r488649 and r489131 have shown upstream doesn't block Nightly
updates on errors in optional components. Do the same to avoid lagging
behind updates or the package disappearing due to undertesting.

src/bootstrap/dist.rs
1150:        }).or_else(|| { missing_tool("RLS", builder.build.config.missing_tools); None })?;
1229:        }).or_else(|| { missing_tool("clippy", builder.build.config.missing_tools); None })?;
1233:        }).or_else(|| { missing_tool("cargo clippy", builder.build.config.missing_tools); None })?;
1310:        }).or_else(|| { missing_tool("Rustfmt", builder.build.config.missing_tools); None })?;
1314:        }).or_else(|| { missing_tool("Cargofmt", builder.build.config.missing_tools); None })?;
2019-01-03 04:26:07 +00:00
Jan Beich
6b7b53cc14 lang/rust-nightly: unbreak after r489123
error[E0621]: explicit lifetime required in the type of `msg`
   --> src/tools/rls/src/server/mod.rs:185:21
    |
173 |       fn dispatch_message(&mut self, msg: &RawMessage) -> Result<(), jsonrpc::Error> {
    |                                           ----------- help: add explicit lifetime `'static` to the type of `msg`: `&'static server::message::RawMessage`
...
185 |                       <$n_action as LSPNotification>::METHOD => {
    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime `'static` required
...
259 | /         match_action!(
260 | |             msg.method;
261 | |             notifications:
262 | |                 notifications::Initialized,
...   |
287 | |                 requests::CodeLensRequest;
288 | |         );
    | |__________- in this macro invocation
2019-01-03 03:49:57 +00:00
Wen Heping
4a630c6a99 - Update to 0.41 2019-01-03 03:09:07 +00:00
Wen Heping
38eec44f39 - Update to 1.11 2019-01-03 03:02:51 +00:00
Wen Heping
9863c9d89d - Update to 0.10 2019-01-03 02:55:50 +00:00
Wen Heping
26c697c282 - Update to 1.05 2019-01-03 02:51:37 +00:00
Wen Heping
a29eb91fd8 - Update to 0.61 2019-01-03 02:49:20 +00:00
Wen Heping
d4b4372f3c - Update to 1.62 2019-01-03 02:45:29 +00:00
Niclas Zeising
8a70fa9357 graphics/goxel: Update to 0.8.2
- update to 0.8.2
- DESKTOP_ENTRIES instead of desktop file
- USES+=gnome gl
- patched build to detect clang instead of setting clang, should fix
  build on gcc architectures (powerpc64)

PR:		234277
Submitted by:	Greg V (maintainer)
2019-01-03 01:08:22 +00:00
Jan Beich
a2144b09cd lang/rust-nightly: update to 1.33.0.20190103
Changes:	9eac386342...ec194646fe
2019-01-03 00:40:37 +00:00
Jan Beich
3ba725c7cd multimedia/aom: update to 1.0.0.1119
Changes:	https://aomedia.googlesource.com/aom/+log/a1ebb57ec..d5672a37f
2019-01-03 00:21:11 +00:00
Jan Beich
f0de4d65b0 games/openbor: update to 6590
Changes:	dc2161e6...081f80cb
2019-01-03 00:21:00 +00:00
Jan Beich
7e06c19658 emulators/rpcs3: update to 0.0.5.7652
Changes:	a4f67ccb8...37c621ebb
2019-01-03 00:20:50 +00:00
Sunpoet Po-Chuan Hsieh
086b820f0c Fix version display
PR:		234474
Submitted by:	romain
2019-01-02 23:58:58 +00:00
Sunpoet Po-Chuan Hsieh
b3e56ee3be Fix Perl 5.28+ warning
PR:		234464
Submitted by:	Risto <toivonenristo@netscape.net>
2019-01-02 23:58:53 +00:00
Sunpoet Po-Chuan Hsieh
2d27ebe82a Fix build on powerpc64
PR:		234378
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-01-02 23:58:48 +00:00
Sunpoet Po-Chuan Hsieh
13a3a5a774 Update to 1.2018.9
Changes:	https://github.com/tzinfo/tzinfo-data/releases
2019-01-02 23:58:43 +00:00
Sunpoet Po-Chuan Hsieh
b082699a8f Update to 0.3.8
Changes:	https://github.com/liufengyun/hashdiff/blob/master/changelog.md
2019-01-02 23:58:37 +00:00
Sunpoet Po-Chuan Hsieh
e035c91953 Sort RUN_DEPENDS 2019-01-02 23:58:32 +00:00
Sunpoet Po-Chuan Hsieh
b79185e8dc Update to 0.2.1
Changes:	https://github.com/RazerM/parver/blob/master/CHANGELOG.md
2019-01-02 23:58:27 +00:00
Sunpoet Po-Chuan Hsieh
6caf333c3e Update to 3.85.3
Changes:	https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
2019-01-02 23:58:22 +00:00
Sunpoet Po-Chuan Hsieh
f303aa7064 Update to 2.1.1
- Add missing RUN_DEPENDS
- Take maintainership

Changes:	https://github.com/magnuswatn/certsrv/releases
2019-01-02 23:58:16 +00:00
Sunpoet Po-Chuan Hsieh
60cfb1b5bf Remove expired IGNORE_WITH_PHP=56 2019-01-02 23:58:11 +00:00
Sunpoet Po-Chuan Hsieh
2453ad2260 Remove expired IGNORE_WITH_PHP=56 2019-01-02 23:58:06 +00:00
Sunpoet Po-Chuan Hsieh
5cb21a13dd Remove expired IGNORE_WITH_PHP=56 2019-01-02 23:58:01 +00:00
Sunpoet Po-Chuan Hsieh
a220d72f57 Remove expired IGNORE_WITH_PHP=56 2019-01-02 23:57:56 +00:00
Sunpoet Po-Chuan Hsieh
374d3d2b3c Remove expired IGNORE_WITH_PHP=56 2019-01-02 23:57:51 +00:00