Bug 226535 - [MAINTAINER] misc/owrep: upgrade to 1.2 and minor fixes
Summary: [MAINTAINER] misc/owrep: upgrade to 1.2 and minor fixes
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: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-11 18:54 UTC by Bob Eager
Modified: 2018-03-11 19:34 UTC (History)
1 user (show)

See Also:


Attachments
Patches to files in port directory (2 new files) (4.99 KB, patch)
2018-03-11 18:54 UTC, Bob Eager
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Eager 2018-03-11 18:54:51 UTC
Created attachment 191428 [details]
Patches to files in port directory (2 new files)

Upgrade to owrep 1.2, which fixes a rare crash.

Also other port fixes (see PR 223801):
- remove dubious use of %%ETCDIR%% and replace with correct path and @sample
- simplified port; install now done with correct macros in port Makefile
- fixed hard coded /usr/local/etc in program source and man page
- updated pkg-descr to point to new website

Tested on 11.0, 11.1 and 12-CURRENT (i386).

New files:
files/patch-owrep.1
files/patch-owrep.c
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-11 19:33:53 UTC
A commit references this bug:

Author: tobik
Date: Sun Mar 11 19:33:01 UTC 2018
New revision: 464195
URL: https://svnweb.freebsd.org/changeset/ports/464195

Log:
  misc/owrep: Update to 1.2

  - Make PREFIX-safe

  PR:		223801, 226535
  Submitted by:	bob@eager.cx (maintainer)

Changes:
  head/misc/owrep/Makefile
  head/misc/owrep/distinfo
  head/misc/owrep/files/patch-Makefile
  head/misc/owrep/pkg-descr
  head/misc/owrep/pkg-plist
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2018-03-11 19:34:07 UTC
Committed. Thanks!

I did not commit the two new patches because we can just replace /usr/local
with ${PREFIX} directly instead.