Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jan 2000 13:15:02 +0100 (CET)
From:      domi@saargate.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15836: textproc/rand update 1.5 -> 1.6
Message-ID:  <200001021215.NAA68457@dominik.saargate.de>

next in thread | raw e-mail | index | archive | help

>Number:         15836
>Category:       ports
>Synopsis:       textproc/rand update 1.5 -> 1.6
>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  2 04:20:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dominik Brettnacher
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:


diff -urN rand.old/Makefile rand/Makefile
--- rand.old/Makefile	Sun Jan  2 13:13:53 2000
+++ rand/Makefile	Sun Jan  2 13:11:58 2000
@@ -1,20 +1,22 @@
 # New ports collection makefile for:	rand
-# Version required:		1.5
+# Version required:		1.6
 # Date created:			Mon Jul 26 1999
 # Whom:				domi@saargate.de
 #
 # $FreeBSD: ports/textproc/rand/Makefile,v 1.3 1999/10/10 23:19:24 steve Exp $
 #
 
-DISTNAME=	rand-1.5
+DISTNAME=	rand-1.6
 CATEGORIES=	textproc
 MASTER_SITES=	http://math.smsu.edu/~br0ke/files/
 
 MAINTAINER=	domi@saargate.de
 
-WRKSRC=		${WRKDIR}/rand
+GNU_CONFIGURE=	yes
+USE_GMAKE=	yes
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/rand ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/rand.1.gz ${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>
diff -urN rand.old/files/md5 rand/files/md5
--- rand.old/files/md5	Sun Jan  2 13:13:53 2000
+++ rand/files/md5	Sat Jan  1 23:17:37 2000
@@ -1 +1 @@
-MD5 (rand-1.5.tar.gz) = 3a468c830e75ae14c0c6bd1053047b37
+MD5 (rand-1.6.tar.gz) = cd7c2479cc754766922b9d0a2f89dcdd
diff -urN rand.old/patches/patch-aa rand/patches/patch-aa
--- rand.old/patches/patch-aa	Sun Jan  2 13:13:53 2000
+++ rand/patches/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- Makefile.orig	Tue Dec 29 23:34:51 1998
-+++ Makefile	Sun Aug  1 02:16:56 1999
-@@ -1,5 +1,5 @@
--CC=egcc
--FLAGS=-O2 -Wall -ansi -pedantic #-mpentium -ffast-math
-+CC?=cc
-+FLAGS=${CFLAGS}
- OBJS=rand.o
- SRCS=rand.c
- TARGET=rand
diff -urN rand.old/patches/patch-ab rand/patches/patch-ab
--- rand.old/patches/patch-ab	Sun Jan  2 13:13:53 2000
+++ rand/patches/patch-ab	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- rand.c.orig	Mon Jul 26 22:43:44 1999
-+++ rand.c	Mon Jul 26 22:43:53 1999
-@@ -38,7 +38,6 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <string.h>
--#include <getopt.h>
- 
- #define LINE 0
- #define WORD 1
diff -urN rand.old/pkg/PLIST rand/pkg/PLIST
--- rand.old/pkg/PLIST	Sun Jan  2 13:13:53 2000
+++ rand/pkg/PLIST	Sun Jan  2 13:07:39 2000
@@ -1 +1,2 @@
 bin/rand
+man/man1/rand.1.gz

>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?200001021215.NAA68457>