svn commit: r422379 - branches/2016Q3/devel/vasm

Thomas Zander riggs at FreeBSD.org
Sun Sep 18 11:54:59 UTC 2016


Author: riggs
Date: Sun Sep 18 11:54:57 2016
New Revision: 422379
URL: https://svnweb.freebsd.org/changeset/ports/422379

Log:
  MFH: r422374 (only the MASTER_SITES fix from r422374)
  
  Detailed log:
  - Changed MASTER_SITES, to avoid fetching rolling releases
  
  PR:		211110
  Submitted by:	cs at innolan.dk (new maintainer)
  Approved by:	ports-secteam (build fix blanket)

Modified:
  branches/2016Q3/devel/vasm/Makefile
  branches/2016Q3/devel/vasm/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/devel/vasm/Makefile
==============================================================================
--- branches/2016Q3/devel/vasm/Makefile	Sun Sep 18 11:54:53 2016	(r422378)
+++ branches/2016Q3/devel/vasm/Makefile	Sun Sep 18 11:54:57 2016	(r422379)
@@ -4,8 +4,9 @@
 PORTNAME=	vasm
 PORTVERSION=	1.7a
 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_7a
 
 MAINTAINER=	uffe at uffe.org
 COMMENT=	Portable 6502 6800 arm c16x jagrisc m68k ppc vidcore x86 z80 assembler
@@ -13,6 +14,7 @@ COMMENT=	Portable 6502 6800 arm c16x jag
 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

Modified: branches/2016Q3/devel/vasm/distinfo
==============================================================================
--- branches/2016Q3/devel/vasm/distinfo	Sun Sep 18 11:54:53 2016	(r422378)
+++ branches/2016Q3/devel/vasm/distinfo	Sun Sep 18 11:54:57 2016	(r422379)
@@ -1,2 +1,3 @@
-SHA256 (vasm.tar.gz) = d97cc9e3eb1f175e1187ef0773d8f3a267bdf97939ef0b97a719a98b8de7b6be
-SIZE (vasm.tar.gz) = 337992
+TIMESTAMP = 1474197218
+SHA256 (vasm1_7a.tar.gz) = e5e272fbdb64b175b22e8bbe423a1a6b3b84e8be776919d17dec7577374de734
+SIZE (vasm1_7a.tar.gz) = 341838


More information about the svn-ports-all mailing list