Bug 178500 - [maintainer-update] Update emulators/vmips to 1.4.1
Summary: [maintainer-update] Update emulators/vmips to 1.4.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-11 08:20 UTC by Brian R. Gaeke
Modified: 2013-05-11 22:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian R. Gaeke 2013-05-11 08:20:00 UTC
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.

Fix: -------------------- cut here for patch ---------------------



-------------------- cut here for patch -----------------------2A9hwbLS5Q1XA1NBHDNSRLTowcnKirRGBsjWni0c8srPVKFU
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -r -u -N vmips.bak/Makefile vmips/Makefile
--- vmips.bak/Makefile	2012-11-16 21:57:24.000000000 -0800
+++ vmips/Makefile	2013-05-10 23:38:55.000000000 -0700
@@ -1,24 +1,15 @@
-# New ports collection makefile for:   vmips
-# Date created:        13 July 2004
-# Whom:                brg
-#
+# Created by: brg@dgate.org
 # $FreeBSD: ports/emulators/vmips/Makefile,v 1.13 2012/11/17 05:57:24 svnexp Exp $
-#
 
 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 -r -u -N vmips.bak/distinfo vmips/distinfo
--- vmips.bak/distinfo	2011-07-02 10:14:18.000000000 -0700
+++ vmips/distinfo	2013-05-10 23:12:43.000000000 -0700
@@ -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 -r -u -N vmips.bak/pkg-plist vmips/pkg-plist
--- vmips.bak/pkg-plist	2004-07-26 18:16:09.000000000 -0700
+++ vmips/pkg-plist	2013-05-10 23:28:12.000000000 -0700
@@ -4,4 +4,5 @@
 include/vmips/asm_regnames.h
 @dirrm include/vmips
 %%DATADIR%%/ld.script
+%%DATADIR%%/setup.S
 @dirrm %%DATADIR%%
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-05-11 21:57:21 UTC
Author: rakuco
Date: Sat May 11 20:57:13 2013
New Revision: 317912
URL: http://svnweb.freebsd.org/changeset/ports/317912

Log:
  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)

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

Modified: head/emulators/vmips/Makefile
==============================================================================
--- head/emulators/vmips/Makefile	Sat May 11 20:53:58 2013	(r317911)
+++ head/emulators/vmips/Makefile	Sat May 11 20:57:13 2013	(r317912)
@@ -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
 

Modified: head/emulators/vmips/distinfo
==============================================================================
--- head/emulators/vmips/distinfo	Sat May 11 20:53:58 2013	(r317911)
+++ head/emulators/vmips/distinfo	Sat May 11 20:57:13 2013	(r317912)
@@ -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

Modified: head/emulators/vmips/pkg-plist
==============================================================================
--- head/emulators/vmips/pkg-plist	Sat May 11 20:53:58 2013	(r317911)
+++ head/emulators/vmips/pkg-plist	Sat May 11 20:57:13 2013	(r317912)
@@ -4,4 +4,5 @@ etc/vmipsrc
 include/vmips/asm_regnames.h
 @dirrm include/vmips
 %%DATADIR%%/ld.script
+%%DATADIR%%/setup.S
 @dirrm %%DATADIR%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-05-11 21:57:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!