Bug 110195 - [PATCH] net-im/jabber-pymsn
Summary: [PATCH] net-im/jabber-pymsn
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-11 16:40 UTC by Martin Matuska
Modified: 2007-03-14 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (9.17 KB, patch)
2007-03-11 16:40 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska 2007-03-11 16:40:15 UTC
This patch adds the following:
- support and documentation for use with jabberd-1.6.0 from net-im/jabber 
- support for other and external servers (if running the transport only)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-11 16:40:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-14 19:47:13 UTC
garga       2007-03-14 19:47:09 UTC

  FreeBSD ports repository

  Modified files:
    net-im/jabber-pymsn  Makefile 
    net-im/jabber-pymsn/files jabber-pymsn-transport.sh.in 
                              pkg-message.in 
  Added files:
    net-im/jabber-pymsn/files README.external.in 
                              README.jabberd14.in 
                              README.jabberd2.in 
  Log:
  - Add support and doc to work with jabber-1.6.0
  - Add support for other and external servers (it's possibly to run just the
    transport)
  - Remove MASTER_SITE_GENTOO from MASTER_SITES [1]
  - Bump PORTREVISION
  
  PR:             ports/110195
  Submitted by:   Martin Matuska <martin@matuska.org>, me [1]
  
  Revision  Changes    Path
  1.21      +51 -20    ports/net-im/jabber-pymsn/Makefile
  1.1       +14 -0     ports/net-im/jabber-pymsn/files/README.external.in (new)
  1.1       +39 -0     ports/net-im/jabber-pymsn/files/README.jabberd14.in (new)
  1.1       +11 -0     ports/net-im/jabber-pymsn/files/README.jabberd2.in (new)
  1.8       +2 -2      ports/net-im/jabber-pymsn/files/jabber-pymsn-transport.sh.in
  1.2       +6 -7      ports/net-im/jabber-pymsn/files/pkg-message.in
_______________________________________________
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 Renato Botelho freebsd_committer freebsd_triage 2007-03-14 19:47:47 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!