From owner-svn-ports-head@freebsd.org Sun Sep 18 11:42:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F815BDFC3B; Sun, 18 Sep 2016 11:42:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 664A5B67; Sun, 18 Sep 2016 11:42:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8IBgann090854; Sun, 18 Sep 2016 11:42:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8IBgaCL090851; Sun, 18 Sep 2016 11:42:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201609181142.u8IBgaCL090851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 18 Sep 2016 11:42:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422374 - head/devel/vasm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 11:42:37 -0000 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