diff options
author | Paul Traina <pst@FreeBSD.org> | 1995-10-27 22:05:16 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1995-10-27 22:05:16 +0000 |
commit | 540c9950ea3c6e83fda609b339bd935f29bfc88d (patch) | |
tree | f39061580e92d36c556d4351e9a2eb15190b5c0d /comms/hylafax | |
parent | Shorten one-line comment as per JKH request. (diff) |
Update to 3.0pl1
Approved by: asami and jhs
Notes
Notes:
svn path=/head/; revision=2369
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 10 | ||||
-rw-r--r-- | comms/hylafax/distinfo | 1 |
2 files changed, 9 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index cfd2a4aad703..96d9fe410453 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,18 +1,24 @@ # ports collection makefile for: hylafax -# Version required: v3.0pl0 +# Version required: v3.0pl1 # Date created: 16 May 1995 # Whom: Julian Stacey <jhs@freebsd.org> # To Replace: flexfax v2.3beta038special # Name changed from flexfax to hylafax by author of both: Sam Leffler. +# +# $Id$ DISTNAME= hylafax-v3.0pl0 -PKGNAME= hylafax-3.0.0 +PKGNAME= hylafax-3.0.1 CATEGORIES+= comms KEYWORDS+= fax MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ EXTRACT_SUFX= -tar.gz HAS_CONFIGURE= yes +PATCH_SITES= ftp://ftp.sgi.com/sgi/fax/source/ +PATCHFILES= hylafax-v3.0pl0-patch01.gz +PATCH_DIST_STRIP=-p1 + MAINTAINER= jhs@FreeBSD.org .if !exists(patches/patch-ab) diff --git a/comms/hylafax/distinfo b/comms/hylafax/distinfo index ceabf3388b5f..2591dbd621a8 100644 --- a/comms/hylafax/distinfo +++ b/comms/hylafax/distinfo @@ -1 +1,2 @@ MD5 (hylafax-v3.0pl0-tar.gz) = 014ec8a64ea7493d26c50c61b5ef3111 +MD5 (hylafax-v3.0pl0-patch01.gz) = ed7b8aa6a6ae5d2843624f86478a0f8c |