Bug 237279 - graphics/vigra: Fix typo
Summary: graphics/vigra: Fix typo
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: Koichiro Iwao
URL:
Keywords: easy, patch
Depends on:
Blocks:
 
Reported: 2019-04-14 09:53 UTC by Darren Mulligan
Modified: 2019-04-15 13:15 UTC (History)
1 user (show)

See Also:
meta: merge-quarterly?


Attachments
Patch to fix typo (396 bytes, patch)
2019-04-14 09:53 UTC, Darren Mulligan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Mulligan 2019-04-14 09:53:01 UTC
Created attachment 203666 [details]
Patch to fix typo

Patch fixes misspelled line. PNG_LIB_DPEENDS -> PNG_LIB_DEPENDS.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-14 14:00:41 UTC
A commit references this bug:

Author: meta
Date: Sun Apr 14 14:00:20 UTC 2019
New revision: 498905
URL: https://svnweb.freebsd.org/changeset/ports/498905

Log:
  graphics/vigra: Fix typo s/DPEENDS/DEPENDS/

  PR:		237279
  Submitted by:	Darren Mulligan <fixer@bsdmail.com>
  MFH:		2019Q2

Changes:
  head/graphics/vigra/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-04-14 14:08:49 UTC
A commit references this bug:

Author: meta
Date: Sun Apr 14 14:08:04 UTC 2019
New revision: 498906
URL: https://svnweb.freebsd.org/changeset/ports/498906

Log:
  Bump PORTREVISION to force rebuild with correct dependency

  PR:		237279
  MFH:		2019Q2

Changes:
  head/graphics/vigra/Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-04-15 13:01:18 UTC
A commit references this bug:

Author: meta
Date: Mon Apr 15 13:01:14 UTC 2019
New revision: 499021
URL: https://svnweb.freebsd.org/changeset/ports/499021

Log:
  MFH: r498905

  graphics/vigra: Fix typo s/DPEENDS/DEPENDS/

  PR:		237279
  Submitted by:	Darren Mulligan <fixer@bsdmail.com>

  Approved by:	portmgr (miwi)

Changes:
_U  branches/2019Q2/
  branches/2019Q2/graphics/vigra/Makefile
Comment 4 commit-hook freebsd_committer freebsd_triage 2019-04-15 13:13:32 UTC
A commit references this bug:

Author: meta
Date: Mon Apr 15 13:12:36 UTC 2019
New revision: 499023
URL: https://svnweb.freebsd.org/changeset/ports/499023

Log:
  MFH: r498906

  Bump PORTREVISION to force rebuild with correct dependency

  PR:		237279

  Approved by:	portmgr (miwi)

Changes:
_U  branches/2019Q2/
  branches/2019Q2/graphics/vigra/Makefile
Comment 5 Koichiro Iwao freebsd_committer freebsd_triage 2019-04-15 13:15:06 UTC
Committed, thanks!