View | Details | Raw Unified | Return to bug 128153
Collapse All | Expand All

(-)./Makefile 2008-10-15 14:10:02.000000000 -0700 (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=      ntop
8
PORTNAME=      ntop
9
PORTVERSION=   3.3
9
PORTVERSION=   3.3.8
10
PORTREVISION=  4
11
CATEGORIES=    net
10
CATEGORIES=    net
12
MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=    ${PORTNAME}
12
MASTER_SITE_SUBDIR=    ${PORTNAME}
(-)./distinfo 2008-10-15 14:13:04.000000000 -0700 (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ntop-3.3.tar.gz) = a0e52a85587c8a5519d822d04862dab4
1
MD5 (ntop-3.3.8.tar.gz) = 19c6a582c285ffae18bf0c3b599d184e
2
SHA256 (ntop-3.3.tar.gz) = e849dabe0ac1ff006e487aef7b78fe06864b8d74a7b789fe6c7b8e258b7f361c
2
SHA256 (ntop-3.3.8.tar.gz) = 8e25f3c527493e1495030b1b8cfb09158c75829a740f55c6339674efcc504238
3
SIZE (ntop-3.3.tar.gz) = 3709605
3
SIZE (ntop-3.3.tar.gz) = 5626313
(-)./files/patch-libtool.m4.in 2008-10-16 12:01:17.000000000 -0700 (-11 lines)
Lines 1-11 Link Here
1
--- ./libtool.m4.in.orig       Tue Jul 17 12:50:08 2007
2
+++ ./libtool.m4.in    Tue Jul 17 12:50:13 2007
3
@@ -1288,7 +1288,7 @@
4
   ;;
5
 
6
 freebsd*)
7
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
8
+  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
9
   version_type=freebsd-$objformat
10
   case $version_type in
11
     freebsd-elf*)

Return to bug 128153