summaryrefslogtreecommitdiffstats
path: root/editors/biew
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2003-06-30 12:33:50 +0000
committerdaichi <daichi@FreeBSD.org>2003-06-30 12:33:50 +0000
commit52c46e199ce9c6024c06e6408df15ed26b7a6fc5 (patch)
treea520b6c09ef87c972b8fe8e2f9632d0647ba1ae7 /editors/biew
parent03628f2b99a6b9abe128043d81b3424e6022bbda (diff)
downloadFreeBSD-ports-52c46e199ce9c6024c06e6408df15ed26b7a6fc5.zip
FreeBSD-ports-52c46e199ce9c6024c06e6408df15ed26b7a6fc5.tar.gz
update editors/biew: 5.3.2 --> 5.5.0
PR: 53806 Submitted by: Ryan Thompson <ryan@sasknow.com> (maintainer)
Diffstat (limited to 'editors/biew')
-rw-r--r--editors/biew/Makefile3
-rw-r--r--editors/biew/distinfo2
-rw-r--r--editors/biew/files/patch-ac4
-rw-r--r--editors/biew/pkg-plist2
4 files changed, 6 insertions, 5 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index 4c8f3a3..73a84fb 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -6,13 +6,14 @@
#
PORTNAME= biew
-PORTVERSION= 5.3.2
+PORTVERSION= 5.5.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
MAINTAINER= ryan@sasknow.com
+
COMMENT= Binary vIEWer + editor for binary, hexadecimal and dis-asm modes
USE_BZIP2= yes
diff --git a/editors/biew/distinfo b/editors/biew/distinfo
index 51a6369..99c4d0e 100644
--- a/editors/biew/distinfo
+++ b/editors/biew/distinfo
@@ -1 +1 @@
-MD5 (biew-532.tar.bz2) = 9619003b7da7306ed876624456a6cae1
+MD5 (biew-550.tar.bz2) = e24de24e56900b00420ee882305c9167
diff --git a/editors/biew/files/patch-ac b/editors/biew/files/patch-ac
index 30712c0..2812ff3 100644
--- a/editors/biew/files/patch-ac
+++ b/editors/biew/files/patch-ac
@@ -4,8 +4,8 @@
ifeq ($(TARGET_PLATFORM),i386)
MACHINE=ia32
CDEFSYS=-D__MACHINE__=ia32 -D__CPU_NAME__='"i386"' -D__CPU__=386\
-- -D__DEFAULT_DISASM=0 -m386 -fno-builtin
-+ -D__DEFAULT_DISASM=0
+- -D__DEFAULT_DISASM=0 -fno-builtin -DCAN_COMPILE_X86_GAS=1
++ -D__DEFAULT_DISASM=0 -DCAN_COMPILE_X86_GAS=1
endif
ifeq ($(TARGET_PLATFORM),i486)
MACHINE=ia32
diff --git a/editors/biew/pkg-plist b/editors/biew/pkg-plist
index 3ff2d14..3dc5da4 100644
--- a/editors/biew/pkg-plist
+++ b/editors/biew/pkg-plist
@@ -1,6 +1,6 @@
bin/biew
-share/biew/biew.hlp
share/biew/assembly.skn
+share/biew/biew.hlp
share/biew/golded.skn
share/biew/insight.skn
share/biew/standard.skn
OpenPOWER on IntegriCloud