Bug 204869 - [PATCH] net/py-maxminddb: fix run depends
Summary: [PATCH] net/py-maxminddb: fix run depends
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: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-11-28 13:10 UTC by Po-Chuan Hsieh
Modified: 2015-11-29 09:55 UTC (History)
1 user (show)

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


Attachments
net/py-maxminddb patch (1.04 KB, patch)
2015-11-28 13:10 UTC, Po-Chuan Hsieh
no flags Details | Diff

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