- update to 1.2.2
- switch to CHEESESHOP (upstream moved development from SF)
- define LICENSE (LGPL21)
- switch to distutils from manual installation; utilize autoplist
- limit python version to 2.x, add NO_ARCH
- pass maintainership to python@
p5-Scalar-List-Utils is only used for Sub::Util, which shipped with perl5.22.
Only register the dependency on older perls, and register against the version
that is equivalent to perl5.22's version rather than just >=0.
MFH: 2016Q1
but not required. They provide extra tests that are enabled when activated via
an environment variable, or whether p5-strictures determines that you are a
module author.
Add the ability to disable them with an option that defaults to on.
- Transfer MAINTAINER from ports@ to submitter
- Update LICENSE
- Switch from GOOGLE_CODE to USE_GITHUB; use the maintainer's repository
- While here, convert to conditional docs target
- Expand on pkg-descr
- MFH as the original upstream version seg faults upon winning a game and
the maintainer is now a co-maintainer with the upstream project
PR: 205052
Submitted by: Randy Westlund <rwestlun@gmail.com> (incoming maintainer)
Reviewed by: amdmi3 (earlier version)
MFH: 2016Q1
- update to 15.10. This release brings locale detection bug
- update master site - they do not upload new releases to SF anymore
- add LICENSE_FILE
- replace CFLAGS/LDFLAGS with USES=localbase
PR: 207006
Submitted by: rm@
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006
MySQL 5.7 changes lib_r from mysqlclient_r to mysqlclient which causes
packages which don't correctly use mysql_config to determine library
locations to fail due to missing -lmysqlclient_r.
As there are quite a few ports, most of which will require upstream fixes
for now we create symlinks so said ports build without issue.
PR: 206805
Reviewed by: Mahdi Mokhtari (maintainer)
Approved by: koobs (ports)
MFH: 2016Q1
Sponsored by: Multiplay
The TERMCAP option avoided linking with libcurses (which is symlinked to
libncurses) in order to link with libtermcap (which is also symlinked to
libncurses).
Remove the TERMCAP option completely and link directly to libncurses in
any case.
PR: 206947
approved by: jpaetzel@ (maintainer)