Summary: | Update (and unbreak) devel/py-omniorb to version 4.2.0 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pedro F. Giffuni <pfg> | ||||||||
Component: | Individual Port(s) | Assignee: | Thierry Thomas <thierry> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Some People | CC: | bofh, thierry | ||||||||
Priority: | --- | Flags: | bofh:
maintainer-feedback+
|
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Maintainer CC'd Created attachment 148069 [details]
Update devel/py-omniorb
Fixed installation problem:
===> Registering installation for py27-omniorb-4.2.0
pkg-static: py27-omniorb-4.2.0 conflicts with omniORB-4.2.0 (installs files into
the same place). Problematic file: /usr/local/lib/python2.7/site-
packages/omniidl_be/__init__.py
...
by removing the file (seems identical to the one that exists already).
Created attachment 148079 [details] patch for py-omniorb-4.2.0 More fixes added: - USES=python - Added STRIP_CMD - Conditional PORTDOCS and PORTEXAMPLES added Poudriere logs: http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-omniorb/4.2.0/ The other patch should be marked obsolete. Comment on attachment 148069 [details]
Update devel/py-omniorb
Obsoleted by maintainer's patch.
A commit references this bug: Author: thierry Date: Tue Oct 7 20:14:22 UTC 2014 New revision: 370395 URL: https://svnweb.freebsd.org/changeset/ports/370395 Log: Update (and unbreak) devel/py-omniorb to version 4.2.0. PR: ports/194195 Submitted by: pfg Patched by: maintainer Changes: head/devel/py-omniorb/Makefile head/devel/py-omniorb/distinfo head/devel/py-omniorb/pkg-plist |
Created attachment 148038 [details] update port When omniorb was updated, the maintainer forgot to note that py-omniorb should be updated too. This patch updated py-omniorb to match omniorb and thereby unbreaks the port. (Sorry about not figuring out a new regular expression for SONUM, it was just quicker this way)