[125082] trunk/dports/graphics/dcmtk/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 4 17:27:17 PDT 2014


Revision: 125082
          https://trac.macports.org/changeset/125082
Author:   ryandesign at macports.org
Date:     2014-09-04 17:27:17 -0700 (Thu, 04 Sep 2014)
Log Message:
-----------
dcmtk: fix master_sites on Mavericks and later; remove unnecessary distfiles line; fix wording of pre-activate warning

Modified Paths:
--------------
    trunk/dports/graphics/dcmtk/Portfile

Modified: trunk/dports/graphics/dcmtk/Portfile
===================================================================
--- trunk/dports/graphics/dcmtk/Portfile	2014-09-04 18:51:21 UTC (rev 125081)
+++ trunk/dports/graphics/dcmtk/Portfile	2014-09-05 00:27:17 UTC (rev 125082)
@@ -41,7 +41,7 @@
 platform darwin {
     if {${os.major} >= 13} {
         pre-activate {
-            ui_warn "$name is uses a pre-release (snapshot) on Mavericks."
+            ui_warn "${subport} uses a pre-release (snapshot) on Mavericks and later."
         }
         version             3.6.1_20131114
         revision            1
@@ -49,7 +49,8 @@
         checksums           md5     c01122c169b8a4b372c41d8f7ba69447 \
                             sha1    a6b5f8b1f4a78a3955e2084919f9b9e346f1c6de \
                             rmd160  d1e01ab94199303b799cd8c52296bd6c610f011f
-        master_sites        http://dicom.offis.de/download/dcmtk/snapshot
+        master_sites        http://dicom.offis.de/download/dcmtk/snapshot/ \
+                            http://dicom.offis.de/download/dcmtk/snapshot/old/
     } else {
         # TODO: This project has buggy C++ which clang rejects
         compiler.blacklist-append *clang*
@@ -57,8 +58,6 @@
     }
 }
 
-distfiles               ${distname}${extract.suffix}
-
 depends_lib             port:zlib 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140904/15b33b63/attachment.html>


More information about the macports-changes mailing list