Bug 209834 - misc/qt5-examples: remove superfluous pkg-descr file
Summary: misc/qt5-examples: remove superfluous pkg-descr file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-29 11:32 UTC by Marie Loise Nolden
Modified: 2016-05-29 11:35 UTC (History)
3 users (show)

See Also:
pi: maintainer-feedback+


Attachments
svn diff against head removing pkg-descr (819 bytes, patch)
2016-05-29 11:32 UTC, Marie Loise Nolden
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marie Loise Nolden 2016-05-29 11:32:25 UTC
Created attachment 170789 [details]
svn diff against head removing pkg-descr

The Makefile already contains

DESCR=          ${.CURDIR:H:H}/devel/qt5/pkg-descr

so this is a duplicate file of the initial port. Change has already been made in area51 ports by tcberner:

Am Sonntag, 29. Mai 2016, 02:50:41 schrieb Tobias Berner:
> SVN commit 12615 by tcberner:
> 
> Remove redundant pkg-descr file
> 
>  D             pkg-descr
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-05-29 11:35:34 UTC
A commit references this bug:

Author: pi
Date: Sun May 29 11:35:26 UTC 2016
New revision: 416095
URL: https://svnweb.freebsd.org/changeset/ports/416095

Log:
  misc/qt5-examples: remove superfluous pkg-descr file

  PR:		209834
  Submitted by:	nolden@kde.org (kde)

Changes:
  head/misc/qt5-examples/pkg-descr
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-29 11:35:44 UTC
Committed, thanks for the hint.