Update to 1.4.1.
This patch updates emulators/vmips to 1.4.1. * Update distinfo with new filenames and checksums. * Update pkg-plist to include setup.S, which is now installed. * It should not be necessary to pull in latex or texi2dvi to build because the fully-built documentation is distributed with vmips. * Use DISTNAME where applicable to shorten MASTER_SITES. Also, to satisfy portlint: * Remove old style comment header from port Makefile. * Update PORTVERSION and remove PORTREVISION, which would be zero. PR: ports/178500 Submitted by: Brian R. Gaeke <brg@dgate.org> (maintainer)
This commit is contained in:
parent
9c628a4f02
commit
22a83cec40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317912
3 changed files with 6 additions and 14 deletions
|
@ -1,24 +1,15 @@
|
|||
# New ports collection makefile for: vmips
|
||||
# Date created: 13 July 2004
|
||||
# Whom: brg
|
||||
#
|
||||
# Created by: brg@dgate.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vmips
|
||||
PORTVERSION= 1.3.2
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF \
|
||||
http://www.dgate.org/vmips/releases/vmips-${PORTVERSION}/
|
||||
|
||||
http://www.dgate.org/vmips/releases/${DISTNAME}/
|
||||
|
||||
MAINTAINER= brg@dgate.org
|
||||
COMMENT= MIPS R3000 simulator
|
||||
|
||||
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \
|
||||
texi2dvi:${PORTSDIR}/print/texinfo
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (vmips-1.3.2.tar.gz) = 76dddcaa679f2d6a4fe3ee17166f3346fb2900ae7a9b3c90576a5ff583ba662f
|
||||
SIZE (vmips-1.3.2.tar.gz) = 902065
|
||||
SHA256 (vmips-1.4.1.tar.gz) = ea778311960f04271d8579bdc98a2cdeed22de8b0dea0bd33b282d2e980dbef3
|
||||
SIZE (vmips-1.4.1.tar.gz) = 1038289
|
||||
|
|
|
@ -4,4 +4,5 @@ etc/vmipsrc
|
|||
include/vmips/asm_regnames.h
|
||||
@dirrm include/vmips
|
||||
%%DATADIR%%/ld.script
|
||||
%%DATADIR%%/setup.S
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue