diff options
author | billf <billf@FreeBSD.org> | 1998-11-17 06:47:15 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-11-17 06:47:15 +0800 |
commit | 576420c7ff8038d78b5d6fbde34f35e6c3299d2d (patch) | |
tree | 4541bc666c3b814e9cbdc79fff16a1cd7e25e275 /textproc/word2x | |
parent | 16f955db6512df7c5c77c449fe9b0e9233ecf449 (diff) | |
download | freebsd-ports-gnome-576420c7ff8038d78b5d6fbde34f35e6c3299d2d.tar.gz freebsd-ports-gnome-576420c7ff8038d78b5d6fbde34f35e6c3299d2d.tar.zst freebsd-ports-gnome-576420c7ff8038d78b5d6fbde34f35e6c3299d2d.zip |
Update a stale MASTER_SITES, found several mirrors with the distribution,
though they had a different checksum.
patch-ac is obsolete, which seems to be the only difference between the
old tarball and the new one.
Added myself as the MAINTAINER, as I use this program at work.
Diffstat (limited to 'textproc/word2x')
-rw-r--r-- | textproc/word2x/Makefile | 9 | ||||
-rw-r--r-- | textproc/word2x/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile index edef199c3700..592525d17cd0 100644 --- a/textproc/word2x/Makefile +++ b/textproc/word2x/Makefile @@ -3,16 +3,17 @@ # Date created: 10 June 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/09/15 07:25:47 asami Exp $ +# $Id: Makefile,v 1.4 1998/10/20 02:00:22 steve Exp $ DISTNAME= word2x PKGNAME= word2x-0.003 CATEGORIES= textproc -MASTER_SITES= ftp://word2x.astra.co.uk/pub/word2x/ +MASTER_SITES= ftp://ftp.gu.net/pub/unix/viewers/ \ + ftp://ftp.afti.nsu.ru/pub/source/utils/word2x/ \ + http://www.FreeBSD.ORG/~billf/ -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= billf@FreeBSD.ORG -WRKSRC= ${WRKDIR}/${PKGNAME} USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" diff --git a/textproc/word2x/distinfo b/textproc/word2x/distinfo index 2a6d48315e6d..b362d91f4ec1 100644 --- a/textproc/word2x/distinfo +++ b/textproc/word2x/distinfo @@ -1 +1 @@ -MD5 (word2x.tar.gz) = f39628054640a0258d6e84e05090e011 +MD5 (word2x.tar.gz) = 286e2ddde00aff365debe7e1fb48aa30 |