aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2003-03-04 02:06:54 +0800
committeryar <yar@FreeBSD.org>2003-03-04 02:06:54 +0800
commitaab8d3de4b9b030a6461387cd98b0109e7025f57 (patch)
treeea6a7cc44e8ffcdddbd30041ba8c53b38678d060
parentc8a02e360f4c297340f44fac255aa939bb023f8a (diff)
downloadfreebsd-ports-gnome-aab8d3de4b9b030a6461387cd98b0109e7025f57.tar.gz
freebsd-ports-gnome-aab8d3de4b9b030a6461387cd98b0109e7025f57.tar.zst
freebsd-ports-gnome-aab8d3de4b9b030a6461387cd98b0109e7025f57.zip
It's a maintainer update. The message from the maintainer:
New package building process disallows additional fetching of any additional files during port build process. Due to permanent changes in routing registry databases, it's wise for me to simply force to build package without possibly stale AS-numbers info. PR: ports/48632 Submitted by: Dmitry Morozovsky <marck@rinet.ru> -- MAINTAINER
-rw-r--r--net-mgmt/ehnt/Makefile8
-rw-r--r--net/ehnt/Makefile8
2 files changed, 2 insertions, 14 deletions
diff --git a/net-mgmt/ehnt/Makefile b/net-mgmt/ehnt/Makefile
index e9f5655365b6..b98bd1eaf22f 100644
--- a/net-mgmt/ehnt/Makefile
+++ b/net-mgmt/ehnt/Makefile
@@ -7,14 +7,10 @@
PORTNAME= ehnt
PORTVERSION= 0.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
-.if !defined(NO_ASN_DATA)
-DISTFILES+= ${PORTNAME}_data-${PORTVERSION}${EXTRACT_SUFX}
-.endif
MAINTAINER= marck@rinet.ru
COMMENT= A simple Cisco NetFlow data collector
@@ -24,10 +20,8 @@ USE_PERL5= yes
MAN1= ehnt.1
MAN8= ehntserv.8
-.if defined(NO_ASN_DATA)
post-extract:
${TOUCH} ${WRKSRC}/asnc.txt
-.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ehnt ${PREFIX}/bin/
diff --git a/net/ehnt/Makefile b/net/ehnt/Makefile
index e9f5655365b6..b98bd1eaf22f 100644
--- a/net/ehnt/Makefile
+++ b/net/ehnt/Makefile
@@ -7,14 +7,10 @@
PORTNAME= ehnt
PORTVERSION= 0.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
-.if !defined(NO_ASN_DATA)
-DISTFILES+= ${PORTNAME}_data-${PORTVERSION}${EXTRACT_SUFX}
-.endif
MAINTAINER= marck@rinet.ru
COMMENT= A simple Cisco NetFlow data collector
@@ -24,10 +20,8 @@ USE_PERL5= yes
MAN1= ehnt.1
MAN8= ehntserv.8
-.if defined(NO_ASN_DATA)
post-extract:
${TOUCH} ${WRKSRC}/asnc.txt
-.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ehnt ${PREFIX}/bin/