Bug 161822 - [MAINTAINER] databases/postgresql-plpython: fix plist
Summary: [MAINTAINER] databases/postgresql-plpython: fix plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 21:50 UTC by R.Mahmatkhanov
Modified: 2011-10-26 16:10 UTC (History)
0 users

See Also:


Attachments
file.diff (936 bytes, patch)
2011-10-19 21:50 UTC, R.Mahmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description R.Mahmatkhanov 2011-10-19 21:50:10 UTC
Fix plist when:
  a) postgresql-plpython installed for postgresql 9.1
  b) postgresql-plpython built with python 3.2

Reported and fix submitted by: Sunpoet Po-Chuan Hsieh (sunpoet@). Thank you!

PostgreSQL versions before 9.1 are not affected because they don't support python 3.2 (doesn't builds). You may also note plist breakage in the logs - but it's not mine, but postgresqlXX-server instead, and it fixed in this pr - ports/161821.

Patch should be applied from /usr/ports/databases, because it touches two ports actually (postgresql91-server and postgresql-plpython).

tinderbuild logs: 
python 2.7: http://happy-nation.by.ru/ports/tb/8.2/postgresql-plpython-with2.7.log
python 3.2: http://happy-nation.by.ru/ports/tb/8.2/postgresql-plpython-with3.2.log

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-19 21:50:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-26 16:09:35 UTC
glarkin     2011-10-26 15:09:26 UTC

  FreeBSD ports repository

  Modified files:
    databases/postgresql91-server pkg-plist-plpython 
    databases/postgresql-plpython Makefile 
  Log:
  - Fix plist when postgresql-plpython installed for postgresql 9.1 and
    postgresql-plpython built with python 3+
  
  PR:             ports/161822
  Submitted by:   sunpoet
  Approved by:    Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), girgen (maintainer implicit)
  
  Revision  Changes    Path
  1.12      +2 -1      ports/databases/postgresql-plpython/Makefile
  1.5       +1 -1      ports/databases/postgresql91-server/pkg-plist-plpython
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Greg Larkin freebsd_committer freebsd_triage 2011-10-26 16:09:36 UTC
State Changed
From-To: open->closed

Committed, thank you!