Bug 215538 - [PATCH] math/gnuplot: make gnuplotrc into a sample to prevent mismatched checksum messages.
Summary: [PATCH] math/gnuplot: make gnuplotrc into a sample to prevent mismatched chec...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Greg Lewis
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-12-24 15:33 UTC by rsmith
Modified: 2017-01-03 01:22 UTC (History)
0 users

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


Attachments
patch for the port directory. (2.45 KB, patch)
2016-12-24 15:33 UTC, rsmith
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rsmith 2016-12-24 15:33:30 UTC
Created attachment 178250 [details]
patch for the port directory.

In my daily reports, I see:

    Checking for packages with mismatched checksums:
    gnuplot-5.0.5: /usr/local/share/gnuplot/5.0/gnuplotrc

This is because I use a custom gnuplotrc.

To fix this, I changed the Makefile and plist to make gnuplotrc into a @sample. Additionally, regenerated the patches and rebuilt the distinfo to pet portlint.

The port with the attached patch was succesfully tested according to procedure laid out in the porters handbook. Some portlint warnings were fixed.

Because of the plist change, I set PORTREVISION.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-01-03 01:15:21 UTC
A commit references this bug:

Author: glewis
Date: Tue Jan  3 01:14:55 UTC 2017
New revision: 430431
URL: https://svnweb.freebsd.org/changeset/ports/430431

Log:
  . Turn gnuplotrc into a sample to avoid complaints if one customises it.

  PR:		215538
  Submitted by:	rsmith@xs4all.nl

Changes:
  head/math/gnuplot/Makefile
  head/math/gnuplot/pkg-plist
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-01-03 01:22:28 UTC
A commit references this bug:

Author: glewis
Date: Tue Jan  3 01:21:31 UTC 2017
New revision: 430433
URL: https://svnweb.freebsd.org/changeset/ports/430433

Log:
  . Pet portlint.

  PR:		215538
  Submitted by:	rsmith@xs4all.nl

Changes:
  head/math/gnuplot/distinfo
  head/math/gnuplot/files/patch-docs-Makefile.in
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2017-01-03 01:22:57 UTC
Committed, thanks.