diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-30 12:33:50 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-30 12:33:50 +0000 |
commit | a2046a6ef23dfbb98aef97346f3a86be5647217b (patch) | |
tree | a5d813131921960f343033cc888b55cc795d0183 /editors/biew | |
parent | 1309f8d258b809bdaf8bd5564d9ed7a473ee06f0 (diff) |
update editors/biew: 5.3.2 --> 5.5.0
PR: 53806
Submitted by: Ryan Thompson <ryan@sasknow.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=83894
Diffstat (limited to 'editors/biew')
-rw-r--r-- | editors/biew/Makefile | 3 | ||||
-rw-r--r-- | editors/biew/distinfo | 2 | ||||
-rw-r--r-- | editors/biew/files/patch-ac | 4 | ||||
-rw-r--r-- | editors/biew/pkg-plist | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 4c8f3a393609..73a84fb83cef 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 51a6369efd18..99c4d0e65a75 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 30712c061c11..2812ff31fcae 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 3ff2d144d52f..3dc5da4e3860 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 |