diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-19 12:02:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-19 12:02:58 +0000 |
commit | d8246f60d872919189349cc1403ee85761746f26 (patch) | |
tree | 0e4ef551fd83901fdc032d525ee0ffcc2d62d70a /net/empty | |
parent | 197c4532ad33c2a8122037fc465ab738a484c303 (diff) | |
download | ports-d8246f60d872919189349cc1403ee85761746f26.tar.gz ports-d8246f60d872919189349cc1403ee85761746f26.zip |
Notes
Diffstat (limited to 'net/empty')
-rw-r--r-- | net/empty/Makefile | 2 | ||||
-rw-r--r-- | net/empty/distinfo | 6 | ||||
-rw-r--r-- | net/empty/files/patch-Makefile | 14 | ||||
-rw-r--r-- | net/empty/pkg-descr | 3 |
4 files changed, 5 insertions, 20 deletions
diff --git a/net/empty/Makefile b/net/empty/Makefile index ea78e4bfcb95..d47e3ded2986 100644 --- a/net/empty/Makefile +++ b/net/empty/Makefile @@ -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} diff --git a/net/empty/distinfo b/net/empty/distinfo index d7ec88b94ee5..97b5438cb5fb 100644 --- a/net/empty/distinfo +++ b/net/empty/distinfo @@ -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 diff --git a/net/empty/files/patch-Makefile b/net/empty/files/patch-Makefile deleted file mode 100644 index f36fdab48200..000000000000 --- a/net/empty/files/patch-Makefile +++ /dev/null @@ -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 diff --git a/net/empty/pkg-descr b/net/empty/pkg-descr index bfe11f91e911..8f9632460052 100644 --- a/net/empty/pkg-descr +++ b/net/empty/pkg-descr @@ -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/ |