This port was in bad shape!
1) It had a MASTER_SITES definition pointing to a FreeBSD mirror. This
was a circular dependency that broke when the "real" master site
domain disappeared. Fix this by hosting at LOCAL/MARINO
2) The kai-pc ttf font was never installed (always broken)
3) It broke (more) with recent chinese font work
4) It included makefile.tty by absolute ${PORTDIR} instead of
correct ${.CURDIR}, which also unnecessarily required <pre>, <post>
5) It wasn't staged
So fix all that. Also improve efficiency of staging by copying directly
from distfiles to stage directory instead of first copying to WRKSRC then
STAGEDIR. The post-install target is no longer needed, nor is the
pkg-plist file.
Update to 2.0.3
Add options for the extra (deprecated) command-line utilities
From ChangeLog.txt:
- Fix defect that doesn't allow adding station locations if only a single
callsign certificate is installed.
Thanks Kenji!
PR: ports/191871
This module is useful if you manage data which has a lot of on/off attributes
like active, inactive, deleted, important, etc. If you do not want to add an
extra column for each of those attributes you can easily specify them in one
integer column.
A bit field is a way to store multiple bit values on one integer field.
The main benefit from this module is that you can add additional attributes
to your result class whithout the need to deploy or change the schema on the
data base.
WWW: http://search.cpan.org/dist/DBIx-Class-BitField/
Changes:
- Fix bug in upgrade repos schemas from 1.2 [1]
- Fix repos downgrade sql
- Add -r (--recursive) flag to pkg-audit that makes pkg-audit to print all
reverse dependencies of vulnerable packages. This allows users to
upgrade or reinstall potentially vulnerable packages.
- Rework pkg-audit to support pkg names without versions
- pkg-audit now supports multiple patterns in the command line
- Do not throw failed assertion if pattern is empty in [r]query
- Fix symlinks checksum verification in pkg-delete
- Fix bug in libucl variables parsing code
- Add --raw-format to info/search
- Ignore not top level packages with missing fields (for example, missing dependencies)
- Make dependency missing message more informative [1]
- Introduce mirror mode for pkg-fetch
- Add -o flag to pkg-fetch to specify mirroring output directory
Found by: az [1]
With hat: pkg@
- Use USES=libtool
- Fix USE_PYTHON
- Convert to new options helper
- Bump PORTREVISION for package change
- Do not hard-coded PORTVERSION in PLIST
- Bump PORTREVISION for graphics/geos shlib change