Bug 203362

Summary: www/mythplugin-mythweb: Update perl location.
Product: Ports & Packages Reporter: eborisch+FreeBSD
Component: Individual Port(s)Assignee: Bernhard Froehlich <decke>
Status: Closed FIXED    
Severity: Affects Only Me CC: dbaio, decke
Priority: --- Flags: bugzilla: maintainer-feedback? (decke)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mythplugin-mythweb-0.28-v02.patch
none
mythplugin-mythweb-0.28-v02.patch dbaio: maintainer-approval? (decke)

Description eborisch+FreeBSD 2015-09-26 04:19:37 UTC
All of the .pl files in this port need their shebang line changed from:

#!/usr/bin/perl

to:

#!/usr/local/bin/perl

Following UPDATING:20150513.
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2016-08-27 14:09:28 UTC
Created attachment 174124 [details]
mythplugin-mythweb-0.28-v02.patch


- Add SHEBANGFIX on perl files
- Update to 0.28
- Add License
- Set permissions on pkg-plist

portlint: OK (looks fine.)
testport: 
	poudriere: i386,  10.3 (OK)
	poudriere: amd64, 10.3 (OK)
	poudriere: i386,  9.3  (OK)
	poudriere: amd64, 9.3  (OK)
	poudriere: i386,  12   (OK)
	poudriere: amd64, 12   (OK)
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2016-09-17 14:02:42 UTC
Created attachment 174877 [details]
mythplugin-mythweb-0.28-v02.patch


I've updated the patch, port was changed on r422175
Comment 3 Bernhard Froehlich freebsd_committer freebsd_triage 2016-11-09 16:15:16 UTC
The update to 0.28 needs to wait until multimedia/mythtv was updated to 0.28.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-11-16 16:01:47 UTC
A commit references this bug:

Author: decke
Date: Wed Nov 16 16:01:08 UTC 2016
New revision: 426247
URL: https://svnweb.freebsd.org/changeset/ports/426247

Log:
  - Add shebangfix on perl files
  - Simplify folder permissions in pkg-plist

  PR:		203362
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
  Reported by:	eborisch+FreeBSD@gmail.com

Changes:
  head/www/mythplugin-mythweb/Makefile
  head/www/mythplugin-mythweb/pkg-plist
Comment 5 Bernhard Froehlich freebsd_committer freebsd_triage 2016-11-16 16:03:53 UTC
Committed excluding the update to 0.28 which should happen together with an update to the main mythtv ports.

Thanks a lot for the patch and sorry that it took me over a year to commit it :(