Bug 207752

Summary: sysutils/dvdvideo: fix packaging with python 3.5
Product: Ports & Packages Reporter: Ruslan Makhmatkhanov <rm>
Component: Individual Port(s)Assignee: Ganael LAPLANCHE <martymac>
Status: Closed FIXED    
Severity: Affects Only Me CC: rm
Priority: --- Flags: bugzilla: maintainer-feedback? (martymac)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 204519    
Attachments:
Description Flags
fix packaging with python 3.5 none

Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-03-06 20:51:15 UTC
Created attachment 167776 [details]
fix packaging with python 3.5

Convert dvdvideo to using autoplist. This simplifies maintainer's life and fixing packaging with python 3.5 in the same time.

While here:
- utilize tar:tgz in USES
- add NO_ARCH
- clean-up no more needed python-related knobs
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-03-06 20:52:25 UTC
This is a stopper for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-03-06 21:43:01 UTC
A commit references this bug:

Author: martymac
Date: Sun Mar  6 21:42:34 UTC 2016
New revision: 410483
URL: https://svnweb.freebsd.org/changeset/ports/410483

Log:
  Use autoplist and set NO_ARCH

  PR:		207752
  Submitted by:	rm

Changes:
  head/sysutils/dvdvideo/Makefile
  head/sysutils/dvdvideo/pkg-plist
Comment 3 Ganael LAPLANCHE freebsd_committer freebsd_triage 2016-03-06 21:45:07 UTC
Committed, thanks!