Bug 207754

Summary: sysutils/backupchecker: 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:56:04 UTC
Created attachment 167779 [details]
fix packaging with python 3.5

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

While here:
- add NO_ARCH
- clean-up no more needed python-related knobs
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-06 21:45:03 UTC
A commit references this bug:

Author: martymac
Date: Sun Mar  6 21:44:19 UTC 2016
New revision: 410484
URL: https://svnweb.freebsd.org/changeset/ports/410484

Log:
  Use autoplist and set NO_ARCH

  PR:		207754
  Submitted by:	rm

Changes:
  head/sysutils/backupchecker/Makefile
  head/sysutils/backupchecker/pkg-plist
Comment 2 Ganael LAPLANCHE freebsd_committer freebsd_triage 2016-03-06 21:46:57 UTC
Committed, thanks!