diff options
author | clement <clement@FreeBSD.org> | 2004-03-23 23:06:46 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-23 23:06:46 +0800 |
commit | b2b0311a540aeaf267d1c227fc2cc95363da947e (patch) | |
tree | 50bf1d176757f9b3598390398be18b043bb82f22 /net | |
parent | 3a57bfbb6844378c7ff3239e4aa8fb3553610818 (diff) | |
download | freebsd-ports-gnome-b2b0311a540aeaf267d1c227fc2cc95363da947e.tar.gz freebsd-ports-gnome-b2b0311a540aeaf267d1c227fc2cc95363da947e.tar.zst freebsd-ports-gnome-b2b0311a540aeaf267d1c227fc2cc95363da947e.zip |
- Update to 3.0
- Add ipv6 to CATEGORIES
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/Makefile | 4 | ||||
-rw-r--r-- | net/ntop/distinfo | 4 | ||||
-rw-r--r-- | net/ntop/files/patch-configure | 14 |
3 files changed, 10 insertions, 12 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 37e28c1e32e4..b338297e233d 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -6,8 +6,8 @@ # PORTNAME= ntop -PORTVERSION= 3.0.p2 -CATEGORIES= net +PORTVERSION= 3.0 +CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} diff --git a/net/ntop/distinfo b/net/ntop/distinfo index dafd13bd2e6f..0199a028be10 100644 --- a/net/ntop/distinfo +++ b/net/ntop/distinfo @@ -1,2 +1,2 @@ -MD5 (ntop-3.0pre2.tgz) = 2c5d815963afb1e32510818f96d20028 -SIZE (ntop-3.0pre2.tgz) = 3021398 +MD5 (ntop-3.0.tgz) = 1ec6055c75f1acbb5d5600492481ef85 +SIZE (ntop-3.0.tgz) = 2990872 diff --git a/net/ntop/files/patch-configure b/net/ntop/files/patch-configure index a5dc3e7f7eb4..3f0bbae6a3df 100644 --- a/net/ntop/files/patch-configure +++ b/net/ntop/files/patch-configure @@ -1,12 +1,10 @@ ---- configure.orig Thu Mar 4 02:47:53 2004 -+++ configure Tue Mar 9 18:33:21 2004 -@@ -4897,8 +4897,8 @@ - echo "*******************************************************************" +--- configure.orig Sun Mar 21 23:45:17 2004 ++++ configure Tue Mar 23 14:37:28 2004 +@@ -4898,7 +4898,7 @@ exit 1 ;; -- *1\.3\.4\-freebsd\-ports*) + *1\.3\.[45]\-freebsd\-ports*) - echo "* FreeBSD ports 1.3.4 seems to work, so we will let it slide..." -+ *1\.3\.5\-freebsd\-ports*) + echo "* FreeBSD ports 1.3.5 seems to work, so we will let it slide..." echo "*" echo "* Fasten your seat belt and good luck! If you are injured, the" @@ -74,7 +72,7 @@ fi -@@ -24985,7 +24985,7 @@ +@@ -24989,7 +24989,7 @@ test ".${ac_cv_header_glibconfig_h}" = ".yes" && test ".${ac_cv_header_xmlversion_h}" = ".yes" && test ".${ac_cv_header_gdome_h}" = ".yes" && @@ -83,7 +81,7 @@ test ".${ac_cv_lib_xml2_xmlCheckVersion}" = ".yes" && test ".${ac_cv_lib_gdome_gdome_di_saveDocToFile}" = ".yes"; then echo "$as_me:$LINENO: result: ok" >&5 -@@ -25004,7 +25004,7 @@ +@@ -25008,7 +25008,7 @@ echo "* gdome.h...${ac_cv_header_gdome_h}" echo "* libgdome.so or libgdome.a...${ac_cv_lib_gdome_gdome_di_saveDocToFile}" echo "* glib.h...${ac_cv_header_glib_h}" |