diff options
-rw-r--r-- | emulators/vmips/Makefile | 15 | ||||
-rw-r--r-- | emulators/vmips/distinfo | 4 | ||||
-rw-r--r-- | emulators/vmips/pkg-plist | 1 |
3 files changed, 6 insertions, 14 deletions
diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile index 72c1e9a16cfb..8f0e5626a1bb 100644 --- a/emulators/vmips/Makefile +++ b/emulators/vmips/Makefile @@ -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 diff --git a/emulators/vmips/distinfo b/emulators/vmips/distinfo index 3937b94e97bc..49fc15de3ca5 100644 --- a/emulators/vmips/distinfo +++ b/emulators/vmips/distinfo @@ -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 diff --git a/emulators/vmips/pkg-plist b/emulators/vmips/pkg-plist index fdf626bd359d..cbec002a9430 100644 --- a/emulators/vmips/pkg-plist +++ b/emulators/vmips/pkg-plist @@ -4,4 +4,5 @@ etc/vmipsrc include/vmips/asm_regnames.h @dirrm include/vmips %%DATADIR%%/ld.script +%%DATADIR%%/setup.S @dirrm %%DATADIR%% |