diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-18 07:47:44 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-18 07:47:44 +0800 |
commit | 31bf35b84f789d6cd5be34400713e46cdf138bb2 (patch) | |
tree | d647b1f537e3681a6d9d7c86c5f54b14ea07bfd0 /news | |
parent | c0f6e9ef534d506706846763428b373695e5272c (diff) | |
download | freebsd-ports-gnome-31bf35b84f789d6cd5be34400713e46cdf138bb2.tar.gz freebsd-ports-gnome-31bf35b84f789d6cd5be34400713e46cdf138bb2.tar.zst freebsd-ports-gnome-31bf35b84f789d6cd5be34400713e46cdf138bb2.zip |
update to 4.4.1
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate/Makefile | 12 | ||||
-rw-r--r-- | news/fidogate/distinfo | 2 | ||||
-rw-r--r-- | news/fidogate/files/patch-aa | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index 0ea463d9f185..87163686a18b 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -6,12 +6,12 @@ # PORTNAME= fidogate -PORTVERSION= 4.4.0 -CATEGORIES= news -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.fido.de/pub/fidogate/ \ +PORTVERSION= 4.4.1 +CATEGORIES= news mail +MASTER_SITES= ftp://ftp.fido.de/pub/fidogate/ \ ftp://ftp.gwdg.de/pub/linux/fido/fidogate/ \ - ftp://ftp.fu-berlin.de/unix/news/fidogate/ + ftp://ftp.fu-berlin.de/unix/news/fidogate/ \ + ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/fido MAINTAINER= dirk.meyer@dinoex.sub.org @@ -46,7 +46,7 @@ pre-install: ${MKDIR} ${PREFIX}/share/doc/fidogate/misc ${MKDIR} ${PREFIX}/share/doc/fidogate/gatebau -DOCLIST = \ +DOCLIST= \ fidogate.texi fidogate.txt \ gatebau94.txt kludge-rfc.doc msgid.doc \ qmail.txt texinfo.tex \ diff --git a/news/fidogate/distinfo b/news/fidogate/distinfo index f25089650884..44cb32bd570e 100644 --- a/news/fidogate/distinfo +++ b/news/fidogate/distinfo @@ -1 +1 @@ -MD5 (fidogate-4.4.0.tar.gz) = 8763ab4cd86d66bccd45d693758a4f17 +MD5 (fidogate-4.4.1.tar.gz) = cbaaae370a7c48c7922988c66b70e743 diff --git a/news/fidogate/files/patch-aa b/news/fidogate/files/patch-aa index c7b49bfee10e..20955995eaf8 100644 --- a/news/fidogate/files/patch-aa +++ b/news/fidogate/files/patch-aa @@ -1,5 +1,5 @@ ---- config.make.orig Sun Jan 30 20:24:55 2000 -+++ config.make Sun Feb 13 13:29:53 2000 +--- config.make.orig Tue Apr 11 14:02:25 2000 ++++ config.make Thu Apr 13 06:07:58 2000 @@ -57,13 +57,13 @@ # variable parameters, can be changed at run-time, DO NOT DELETE ANYTHING!!! @@ -33,7 +33,7 @@ # Directories for installing documentation, not used by subst.pl -INFODIR = /usr/info --HTMLDIR = /html/mj/fidogate +-HTMLDIR = /html/fidogate -HTMLLOGDIR = /html/log +INFODIR = ${PREFIX}/share/doc/fidogate/info +HTMLDIR = ${PREFIX}/share/doc/fidogate/html |