diff options
author | Roger Hardiman <roger@FreeBSD.org> | 1999-10-12 10:31:48 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 1999-10-12 10:31:48 +0000 |
commit | 632f538558d70cb9b08a16a3a79872f6aac9d3b5 (patch) | |
tree | a211b7b7d858a8d209e4cbd8c5a70f85c869e8f7 /misc/alevt/Makefile | |
parent | Remove xpl. (diff) |
Upgrade to version 1.5.0.
New features include 'save to disk' in both ascii and html
formats.
alevt-date is fixed too, so you cn set your system clock from teletext
Diffstat (limited to 'misc/alevt/Makefile')
-rw-r--r-- | misc/alevt/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/alevt/Makefile b/misc/alevt/Makefile index df7b3c333bca..92807222e180 100644 --- a/misc/alevt/Makefile +++ b/misc/alevt/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: alevt -# Version required: 1.4.9 +# Version required: 1.5.0 # Date created: Wed Aug 18 13:23:00 BST 1999 # Whom: Roger Hardiman <roger@freebsd.org> # # $FreeBSD$ # -DISTNAME= alevt-1.4.9 +DISTNAME= alevt-1.5.0 CATEGORIES= misc -MASTER_SITES= http://user.exit.de/froese/alevt/ +MASTER_SITES= http://user.exit.de/froese/alevt/ \ + ftp://metalab.unc.edu/pub/Linux/apps/video/ MAINTAINER= roger@freebsd.org |