summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-11-11 06:02:20 +0000
committerkevlo <kevlo@FreeBSD.org>2000-11-11 06:02:20 +0000
commit7329eb2975be68f772d569a582f684bb2dd3690c (patch)
treeaabfc6bb5885c12a9bf0d3791cba94ca38c135f8 /editors
parentbc37c9d6fa30d46f2c66eb07de6ff1383061bb38 (diff)
downloadFreeBSD-ports-7329eb2975be68f772d569a582f684bb2dd3690c.zip
FreeBSD-ports-7329eb2975be68f772d569a582f684bb2dd3690c.tar.gz
Update to version 5.2.0
PR: 22741 Submitted by: Ports Fury
Diffstat (limited to 'editors')
-rw-r--r--editors/biew/Makefile4
-rw-r--r--editors/biew/distinfo2
-rw-r--r--editors/biew/files/patch-ai15
-rw-r--r--editors/biew/files/patch-aj15
4 files changed, 33 insertions, 3 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index a4a8bfc..a1e504b 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 d106ae2..20d90ed 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 0000000..709c76e
--- /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 0000000..37e19ac
--- /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:
OpenPOWER on IntegriCloud