Bug 204869

Summary: [PATCH] net/py-maxminddb: fix run depends
Product: Ports & Packages Reporter: Po-Chuan Hsieh <sunpoet>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: olivier
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (olivier)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
net/py-maxminddb patch none

Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-11-28 13:10:35 UTC
Created attachment 163616 [details]
net/py-maxminddb patch

- Fix RUN_DEPENDS
- Use USES=localbase
- Strip shared library
- Bump PORTREVISION for dependency and package change
Comment 1 olivier 2015-11-29 07:54:27 UTC
Just need to swap position of PORTREVISION and DISTVERSIONPREFIX and "portlint -A" will be happy.
Thanks for your works!
Should I summit a new patch swaping these variables ?
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-11-29 09:54:06 UTC
(In reply to olivier from comment #1)

I should rerun portlint after PORTREVISION bump. I'll commit swapped version.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-11-29 09:54:47 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Nov 29 09:54:15 UTC 2015
New revision: 402587
URL: https://svnweb.freebsd.org/changeset/ports/402587

Log:
  - Fix RUN_DEPENDS
  - Use USES=localbase
  - Strip shared library
  - Bump PORTREVISION for dependency and package change

  PR:		204869
  Submitted by:	sunpoet (myself)
  Approved by:	Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)

Changes:
  head/net/py-maxminddb/Makefile
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-11-29 09:55:27 UTC
Committed. Thanks!