Bug 222405 - net/openldap24-server: Update MASTER_SITES and fix fatal or warning messages of portlint
Summary: net/openldap24-server: Update MASTER_SITES and fix fatal or warning messages ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-17 16:01 UTC by Yasuhiro Kimura
Modified: 2017-09-28 05:07 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (delphij)


Attachments
patch file (20.11 KB, patch)
2017-09-17 16:01 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2017-09-17 16:01:22 UTC
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.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2017-09-17 16:07:38 UTC
I'm not sure if PORTREVISION should be bumped because of pkg-plist change. So if it is necessary please do it when committing.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-09-27 05:53:40 UTC
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
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-09-27 05:56:46 UTC
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
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-09-27 06:01:51 UTC
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
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-09-27 06:16:04 UTC
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
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-09-27 06:32:18 UTC
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
Comment 7 commit-hook freebsd_committer freebsd_triage 2017-09-27 06:41:27 UTC
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
Comment 8 commit-hook freebsd_committer freebsd_triage 2017-09-27 06:58:44 UTC
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
Comment 9 Xin LI freebsd_committer freebsd_triage 2017-09-28 05:07:45 UTC
Thanks for your submission.  I have merged most of the proposed change except patch changes (some of these are intentionally grouped together).