Bug 128979 - [PATCH] comms/openobex: update to 1.4
Summary: [PATCH] comms/openobex: update to 1.4
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 01:00 UTC by Oleksii Samorukov
Modified: 2008-11-19 22:50 UTC (History)
1 user (show)

See Also:


Attachments
openobex-1.4.patch (17.31 KB, patch)
2008-11-19 01:00 UTC, Oleksii Samorukov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleksii Samorukov freebsd_committer freebsd_triage 2008-11-19 01:00:14 UTC
- Update to 1.4
- Add USB support (adopted from ports/128776)

Added file(s):
- files/patch-bt
- files/patch-usb

Removed file(s):
- files/patch-aclocal.m4
- files/patch-configure.in
- files/patch-lib-btobex.c
- files/patch-lib-databuffer.h
- files/patch-lib-obex.c
- files/patch-lib-obex_main.c
- files/patch-lib-obex_transport.h
- files/patch-ltmain.sh

Port maintainer (mad@madpilot.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-19 01:00:30 UTC
Maintainer of comms/openobex,

Please note that PR ports/128979 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128979

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-19 01:00:31 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2008-11-19 19:51:36 UTC
Update tested and approved.

-- 
Guido Falsi <mad@madpilot.net>
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2008-11-19 20:37:30 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2008-11-19 22:20:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-11-19 22:44:40 UTC
amdmi3      2008-11-19 22:44:31 UTC

  FreeBSD ports repository

  Modified files:
    comms/openobex       Makefile distinfo pkg-descr pkg-plist 
  Added files:
    comms/openobex/files patch-bt patch-usb 
  Removed files:
    comms/openobex/files patch-aclocal.m4 patch-configure.in 
                         patch-lib-btobex.c patch-lib-databuffer.h 
                         patch-lib-obex.c patch-lib-obex_main.c 
                         patch-lib-obex_transport.h 
                         patch-ltmain.sh 
  Log:
  - Update to 1.4
  - Add USB support (adopted from ports/128776)
  
  PR:             128979
  Submitted by:   Alex Samorukov <samm at os2 dot kiev dot ua>
  Approved by:    Guido Falsi <mad at madpilot dot net> (maintainer)
  
  Revision  Changes    Path
  1.13      +20 -15    ports/comms/openobex/Makefile
  1.4       +3 -3      ports/comms/openobex/distinfo
  1.4       +0 -40     ports/comms/openobex/files/patch-aclocal.m4 (dead)
  1.1       +12 -0     ports/comms/openobex/files/patch-bt (new)
  1.4       +0 -10     ports/comms/openobex/files/patch-configure.in (dead)
  1.2       +0 -110    ports/comms/openobex/files/patch-lib-btobex.c (dead)
  1.2       +0 -11     ports/comms/openobex/files/patch-lib-databuffer.h (dead)
  1.2       +0 -26     ports/comms/openobex/files/patch-lib-obex.c (dead)
  1.2       +0 -26     ports/comms/openobex/files/patch-lib-obex_main.c (dead)
  1.2       +0 -27     ports/comms/openobex/files/patch-lib-obex_transport.h (dead)
  1.2       +0 -42     ports/comms/openobex/files/patch-ltmain.sh (dead)
  1.1       +65 -0     ports/comms/openobex/files/patch-usb (new)
  1.2       +1 -1      ports/comms/openobex/pkg-descr
  1.4       +1 -2      ports/comms/openobex/pkg-plist
_______________________________________________
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 7 Dmitry Marakasov freebsd_committer freebsd_triage 2008-11-19 22:45:49 UTC
State Changed
From-To: open->closed

Committed, with minor changes (use gnomehack for pkgconfigdir and remove 
unneeded CONFIGURE_ARGS). Thanks!