- Upgrade to version 3.00.21.

- Fix the dependencies.
This commit is contained in:
kevlo 2000-03-28 06:55:30 +00:00
parent 22bb398026
commit 5f7b4ece3e
5 changed files with 16 additions and 17 deletions

View File

@ -1,25 +1,22 @@
# Makefile for "remind" port.
# $OpenBSD: Makefile,v 1.6 2000/03/27 18:17:30 espie Exp $
# $OpenBSD: Makefile,v 1.7 2000/03/28 06:55:30 kevlo Exp $
DISTNAME= remind-03.00.21
PKGNAME= remind-0.3
DISTNAME= remind-03.00.20
EXTRACT_SUFX= .tgz
CATEGORIES= misc
NEED_VERSION= 1.230
MASTER_SITES = http://www.roaringpenguin.com/
MAINTAINER = kevlo@openbsd.org
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# Can run without TK, but most unglamorous without it.
RUN_DEPENDS= wish8.0::x11/tk/8.0
RUN_DEPENDS= wish8.3::x11/tk/8.3
GNU_CONFIGURE= Yes

View File

@ -1,3 +1,3 @@
MD5 (remind-03.00.20.tgz) = 483099eaf6c12ec2d5be7e1c9029d304
RMD160 (remind-03.00.20.tgz) = 9e1affa867fba5557336b17b96dd337f4df75598
SHA1 (remind-03.00.20.tgz) = abb9c6c31fc7dbe11d3bce57823de3fd529c777d
MD5 (remind-03.00.21.tar.gz) = f70e2bca2b73dad27c52148017a8615b
RMD160 (remind-03.00.21.tar.gz) = efceb73da7b3f83dd94df69e41b1ac7d3f51b01d
SHA1 (remind-03.00.21.tar.gz) = bbd248f4c23139ee7f830f05a91283ba662f7550

View File

@ -1,11 +1,11 @@
--- scripts/tkremind.orig Wed Feb 2 15:20:35 2000
+++ scripts/tkremind Wed Feb 2 15:20:42 2000
--- scripts/tkremind.orig Tue Mar 28 22:43:44 2000
+++ scripts/tkremind Tue Mar 28 22:43:59 2000
@@ -15,7 +15,7 @@
# $Id: patch-aa,v 1.1.1.1 2000/02/03 02:39:57 kevlo Exp $
# $Id: patch-aa,v 1.2 2000/03/28 06:55:38 kevlo Exp $
# the next line restarts using wish \
-exec wish "$0" "$@"
+exec wish8.0 "$0" "$@"
+exec wish8.3 "$0" "$@"
wm withdraw .

View File

@ -1,6 +1,6 @@
--- src/Makefile.in.orig Thu Feb 3 10:36:59 2000
+++ src/Makefile.in Thu Feb 3 10:37:11 2000
@@ -49,7 +49,7 @@
--- src/Makefile.in.orig Tue Mar 28 22:45:41 2000
+++ src/Makefile.in Tue Mar 28 22:45:58 2000
@@ -50,7 +50,7 @@
install: all
for prog in $(PROGS) $(SCRIPTS) ; do \

View File

@ -1,8 +1,10 @@
bin/cm2rem.tcl
bin/kall
bin/rem
bin/rem2ps
bin/remind
bin/tkremind
man/man1/cm2rem.1
man/man1/kall.1
man/man1/rem.1
man/man1/rem2ps.1