[93890] trunk/dports/math/dotwrp/Portfile

takeshi at macports.org takeshi at macports.org
Sun Jun 3 01:45:42 PDT 2012


Revision: 93890
          https://trac.macports.org/changeset/93890
Author:   takeshi at macports.org
Date:     2012-06-03 01:45:40 -0700 (Sun, 03 Jun 2012)
Log Message:
-----------
dotwrp: use PortGroup githup, closing #31548

Modified Paths:
--------------
    trunk/dports/math/dotwrp/Portfile

Modified: trunk/dports/math/dotwrp/Portfile
===================================================================
--- trunk/dports/math/dotwrp/Portfile	2012-06-03 07:36:08 UTC (rev 93889)
+++ trunk/dports/math/dotwrp/Portfile	2012-06-03 08:45:40 UTC (rev 93890)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       github 1.0
 
-name            dotwrp
-version         1.1
+github.setup    tenomoto dotwrp 1.1 v
 categories      math science
 platforms       darwin
 maintainers     takeshi
@@ -13,11 +13,10 @@
     This is a wrapper for four Level 1 BLAS functions \
     CDOTC CDOTU ZDOTC ZDOTU and SDOT in Accelerate.framework \
     of Mac OS X.
-homepage        https://github.com/tenomoto/dotwrp
-fetch.type      git
-git.url         git://github.com/tenomoto/dotwrp.git
-git.branch      ea3da3aac13c9e5920a11c2c5ab56876f7e23222
 
+checksums           rmd160  c9aa3d56d6d01c7b198a100544e6a84748022405 \
+                    sha256  7ffa40d6a3564829a85757af200c9fd71482cf729a266a23b4775997450d7397
+
 use_configure   no
 
 if { ![variant_isset g95] && ![variant_isset gcc44] && ![variant_isset gcc46]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120603/6fc1f3fe/attachment.html>


More information about the macports-changes mailing list