Bug 220900 - deskutils/tpb: Fix invalid sysctl oid, Take MAINTAINER'ship
Summary: deskutils/tpb: Fix invalid sysctl oid, Take MAINTAINER'ship
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: Eugene Grosbein
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-07-21 11:25 UTC by Dmitry Lukhtionov
Modified: 2017-07-23 14:05 UTC (History)
1 user (show)

See Also:
eugen: merge-quarterly+


Attachments
Correct invalid sysctl oid "dec.acpi_ibm.0.volume" (490 bytes, patch)
2017-07-21 11:25 UTC, Dmitry Lukhtionov
no flags Details | Diff
Update port version (241 bytes, patch)
2017-07-21 11:27 UTC, Dmitry Lukhtionov
no flags Details | Diff
Update port version and change MAINTAINER (389 bytes, patch)
2017-07-21 11:28 UTC, Dmitry Lukhtionov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Lukhtionov 2017-07-21 11:25:02 UTC
Created attachment 184568 [details]
Correct invalid sysctl oid "dec.acpi_ibm.0.volume"

Correct invalid sysctl oid "dec.acpi_ibm.0.volume"
Comment 1 Dmitry Lukhtionov 2017-07-21 11:27:21 UTC
Created attachment 184569 [details]
Update port version
Comment 2 Dmitry Lukhtionov 2017-07-21 11:28:50 UTC
Created attachment 184570 [details]
Update port version and change MAINTAINER
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-07-22 08:04:21 UTC
A commit references this bug:

Author: eugen
Date: Sat Jul 22 08:04:10 UTC 2017
New revision: 446371
URL: https://svnweb.freebsd.org/changeset/ports/446371

Log:
  - Fix volume control for TPB by correcting typing error:
  replace wrong "dec.acpi_ibm.0.volume" with right "dev.acpi_ibm.0.volume"
  - assign submitter as maintainer for this unmaintained port
  - bump PORTREVISION.

  PR:		220900
  Submitted by:	Dmitry Luhtionov
  Approved by:	az (mentor)
  MFH:		2017Q3

Changes:
  head/deskutils/tpb/Makefile
  head/deskutils/tpb/files/patch-src-tpb.c
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-07-23 14:01:05 UTC
A commit references this bug:

Author: eugen
Date: Sun Jul 23 14:00:44 UTC 2017
New revision: 446476
URL: https://svnweb.freebsd.org/changeset/ports/446476

Log:
  MFH: r446371

  - Fix volume control for TPB by correcting typing error:
  replace wrong "dec.acpi_ibm.0.volume" with right "dev.acpi_ibm.0.volume"
  - assign submitter as maintainer for this unmaintained port
  - bump PORTREVISION.

  PR:		220900
  Submitted by:	Dmitry Luhtionov
  Approved by:	az (mentor)
  Approved by:	ports-secteam

Changes:
_U  branches/2017Q3/
  branches/2017Q3/deskutils/tpb/Makefile
  branches/2017Q3/deskutils/tpb/files/patch-src-tpb.c
Comment 5 Eugene Grosbein freebsd_committer freebsd_triage 2017-07-23 14:05:58 UTC
Committed and merged to 2017Q3. Thank you for submission.