- Update to 0.21.

PR:		ports/78620
Submitted by:	darkn3ss@perl-dev.net <darkn3ss@perl-dev.net>
Approved by:	pav (mentor), Frank Laszlo <laszlof@tvog.net> (maintainer)
This commit is contained in:
Florent Thoumie 2005-03-09 17:01:20 +00:00
parent 9950cafcdb
commit 65751343de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130741
3 changed files with 13 additions and 14 deletions

View file

@ -7,8 +7,7 @@
#
PORTNAME= rlwrap
PORTVERSION= 0.18
PORTREVISION= 1
PORTVERSION= 0.21
CATEGORIES= devel
MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/

View file

@ -1,2 +1,2 @@
MD5 (rlwrap-0.18.tar.gz) = 0a1b449aab79376c659684196763de52
SIZE (rlwrap-0.18.tar.gz) = 102953
MD5 (rlwrap-0.21.tar.gz) = 036993936a13d532a540a6714c97dc2f
SIZE (rlwrap-0.21.tar.gz) = 130759

View file

@ -1,11 +1,11 @@
--- src/Makefile.in.orig Sun Feb 1 05:13:59 2004
+++ src/Makefile.in Fri Feb 20 22:36:34 2004
@@ -83,7 +83,7 @@
install_sh = @install_sh@
bin_PROGRAMS = rlwrap
rlwrap_SOURCES = main.c signals.c utils.c readline.c pty.c completion.c term.c ptytty.c
-CFLAGS = -DDATADIR=\"@datadir@\" -g
--- src/Makefile.in.orig Wed Mar 9 09:10:13 2005
+++ src/Makefile.in Wed Mar 9 09:10:59 2005
@@ -116,7 +116,7 @@
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -DDATADIR=\"@datadir@\"
subdir = src
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
DIST_SOURCES = $(rlwrap_SOURCES)
DIST_COMMON = Makefile.am Makefile.in
SOURCES = $(rlwrap_SOURCES)