Bug 212834 - textproc/py-esmre: Remove architecture neutral
Summary: textproc/py-esmre: Remove architecture neutral
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-19 23:02 UTC by Danilo G. Baio
Modified: 2016-09-24 14:25 UTC (History)
2 users (show)

See Also:


Attachments
py-esmre-noarch.patch (444 bytes, patch)
2016-09-19 23:02 UTC, Danilo G. Baio
dbaio: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2016-09-19 23:02:45 UTC
Created attachment 174976 [details]
py-esmre-noarch.patch

- Remove architecture neutral

pkg-static: DEVELOPER_MODE: Error: arch "FreeBSD:10:*" -- 
package installs architecture specific files

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 1 commit-hook freebsd_committer freebsd_triage 2016-09-24 14:23:14 UTC
A commit references this bug:

Author: rm
Date: Sat Sep 24 14:22:51 UTC 2016
New revision: 422725
URL: https://svnweb.freebsd.org/changeset/ports/422725

Log:
  textproc/py-esmre: remove NO_ARCH

  This port is not architecture neutral, so remove NO_ARCH and
  bump PORTREVISION.
  While here, limit python version to 2.x, because the module
  fails to build with python3.

  PR:		212834
  Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)

Changes:
  head/textproc/py-esmre/Makefile
  head/textproc/py-esmre/pkg-descr
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-09-24 14:25:04 UTC
Committed, thank you!