diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-11 06:02:20 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-11 06:02:20 +0000 |
commit | db7a4569c05563fa7ec7b9eb375648c0a5a5bec7 (patch) | |
tree | 322bdacf45119f1522be722211f611cc29e2b96c /editors/biew | |
parent | 3615ef073b4606014f52bbd9f1f5a2839307f52d (diff) | |
download | ports-db7a4569c05563fa7ec7b9eb375648c0a5a5bec7.tar.gz ports-db7a4569c05563fa7ec7b9eb375648c0a5a5bec7.zip |
Notes
Diffstat (limited to 'editors/biew')
-rw-r--r-- | editors/biew/Makefile | 4 | ||||
-rw-r--r-- | editors/biew/distinfo | 2 | ||||
-rw-r--r-- | editors/biew/files/patch-ai | 15 | ||||
-rw-r--r-- | editors/biew/files/patch-aj | 15 |
4 files changed, 33 insertions, 3 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index a4a8bfc1e36a..a1e504b45b80 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -6,11 +6,11 @@ # PORTNAME= biew -PORTVERSION= 5.1.2 +PORTVERSION= 5.2.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-512 +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org diff --git a/editors/biew/distinfo b/editors/biew/distinfo index d106ae21fc4a..20d90edba3a8 100644 --- a/editors/biew/distinfo +++ b/editors/biew/distinfo @@ -1 +1 @@ -MD5 (biew-512.tar.bz2) = 1106c6bde9e4348f3572cb87cf6d4572 +MD5 (biew-520.tar.bz2) = fa1a992ce9abd7538e7fc4ac23023c4d diff --git a/editors/biew/files/patch-ai b/editors/biew/files/patch-ai new file mode 100644 index 000000000000..709c76e9759d --- /dev/null +++ b/editors/biew/files/patch-ai @@ -0,0 +1,15 @@ +--- tools/biewhlp/makefile.orig Mon Sep 25 00:35:56 2000 ++++ tools/biewhlp/makefile Fri Nov 10 21:37:47 2000 +@@ -62,7 +62,11 @@ + biewlib/biewlib.o\ + biewlib/file_ini.o\ + biewlib/pmalloc.o\ +-biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o ++biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o\ ++biewlib/sysdep/$(MACHINE)/$(HOST)/keyboard.o\ ++biewlib/sysdep/$(MACHINE)/$(HOST)/nls.o\ ++biewlib/sysdep/$(MACHINE)/$(HOST)/os_dep.o\ ++biewlib/sysdep/$(MACHINE)/$(HOST)/vio.o + all: $(TARGET) + + clean: diff --git a/editors/biew/files/patch-aj b/editors/biew/files/patch-aj new file mode 100644 index 000000000000..37e19ac7131f --- /dev/null +++ b/editors/biew/files/patch-aj @@ -0,0 +1,15 @@ +--- tools/lzss/makefile.orig Mon Sep 25 00:35:58 2000 ++++ tools/lzss/makefile Fri Nov 10 21:39:13 2000 +@@ -60,7 +60,11 @@ + biewlib/pmalloc.o\ + biewlib/bbio.o\ + biewlib/biewlib.o\ +-biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o ++biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o\ ++biewlib/sysdep/$(MACHINE)/$(HOST)/keyboard.o\ ++biewlib/sysdep/$(MACHINE)/$(HOST)/nls.o\ ++biewlib/sysdep/$(MACHINE)/$(HOST)/os_dep.o\ ++biewlib/sysdep/$(MACHINE)/$(HOST)/vio.o + all: $(TARGET) + + clean: |