Bug 114681 - [MAINTAINER PATCH]: Update net/ntop
Summary: [MAINTAINER PATCH]: Update net/ntop
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-18 03:50 UTC by Wesley Shields
Modified: 2007-07-24 20:00 UTC (History)
0 users

See Also:


Attachments
file.diff (14.85 KB, patch)
2007-07-18 03:50 UTC, Wesley Shields
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wesley Shields 2007-07-18 03:50:01 UTC
- Update to version 3.3
- General cleanup of the port
- XMLDUMP option now works


The patch adds the following files:
files/patch-Makefile.am
files/patch-configure.in
files/patch-libtool.m4.in

The patch removes the following files:
files/patch-Makefile.in
files/patch-configure
files/patch-ntop.h
files/patch-util.c

How-To-Repeat: N/A
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2007-07-22 02:10:47 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-22 02:19:41 UTC
pav         2007-07-22 01:19:36 UTC

  FreeBSD ports repository

  Modified files:
    net/ntop             Makefile distinfo pkg-plist 
  Added files:
    net/ntop/files       patch-Makefile.am patch-configure.in 
                         patch-libtool.m4.in 
  Removed files:
    net/ntop/files       patch-Makefile.in patch-configure 
                         patch-ntop.h patch-util.c 
  Log:
  - Update to 3.3
  
  PR:             ports/114681
  Submitted by:   Wesley Shields <wxs@atarininja.org> (maintainer)
  
  Revision  Changes    Path
  1.62      +8 -10     ports/net/ntop/Makefile
  1.14      +3 -3      ports/net/ntop/distinfo
  1.4       +10 -0     ports/net/ntop/files/patch-Makefile.am (new)
  1.2       +0 -10     ports/net/ntop/files/patch-Makefile.in (dead)
  1.6       +0 -70     ports/net/ntop/files/patch-configure (dead)
  1.6       +13 -0     ports/net/ntop/files/patch-configure.in (new)
  1.1       +11 -0     ports/net/ntop/files/patch-libtool.m4.in (new)
  1.2       +0 -11     ports/net/ntop/files/patch-ntop.h (dead)
  1.3       +0 -12     ports/net/ntop/files/patch-util.c (dead)
  1.11      +77 -35    ports/net/ntop/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 3 Vladimir Laskov 2007-07-24 09:01:25 UTC
please add conflict ports in Makefile
another version autoconf & automake >> configure error
Comment 4 Wesley Shields 2007-07-24 19:48:38 UTC
Can you please provide more information on exactly what is happening and
what versions of autoconf and automake you have installed?  If possible
could you provide me with the contents of config.log?  I'm afraid I
can't do much about this without more information.

-- WXS