Date: Mon, 17 Jan 2000 02:40:43 -0500 (EST) From: mattp@conundrum.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16151: ports update: sysutils/sarah Message-ID: <200001170740.CAA44179@flux.conundrum.com>
next in thread | raw e-mail | index | archive | help
>Number: 16151 >Category: ports >Synopsis: ports update: sysutils/sarah >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 16 23:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Matt Pounsett >Release: FreeBSD 3.4-RC i386 >Organization: >Environment: >Description: serveral important bug fixes since the original port was submitted diff -ruN sarah.bak/Makefile sarah/Makefile --- sarah.bak/Makefile Mon Jan 10 09:36:52 2000 +++ sarah/Makefile Mon Jan 17 02:27:03 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: sarah -# Version required: 0.1b +# Version required: 0.3b # Date created: 10 Jan 2000 # Whom: Matthew Pounsett <mattp@conundrum.com> # # $FreeBSD$ # -DISTNAME= sarah-0.1b +DISTNAME= sarah-0.3b CATEGORIES= sysutils MASTER_SITES= ftp://ftp.conundrum.com/pub/sarah/ @@ -23,5 +23,12 @@ ${INSTALL_DATA} sarah.conf.sample ${PREFIX}/etc cd ${WRKSRC} && \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/sarah + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/sarah + ${INSTALL_MAN} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/sarah +.endif .include <bsd.port.mk> diff -ruN sarah.bak/files/md5 sarah/files/md5 --- sarah.bak/files/md5 Mon Jan 10 09:41:29 2000 +++ sarah/files/md5 Mon Jan 17 02:22:07 2000 @@ -1 +1 @@ -MD5 (sarah-0.1b.tar.gz) = b26ff4543af084ecd76cf65b18caa824 +MD5 (sarah-0.3b.tar.gz) = 91027f631db21225bd454eaa347b6bc8 diff -ruN sarah.bak/pkg/PLIST sarah/pkg/PLIST --- sarah.bak/pkg/PLIST Mon Jan 10 09:37:03 2000 +++ sarah/pkg/PLIST Mon Jan 17 02:31:43 2000 @@ -1,2 +1,5 @@ bin/sarah etc/sarah.conf.sample +share/doc/sarah/README +share/doc/sarah/CHANGES +@dirrm share/doc/sarah >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001170740.CAA44179>