aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-12-23 04:26:16 +0800
committerpawel <pawel@FreeBSD.org>2014-12-23 04:26:16 +0800
commitc3668650b2eab6744238096e1910cee0dfedcc98 (patch)
tree3c200eeb4a6523d08d9787e1cb59cf8170b95e4f /emulators
parent4c0350cb683d813c8f834dd8fed15b1fc396f3fb (diff)
downloadfreebsd-ports-gnome-c3668650b2eab6744238096e1910cee0dfedcc98.tar.gz
freebsd-ports-gnome-c3668650b2eab6744238096e1910cee0dfedcc98.tar.zst
freebsd-ports-gnome-c3668650b2eab6744238096e1910cee0dfedcc98.zip
- Update to version 1.5 [1]
- Add LICENSE info [1] - Move autorship info to correct place PR: 196120 [1] Submitted by: maintainer [1]
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vmips/Makefile7
-rw-r--r--emulators/vmips/distinfo4
-rw-r--r--emulators/vmips/pkg-descr3
3 files changed, 7 insertions, 7 deletions
diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile
index afce23b90958..b92b7ea11dea 100644
--- a/emulators/vmips/Makefile
+++ b/emulators/vmips/Makefile
@@ -1,8 +1,8 @@
-# Created by: brg@dgate.org
+# Created by: Brian Gaeke <brg@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@dgate.org
COMMENT= MIPS R3000 simulator
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= gmake
GNU_CONFIGURE= yes
diff --git a/emulators/vmips/distinfo b/emulators/vmips/distinfo
index 49fc15de3ca5..cb8835e97357 100644
--- a/emulators/vmips/distinfo
+++ b/emulators/vmips/distinfo
@@ -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
diff --git a/emulators/vmips/pkg-descr b/emulators/vmips/pkg-descr
index b10a8bda8db8..47b47f483176 100644
--- a/emulators/vmips/pkg-descr
+++ b/emulators/vmips/pkg-descr
@@ -3,6 +3,3 @@ It has built-in support for several emulated devices and GNU GDB
remote debugging.
WWW: http://www.dgate.org/vmips/
-
-Brian Gaeke (brg at dgate.org)
-David Bushong helped write the FreeBSD port.