Bug 191926 - [maintainer] textproc/extract_url: fix sample configuration file in pkg-plist
Summary: [maintainer] textproc/extract_url: fix sample configuration file in pkg-plist
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: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-17 14:45 UTC by Horia Racoviceanu
Modified: 2014-07-28 20:54 UTC (History)
1 user (show)

See Also:


Attachments
Fix sample configuration file in pkg-plist (1.99 KB, patch)
2014-07-17 14:45 UTC, Horia Racoviceanu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Horia Racoviceanu 2014-07-17 14:45:12 UTC
Created attachment 144756 [details]
Fix sample configuration file in pkg-plist

- Bump PORTREVISION
- Change pkg-plist, remove construct for .sample since this port doesn't install
  a working configuration file by default
- Change pkg-message, point out that the user must copy and edit the
  configuration file before the software will work
- Move pkg-plist to Makefile, only 3 files
- Break lines at around 80 characters

Build log:
https://redports.org/buildarchive/20140716223741-33635/
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-28 20:54:11 UTC
A commit references this bug:

Author: marino
Date: Mon Jul 28 20:54:05 UTC 2014
New revision: 363256
URL: http://svnweb.freebsd.org/changeset/ports/363256

Log:
  textproc/extract_url: Fix sample config file in pkg-plist

    * remove construct for .sample this this port doesn't install a
      working config file by default
    * update pkg-message to tell the user to copy the provided sample file
      to $HOME and edit accordingly
    * Fix plist
    * Respect 80-column limit

  PR:		191926
  Submitted by:	maintainer (Horia Racoviceanu)

Changes:
  head/textproc/extract_url/Makefile
  head/textproc/extract_url/files/pkg-message.in
  head/textproc/extract_url/pkg-plist
Comment 2 John Marino freebsd_committer freebsd_triage 2014-07-28 20:54:57 UTC
Done!