Bug 177726 - cad/p5-Verilog-Perl: update of p5-Verilog-Perl
Summary: cad/p5-Verilog-Perl: update of p5-Verilog-Perl
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-04-09 03:20 UTC by Otacílio de Araújo Ramos Neto
Modified: 2013-05-03 22:50 UTC (History)
0 users

See Also:


Attachments
file.txt (1.20 KB, text/plain)
2013-04-09 03:20 UTC, Otacílio de Araújo Ramos Neto
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Otacílio de Araújo Ramos Neto 2013-04-09 03:20:00 UTC
Update of port p5-Verilog-Perl

Fix: Apply the attached patch.

Patch attached with submission follows:
Comment 1 Glen Barber freebsd_committer freebsd_triage 2013-04-09 03:22:19 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Ports PR.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-03 22:42:49 UTC
Author: rakuco
Date: Fri May  3 21:42:40 2013
New Revision: 317268
URL: http://svnweb.freebsd.org/changeset/ports/317268

Log:
  Update to 3.400.
  
  PR:		ports/177726
  Submitted by:	Otacilio <otacilio.neto@ee.ufcg.edu.br> (maintainer)

Modified:
  head/cad/p5-Verilog-Perl/Makefile
  head/cad/p5-Verilog-Perl/distinfo

Modified: head/cad/p5-Verilog-Perl/Makefile
==============================================================================
--- head/cad/p5-Verilog-Perl/Makefile	Fri May  3 21:38:18 2013	(r317267)
+++ head/cad/p5-Verilog-Perl/Makefile	Fri May  3 21:42:40 2013	(r317268)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Verilog-Perl
-PORTVERSION=	3.316
+PORTVERSION=	3.400
 CATEGORIES=	cad perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -34,6 +34,7 @@ MAN3=	Verilog::EditFiles.3 Verilog::Netl
 post-patch:
 	@${REINPLACE_CMD} -e '/EXE_FILES/ s/ vsplitmodule//' \
 		${WRKSRC}/Makefile.PL
+	@${REINPLACE_CMD} -e 's|make|gmake|g' ${WRKSRC}/Makefile.PL
 
 post-configure:
 .if ${OSVERSION} < 700042

Modified: head/cad/p5-Verilog-Perl/distinfo
==============================================================================
--- head/cad/p5-Verilog-Perl/distinfo	Fri May  3 21:38:18 2013	(r317267)
+++ head/cad/p5-Verilog-Perl/distinfo	Fri May  3 21:42:40 2013	(r317268)
@@ -1,2 +1,2 @@
-SHA256 (Verilog-Perl-3.316.tar.gz) = b45f56ffa1c7f0e3f4f9470f0203c75145641eb75d3e8e0b683992ab929242b9
-SIZE (Verilog-Perl-3.316.tar.gz) = 550710
+SHA256 (Verilog-Perl-3.400.tar.gz) = e6f33d5c0346f56ba96fa9964dd75734e1315dff8dfce55f0b31f33a6210f69b
+SIZE (Verilog-Perl-3.400.tar.gz) = 558455
_______________________________________________
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 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-05-03 22:42:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!