FreeBSD Bugzilla – Attachment 172506 Details for
Bug 211110
devel/vasm: Fix MASTER_SITES, Remove broken test syntax, Update to 1.7e
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Suggested update
vasm-1.7e.diff (text/plain), 2.40 KB, created by
Carsten Larsen
on 2016-07-14 12:34:30 UTC
(
hide
)
Description:
Suggested update
Filename:
MIME Type:
Creator:
Carsten Larsen
Created:
2016-07-14 12:34:30 UTC
Size:
2.40 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 418530) >+++ Makefile (working copy) >@@ -2,10 +2,11 @@ > # $FreeBSD$ > > PORTNAME= vasm >-PORTVERSION= 1.7a >+PORTVERSION= 1.7e > CATEGORIES= devel >-MASTER_SITES= http://sun.hasenbraten.de/vasm/release/ >-DISTNAME= ${PORTNAME} >+MASTER_SITES= http://server.owl.de/%SUBDIR%/ >+MASTER_SITE_SUBDIR= ~frank/tags/ >+DISTNAME= vasm1_7e > > MAINTAINER= uffe@uffe.org > COMMENT= Portable 6502 6800 arm c16x jagrisc m68k ppc vidcore x86 z80 assembler >@@ -13,9 +14,10 @@ > LEGAL_TEXT= This archive may be redistributed without modifications and used for non-commercial purposes. > > USES= gmake pathfix >+WRKSRC= ${WRKDIR}/vasm > > CPU_LIST= 6502 6800 arm c16x jagrisc m68k ppc test vidcore x86 z80 >-SYNTAX_LIST= std mot oldstyle test >+SYNTAX_LIST= std mot oldstyle > OUTPUT_LIST= aout bin elf hunk test tos vobj > > do-build: >Index: distinfo >=================================================================== >--- distinfo (revision 418530) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (vasm.tar.gz) = d97cc9e3eb1f175e1187ef0773d8f3a267bdf97939ef0b97a719a98b8de7b6be >-SIZE (vasm.tar.gz) = 337992 >+TIMESTAMP = 1468497219 >+SHA256 (vasm1_7e.tar.gz) = 2878c9c62bd7b33379111a66649f6de7f9267568946c097ffb7c08f0acd0df92 >+SIZE (vasm1_7e.tar.gz) = 383164 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 418530) >+++ pkg-plist (working copy) >@@ -1,47 +1,36 @@ > bin/vasm6502_mot > bin/vasm6502_oldstyle > bin/vasm6502_std >-bin/vasm6502_test > bin/vasm6800_mot > bin/vasm6800_oldstyle > bin/vasm6800_std >-bin/vasm6800_test > bin/vasmarm_mot > bin/vasmarm_oldstyle > bin/vasmarm_std >-bin/vasmarm_test > bin/vasmc16x_mot > bin/vasmc16x_oldstyle > bin/vasmc16x_std >-bin/vasmc16x_test > bin/vasmjagrisc_mot > bin/vasmjagrisc_oldstyle > bin/vasmjagrisc_std >-bin/vasmjagrisc_test > bin/vasmm68k_mot > bin/vasmm68k_oldstyle > bin/vasmm68k_std >-bin/vasmm68k_test > bin/vasmppc_mot > bin/vasmppc_oldstyle > bin/vasmppc_std >-bin/vasmppc_test > bin/vasmtest_mot > bin/vasmtest_oldstyle > bin/vasmtest_std >-bin/vasmtest_test > bin/vasmvidcore_mot > bin/vasmvidcore_oldstyle > bin/vasmvidcore_std >-bin/vasmvidcore_test > bin/vasmx86_mot > bin/vasmx86_oldstyle > bin/vasmx86_std >-bin/vasmx86_test > bin/vasmz80_mot > bin/vasmz80_oldstyle > bin/vasmz80_std >-bin/vasmz80_test > bin/vobjdump > %%PORTDOCS%%%%DOCSDIR%%/cpu_6502.texi > %%PORTDOCS%%%%DOCSDIR%%/cpu_6800.texi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211110
:
172506
|
172510
|
174630