Date: Sun, 18 Sep 2016 11:42:36 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422374 - head/devel/vasm Message-ID: <201609181142.u8IBgaCL090851@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Sep 18 11:42:36 2016 New Revision: 422374 URL: https://svnweb.freebsd.org/changeset/ports/422374 Log: Update to 1.7e, fix MASTER_SITES, new maintainer Detailed log: - Update to upstream version 1.7e - Changed MASTER_SITES, to avoid fetching rolling releases - Removed broken test syntax - New maintainer: cs@innolan.dk PR: 211110 Submitted by: cs@innolan.dk (new maintainer) Approved by: uffe@uffe.org (previous maintainer) MFH: 2016Q3 (build fix blanket) Modified: head/devel/vasm/Makefile head/devel/vasm/distinfo head/devel/vasm/pkg-plist Modified: head/devel/vasm/Makefile ============================================================================== --- head/devel/vasm/Makefile Sun Sep 18 11:32:51 2016 (r422373) +++ head/devel/vasm/Makefile Sun Sep 18 11:42:36 2016 (r422374) @@ -2,20 +2,22 @@ # $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 +MAINTAINER= cs@innolan.dk COMMENT= Portable 6502 6800 arm c16x jagrisc m68k ppc vidcore x86 z80 assembler 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: Modified: head/devel/vasm/distinfo ============================================================================== --- head/devel/vasm/distinfo Sun Sep 18 11:32:51 2016 (r422373) +++ head/devel/vasm/distinfo Sun Sep 18 11:42:36 2016 (r422374) @@ -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 Modified: head/devel/vasm/pkg-plist ============================================================================== --- head/devel/vasm/pkg-plist Sun Sep 18 11:32:51 2016 (r422373) +++ head/devel/vasm/pkg-plist Sun Sep 18 11:42:36 2016 (r422374) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609181142.u8IBgaCL090851>