- Use INSTALL_DATA (rather than CP) to install files
- Bump PORTREVISION (packing list has changed)
PR: 97698 (follow-up)
Submitted by: hq
Approved by: maintainer
- Use DISTVERSION to avoid complex substitutions in DISTNAME
- Use DATADIR=${JAVASHAREDIR}/${PORTNAME}
- Use SUB_FILES to configure launcher shell script
- Set JAVA_VERSION in launcher shell script
- Use 'exec' to launch JVM (as encouraged in the Porter's Handbook)
- Remove port name from COMMENT
- Do not mkdir ${JAVAJARDIR} (it is part of mtree now)
- Use %%DATADIR%% and %%JAVAJARDIR%% in pkg-plist
- Add $FreeBSD$ tags
- Bump PORTREVISION
PR: 97698
Submitted by: hq
Approved by: maintainer
ThatIP protocol version 1.1 to send DNS update requests. It manages DNS
records, update history, and allows for per record configuration. It also
includes a wizard for generation of configuration files.
PR: ports/62760
Submitted by: Dan Smith <dan@algenta.com>