diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-20 15:58:52 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-20 15:58:52 +0000 |
commit | 3313da0f3adafb0253d1252fa7f92c7c7203af53 (patch) | |
tree | 4d4b7ea909231cede1f15006c10e9d74e4ede8d5 | |
parent | 8a49b111d58d9f728959eafceb58161bef65b65a (diff) | |
download | ports-3313da0f3adafb0253d1252fa7f92c7c7203af53.tar.gz ports-3313da0f3adafb0253d1252fa7f92c7c7203af53.zip |
Notes
-rw-r--r-- | news/fidogate/Makefile | 8 | ||||
-rw-r--r-- | news/fidogate/distinfo | 2 | ||||
-rw-r--r-- | news/fidogate/files/patch-aa | 14 | ||||
-rw-r--r-- | news/fidogate/pkg-plist | 14 |
4 files changed, 28 insertions, 10 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index 4f7902ff49bd..f26c8511e20e 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -1,16 +1,18 @@ # New ports collection makefile for: fidogate -# Version required: fidogate-4.3.6 +# Version required: fidogate-4.4.0 # Date created: 02 Dez 1997 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # -DISTNAME= fidogate-4.3.6 +DISTNAME= fidogate-4.4.0 CATEGORIES= news -MASTER_SITES= ftp://ftp.fido.de/pub/fidogate/ \ +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://ftp.fido.de/pub/fidogate/ \ ftp://ftp.gwdg.de/pub/linux/fido/fidogate/ \ ftp://ftp.fu-berlin.de/unix/news/fidogate/ +MASTER_SITE_SUBDIR= system/fido MAINTAINER= dirk.meyer@dinoex.sub.org diff --git a/news/fidogate/distinfo b/news/fidogate/distinfo index 966b1f1e7742..f25089650884 100644 --- a/news/fidogate/distinfo +++ b/news/fidogate/distinfo @@ -1 +1 @@ -MD5 (fidogate-4.3.6.tar.gz) = 70ae9d9f1369e81b4ef6f149c4319824 +MD5 (fidogate-4.4.0.tar.gz) = 8763ab4cd86d66bccd45d693758a4f17 diff --git a/news/fidogate/files/patch-aa b/news/fidogate/files/patch-aa index 88b58bd6f877..285eea1383c7 100644 --- a/news/fidogate/files/patch-aa +++ b/news/fidogate/files/patch-aa @@ -1,5 +1,5 @@ ---- config.make.orig Sun Aug 8 11:14:28 1999 -+++ config.make Fri Jan 21 17:53:06 2000 +--- config.make.orig Sun Jan 30 20:24:55 2000 ++++ config.make Sun Feb 13 13:29:53 2000 @@ -57,13 +57,13 @@ # variable parameters, can be changed at run-time, DO NOT DELETE ANYTHING!!! @@ -28,14 +28,16 @@ # INN 2.2 DEFAULT_F_NEWSLIBDIR = /usr/lib DEFAULT_F_NEWSSPOOLDIR = /var/spool/news/articles -@@ -152,8 +152,8 @@ +@@ -152,9 +152,9 @@ SENDMAIL_CF_DIR = /usr/lib/sendmail-cf # Directories for installing documentation, not used by subst.pl -INFODIR = /usr/info --HTMLDIR = /home/mj/public_html/fidogate +-HTMLDIR = /html/mj/fidogate +-HTMLLOGDIR = /html/log +INFODIR = ${PREFIX}/share/doc/fidogate/info +HTMLDIR = ${PREFIX}/share/doc/fidogate/html - HTMLLOGDIR = /html/log ++HTMLLOGDIR = ${PREFIX}/share/doc/fidogate/html - ############################################################################## + # RedHat RPM related dirs + RPMBASEDIR = /usr/src/redhat diff --git a/news/fidogate/pkg-plist b/news/fidogate/pkg-plist index 665ff140e678..63cc921f0f29 100644 --- a/news/fidogate/pkg-plist +++ b/news/fidogate/pkg-plist @@ -108,6 +108,7 @@ share/doc/fidogate/html/fidogate_5.html share/doc/fidogate/html/fidogate_6.html share/doc/fidogate/html/fidogate_7.html share/doc/fidogate/html/fidogate_toc.html +share/doc/fidogate/html/gate.cgi share/doc/fidogate/html/msgid-1.html share/doc/fidogate/html/msgid-2.html share/doc/fidogate/html/msgid-3.html @@ -178,6 +179,18 @@ share/examples/fidogate/point/fidogate.conf share/examples/fidogate/point/newsfeeds share/examples/fidogate/point/packing share/examples/fidogate/point/routing +share/examples/fidogate/rpm/Makefile +share/examples/fidogate/rpm/README +share/examples/fidogate/rpm/aliases +share/examples/fidogate/rpm/areas +share/examples/fidogate/rpm/areas.bbs +share/examples/fidogate/rpm/fareas.bbs +share/examples/fidogate/rpm/fidogate.conf +share/examples/fidogate/rpm/hosts +share/examples/fidogate/rpm/newsfeeds.fidogate +share/examples/fidogate/rpm/packing +share/examples/fidogate/rpm/passwd +share/examples/fidogate/rpm/routing share/examples/fidogate/win32/README.WIN32 share/examples/fidogate/win32/aliases share/examples/fidogate/win32/areas @@ -193,5 +206,6 @@ share/examples/fidogate/win32/test-win32 @dirrm share/examples/fidogate/morannon @dirrm share/examples/fidogate/orodruin @dirrm share/examples/fidogate/point +@dirrm share/examples/fidogate/rpm @dirrm share/examples/fidogate/win32 @dirrm share/examples/fidogate |