[35421] trunk/dports/graphics/cairo/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 27 14:40:45 PDT 2008


Revision: 35421
          http://trac.macosforge.org/projects/macports/changeset/35421
Author:   ryandesign at macports.org
Date:     2008-03-27 14:40:44 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
cairo: minor changes to enable a cairo-devel port with minimal changes to this one (use my_name instead of name, update the livecheck)

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

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2008-03-27 21:33:42 UTC (rev 35420)
+++ trunk/dports/graphics/cairo/Portfile	2008-03-27 21:40:44 UTC (rev 35421)
@@ -3,12 +3,15 @@
 PortSystem              1.0
 
 name                    cairo
+set my_name             cairo
 version                 1.4.14
 categories              graphics
 maintainers             ryandesign
 homepage                http://cairographics.org/
 master_sites            ${homepage}releases/
 platforms               darwin
+dist_subdir             ${my_name}
+distname                ${my_name}-${version}
 
 description \
     Cairo is a vector graphics library with cross-device output support.
@@ -121,4 +124,4 @@
 
 livecheck.check         regex
 livecheck.url           ${homepage}news/
-livecheck.regex         ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)
+livecheck.regex         ${my_name}-(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080327/82ada2f2/attachment.html 


More information about the macports-changes mailing list