svn commit: r375264 - head/emulators/vmips

Pawel Pekala pawel at FreeBSD.org
Mon Dec 22 20:26:18 UTC 2014


Author: pawel
Date: Mon Dec 22 20:26:16 2014
New Revision: 375264
URL: https://svnweb.freebsd.org/changeset/ports/375264
QAT: https://qat.redports.org/buildarchive/r375264/

Log:
  - Update to version 1.5 [1]
  - Add LICENSE info [1]
  - Move autorship info to correct place
  
  PR:		196120 [1]
  Submitted by:	maintainer [1]

Modified:
  head/emulators/vmips/Makefile
  head/emulators/vmips/distinfo
  head/emulators/vmips/pkg-descr

Modified: head/emulators/vmips/Makefile
==============================================================================
--- head/emulators/vmips/Makefile	Mon Dec 22 19:57:53 2014	(r375263)
+++ head/emulators/vmips/Makefile	Mon Dec 22 20:26:16 2014	(r375264)
@@ -1,8 +1,8 @@
-# Created by: brg at dgate.org
+# Created by: Brian Gaeke <brg at dgate.org>
 # $FreeBSD$
 
 PORTNAME=	vmips
-PORTVERSION=	1.4.1
+PORTVERSION=	1.5
 CATEGORIES=	emulators
 MASTER_SITES=	SF \
 		http://www.dgate.org/vmips/releases/${DISTNAME}/
@@ -10,6 +10,9 @@ MASTER_SITES=	SF \
 MAINTAINER=	brg at dgate.org
 COMMENT=	MIPS R3000 simulator
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		gmake
 GNU_CONFIGURE=	yes
 

Modified: head/emulators/vmips/distinfo
==============================================================================
--- head/emulators/vmips/distinfo	Mon Dec 22 19:57:53 2014	(r375263)
+++ head/emulators/vmips/distinfo	Mon Dec 22 20:26:16 2014	(r375264)
@@ -1,2 +1,2 @@
-SHA256 (vmips-1.4.1.tar.gz) = ea778311960f04271d8579bdc98a2cdeed22de8b0dea0bd33b282d2e980dbef3
-SIZE (vmips-1.4.1.tar.gz) = 1038289
+SHA256 (vmips-1.5.tar.gz) = cf4108d8d75be50d858a30a322c7a2bdc604e9a57a94d0a60ef7aab58796c1a5
+SIZE (vmips-1.5.tar.gz) = 1103204

Modified: head/emulators/vmips/pkg-descr
==============================================================================
--- head/emulators/vmips/pkg-descr	Mon Dec 22 19:57:53 2014	(r375263)
+++ head/emulators/vmips/pkg-descr	Mon Dec 22 20:26:16 2014	(r375264)
@@ -3,6 +3,3 @@ It has built-in support for several emul
 remote debugging.
 
 WWW: http://www.dgate.org/vmips/
-
-Brian Gaeke (brg at dgate.org)
-David Bushong helped write the FreeBSD port.


More information about the svn-ports-head mailing list