- Remove dead entry from MASTER_SITES
- Add stage support
- Drop unneeded JAVA_VERSION
- Convert NOPORTDOCS to option
- Amend COMMENT, update WWW
java/jrosetta:
- Add stage support
- Drop JAVA_VERSION
math/jlatexmath:
- Remove dead entry from MASTER_SITES
- Add stage support
- Drop JAVA_VERSION
- Use options helpers
. assumig the following code is intended, add a run time dependency
upon textproc/gsed:
----- foo2zjs-pstops.sh -----
case `uname -s` in
FreeBSD) sed=gsed;;
-----
. bump PORTREVISION.
Reported by: stb@ (at freebsd-ports@)
MFH: 2014Q2
- Disable hdf5 support (science/hdf-java is broken after recent update) and
remove BROKEN
- Take maintainership. Not that I do have time to properly maintain the port,
but I can assist with updates.
- Convert to USES=libtool.
- Remove some remnants from older versions:
- Don't set an so-version for libmnogosearch-3.4.so. It's not needed
and libmnogocharset-3.4.so doesn't have one either.
- Use new LIB_DEPENDS syntax.
- Replace NOPORTDOCS with PORT_OPTIONS.
- Replace STRIP_CMD with INSTALL_TARGET=install-strip.
- Don't cat pkg-message in post-install.
- Remove pkg-install script.
PR: ports/188975
Approved by: crees (maintainer)
- Remove DEPRECATED, EXPIRATION_DATE
- Add license (MIT)
- Support STAGEDIR
- Add post-extract to fix MAN
- Add DOCS and Option
- Please don't deprecate so easily next time,
this port was not hard to fix.
and php-ldap are optional, but bring in a lot of other stuff.
Turn them, along with php-exif and php-ssl, into OPTIONS. Default
them to ON, so the default package will be unchanged. No PORTREVISION
bump.
PR: ports/187914
Approved by: maintainer timeout (1 month)
- bumps up PORTEPOCH because of weird versioning
- add LICENSE
- add dependency on tkabber-1.1
- add pkg-message to describe how to use plugins
- pass maintainership to submitter
PR: 188257
Submitted by: Mikhail <mp39590@gmail.com>
Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
- add several new CATEGORIES to the port
- add LICENSE
- cleanup RUN_DEPENDS to reflect minimal requirements
- add customization through OptionsNG
- add pkg-message to better describe port functionality
- pass maintainership to submitter
PR: 188256
Submitted by: Mikhail <mp39590@gmail.com>
Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
when doing plist checks. This could leak out if an unsupported format
was used such as 'rmdir -p' or 'rmdir dir1 dir2 dir3'
With hat: portmgr
Reported by: antoine
Pointyhat to: bdrewery