Created attachment 186473 [details] patch file * Remove ftp.dti.ad.jp from MASTER_SITES. It is unavailable for a log time. * To fix fatal or warning messages of portlint, - Regenerate patches by 'make makepatch'. - Reorder several variable definitions in Makefile. - Replace 'EXTRACT_SUFX=.tgz' with 'USES=tar.tgz'. - Unmute commands in pre-install and post-install targets. - Replace deprecated @unexec with @preunexec in pkg-plist. - Remove unnecessary '@exec mkdir -p %D/libexec/openldap' line from pkg-plist.
I'm not sure if PORTREVISION should be bumped because of pkg-plist change. So if it is necessary please do it when committing.
A commit references this bug: Author: delphij Date: Wed Sep 27 05:52:54 UTC 2017 New revision: 450715 URL: https://svnweb.freebsd.org/changeset/ports/450715 Log: Use @preunexec in favor of the deprecated @unexec. PR: ports/222405 Submitted by: Yasuhiro KIMURA <yasu utahime org> Changes: head/net/openldap24-server/pkg-plist
A commit references this bug: Author: delphij Date: Wed Sep 27 05:56:07 UTC 2017 New revision: 450716 URL: https://svnweb.freebsd.org/changeset/ports/450716 Log: Remove ftp.dti.ad.jp from MASTER_SITES. It is unavailable for a log time. PR: ports/222405 Submitted by: Yasuhiro KIMURA Changes: head/net/openldap24-server/Makefile
A commit references this bug: Author: delphij Date: Wed Sep 27 06:01:23 UTC 2017 New revision: 450717 URL: https://svnweb.freebsd.org/changeset/ports/450717 Log: Replace 'EXTRACT_SUFX=.tgz' with 'USES=tar.tgz'. PR: ports/222405 Submitted by: Yasuhiro KIMURA <yasu utahime org> Changes: head/net/openldap24-server/Makefile
A commit references this bug: Author: delphij Date: Wed Sep 27 06:15:07 UTC 2017 New revision: 450718 URL: https://svnweb.freebsd.org/changeset/ports/450718 Log: There is no MODULES options, remove it. PR: ports/222405 Submitted by: Yasuhiro KIMURA <yasu utahime org> Changes: head/net/openldap24-server/Makefile
A commit references this bug: Author: delphij Date: Wed Sep 27 06:31:15 UTC 2017 New revision: 450720 URL: https://svnweb.freebsd.org/changeset/ports/450720 Log: Unmute all commands at install stage. PR: ports/222405 Submitted by: Yasuhiro KIMURA <yasu utahime org> Changes: head/net/openldap24-server/Makefile
A commit references this bug: Author: delphij Date: Wed Sep 27 06:40:50 UTC 2017 New revision: 450721 URL: https://svnweb.freebsd.org/changeset/ports/450721 Log: Remove unnecessary '@exec mkdir -p %D/libexec/openldap' line from pkg-plist. PR: ports/222405 Submitted by: Yasuhiro KIMURA <yasu utahime org> Changes: head/net/openldap24-server/Makefile head/net/openldap24-server/pkg-plist
A commit references this bug: Author: delphij Date: Wed Sep 27 06:58:00 UTC 2017 New revision: 450722 URL: https://svnweb.freebsd.org/changeset/ports/450722 Log: Reorder several variable definitions in Makefile. PR: ports/222405 Submitted by: Yasuhiro KIMURA <yasu utahime org> Changes: head/net/openldap24-server/Makefile
Thanks for your submission. I have merged most of the proposed change except patch changes (some of these are intentionally grouped together).