Bug 215877 - [NEW PORT] net/py-suds-jurko
Summary: [NEW PORT] net/py-suds-jurko
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks: 215850
  Show dependency treegraph
 
Reported: 2017-01-08 17:17 UTC by Alexander Nusov
Modified: 2017-01-09 15:03 UTC (History)
1 user (show)

See Also:


Attachments
suds jurko port (2.63 KB, patch)
2017-01-08 17:17 UTC, Alexander Nusov
no flags Details | Diff
suds jurko port (up port revision) (2.80 KB, patch)
2017-01-08 17:22 UTC, Alexander Nusov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Nusov 2017-01-08 17:17:36 UTC
Created attachment 178626 [details]
suds jurko port

This is a lightweight SOAP client written in Python (jurko's fork).
Comment 1 Alexander Nusov 2017-01-08 17:22:09 UTC
Created attachment 178628 [details]
suds jurko port (up port revision)
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-01-09 14:19:34 UTC
A commit references this bug:

Author: novel
Date: Mon Jan  9 14:19:19 UTC 2017
New revision: 430950
URL: https://svnweb.freebsd.org/changeset/ports/430950

Log:
  Add net/py-suds-jurko, Lightweight SOAP client (jurko's fork)

  As it conflicts with net/py-suds because of installing the same files,
  add CONFLICTS_INSTALL to both py-suds-jurko and net/py-suds
  and bump PORTREVISION for the latter.

  PR:		215877
  Submitted by:	Alexander Nusov

Changes:
  head/net/Makefile
  head/net/py-suds/Makefile
  head/net/py-suds-jurko/
  head/net/py-suds-jurko/Makefile
  head/net/py-suds-jurko/distinfo
  head/net/py-suds-jurko/pkg-descr
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2017-01-09 14:38:50 UTC
Committed, thanks!

I've changed CONFLICTS to proper pkgname glob. Also, fixed CATEGORY in the follow up commit: s/devel/net/.
Comment 4 Alexander Nusov 2017-01-09 15:03:48 UTC
(In reply to Roman Bogorodskiy from comment #3)

Thanks!