[53849] trunk/dports/science/gplcver/Portfile

snc at macports.org snc at macports.org
Wed Jul 15 09:47:29 PDT 2009


Revision: 53849
          http://trac.macports.org/changeset/53849
Author:   snc at macports.org
Date:     2009-07-15 09:47:29 -0700 (Wed, 15 Jul 2009)
Log Message:
-----------
host change to sourceforge per #20287, fixed lint. shortened master_sites.

Modified Paths:
--------------
    trunk/dports/science/gplcver/Portfile

Modified: trunk/dports/science/gplcver/Portfile
===================================================================
--- trunk/dports/science/gplcver/Portfile	2009-07-15 16:46:33 UTC (rev 53848)
+++ trunk/dports/science/gplcver/Portfile	2009-07-15 16:47:29 UTC (rev 53849)
@@ -1,6 +1,8 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
+
 name            gplcver
 version         2.12a
 categories      science
@@ -16,11 +18,11 @@
      Language Reference Manual (LRM).  Cver is a full featured \
      IEEE P1364 Verilog simulator.
 
-homepage        http://www.pragmatic-c.com/gpl-cver/
+homepage        http://sourceforge.net/projects/gplcver
 platforms       darwin
-master_sites    http://www.pragmatic-c.com/gpl-cver/downloads
-checksums       md5 857a15a9ebc8ef63ece01502509cbeb7 \
-				sha1 946bb35b6279646c6e10c309922ed17deb2aca8a \
+master_sites    sourceforge
+checksums       md5    857a15a9ebc8ef63ece01502509cbeb7 \
+				sha1   946bb35b6279646c6e10c309922ed17deb2aca8a \
 				rmd160 5af004b345142ac5400c9defc7125bbe127d2c49
 use_bzip2       yes
 distname        ${name}-${version}.src
@@ -32,10 +34,9 @@
 
 patchfiles      patch-inst_tst.sh.diff
 
-post-configure	{ 
+post-configure	{
 
-    # eliminate unneeded flag with those hope that this
-    # Portfile will work with Intel Macs
+    # eliminate unneeded flags
 
     reinplace "s|^ARCHFLGS= -mcpu=powerpc||g" ${worksrcpath}/src/makefile.osx
 }
@@ -69,7 +70,7 @@
     
     # create directory for everything else
     
-    set instdir "${destroot}${prefix}/share/${name}"    
+    set instdir "${destroot}${prefix}/share/${name}"
     xinstall -m 755 -d ${instdir}
 
     # copy files
@@ -77,7 +78,7 @@
     file copy ${worksrcpath}/pli_incs ${instdir}
     file copy ${worksrcpath}/pli_src ${instdir}
     file copy ${worksrcpath}/tests_and_examples ${instdir}
-    file copy ${worksrcpath}/ver_src ${instdir}   
+    file copy ${worksrcpath}/ver_src ${instdir}
     
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090715/da91fec1/attachment.html>


More information about the macports-changes mailing list