Bug 203362 - www/mythplugin-mythweb: Update perl location.
Summary: www/mythplugin-mythweb: Update perl location.
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: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-26 04:19 UTC by eborisch+FreeBSD
Modified: 2016-11-16 16:03 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (decke)


Attachments
mythplugin-mythweb-0.28-v02.patch (3.41 KB, patch)
2016-08-27 14:09 UTC, Danilo G. Baio
no flags Details | Diff
mythplugin-mythweb-0.28-v02.patch (3.11 KB, patch)
2016-09-17 14:02 UTC, Danilo G. Baio
dbaio: maintainer-approval? (decke)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 :(