- Update to 0.6.9b

PR:		ports/94383
Submitted by:	Mikhail Zakharov <zmey20000@yahoo.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2006-03-19 12:02:58 +00:00
parent 197c4532ad
commit d8246f60d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157662
4 changed files with 5 additions and 20 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= empty
PORTVERSION= 0.6.0b
PORTVERSION= 0.6.9b
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,3 +1,3 @@
MD5 (empty-0.6.0b.tgz) = 3c151388372b83c60f1f18d3210cb28d
SHA256 (empty-0.6.0b.tgz) = 291d1ad8bfe06d4bcc1de4e1c8d79f45597b9b9a33a4335e844f4feb72012015
SIZE (empty-0.6.0b.tgz) = 8951
MD5 (empty-0.6.9b.tgz) = 0fca86dd39b3c8f8c4994e14a8d37f9b
SHA256 (empty-0.6.9b.tgz) = a7f9f7f91d32d879bdc0c62d3e44fa8a685dd860aaf5dec920c912c9b13f7253
SIZE (empty-0.6.9b.tgz) = 12913

View File

@ -1,14 +0,0 @@
--- Makefile.orig Mon Sep 19 14:32:32 2005
+++ Makefile Mon Sep 19 14:33:23 2005
@@ -3,8 +3,10 @@
# make to build for *BSD or Linux
#
+CC ?= gcc
+
all:
- gcc -lutil -o empty empty.c
+ ${CC} ${CFLAGS} -lutil -o empty empty.c
FreeBSD: all
NetBSD: all

View File

@ -1,6 +1,5 @@
empty - run applications under pseudo-terminal (PTY) sessions and replace
TCL/Expect with a simple tool and use your favorite shell (sh, bash, csh,
tcsh,Xksh, zsh, etc)
TCL/Expect with a simple tool.
WWW: http://empty.sourceforge.net/